CF7 iText to Merge PDFs - Examples?

2009-10-30 Thread David G

I'm in CF7 and want to merge two PDFs.

I've been doing some reading, and it seems that the cfDocument tag uses the
iText libraries under the hood.  If so, does that mean they're already
installed because  my CF7 has cfDocument?

If I already have the iText libraries, does anyone have any example
ColdFusion code for merging two PDFs?


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327842
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


How to Reset MS SQL Server '05 Connections

2009-07-06 Thread David G

I'm working with our DBA on a permissions issue.

We wonder if he makes a change... like putting the service account
user into a role... will it be reflected on the next CF page attempt.

My timeout appears to be 20 min in CF Admin for that DSN.

Is there a way to reset the connections to make sure any changes he's
made are reflected?

I remember something years ago about running a query against a table
that didn't exist, but that was so long ago that I wonder if that
still works.

Thanks folks.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324260
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFC Best Practices

2008-08-25 Thread David G
What I'm thinking, from this thread and others I've read in the past,
is that if keeping your code database-independent is priority.
inserting some unique identifier and then querying for that in a second query
might be the best option.

Or do you folks find that you can't really stay uncoupled from your DB?



On Tue, Aug 19, 2008 at 11:35 AM, Brian Kotek [EMAIL PROTECTED] wrote:
 While it probably won't happen often, depending on load, even the Now()
 logic can result in two records with the same value if they come in at the
 same time. And cftransaction will only work if you go all the way to
 serializable for isolation level, which essentially single-threads access
 and, again depending on how often the query is run, can be a performance
 issue.

 If this query isn't hit a lot by multiple threads none of this may be an
 issue, but it is definitely something that must be kept in mind.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311511
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4