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


Re: CF7 iText to Merge PDFs - Examples?

2009-10-30 Thread Leigh

 If so, does that mean they're already
 installed becauseĀ  my CF7 has cfDocument?

Yes. Though it is an older version of iText. The usual location is something 
like:
c:\CFusionMX7\lib\iText.jar 


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

http://cfsearching.blogspot.com/2007/12/getting-started-with-itext-part-17.html

.. or for the smart/lazy, there are some utility classes in the iText.jar for 
stuff like concatenation, watermarking, etc. At least in the CF8 version.  

-Leigh


 

~|
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:327846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4