Cfdocument won't populate pdf form fields I don't think. For that, you need to use cfpdfform, cfpdfsubform and cfpdfformparam. These are very cool tags, which I only recently started using.
Will -----Original Message----- From: Paul Alkema [mailto:[email protected]] Sent: 02 July 2009 17:05 To: cf-talk Subject: RE: Using iText with CFML for PDF forms I would just use ColdFusion to produce the PDF. Example <cfdocument format="FlashPaper"> <p>This is a document rendered by the cfdocument tag.</p> </cfdocument> ColdFusion may be using the iText library, but why install the java library on a CF server that already has it. Plus I'm sure using cfdocument is easier to use anyway, and ColdFusion has adapted for the use of ColdFusion inside of it already. :) -----Original Message----- From: James Holmes [mailto:[email protected]] Sent: Thursday, July 02, 2009 11:53 AM To: cf-talk Subject: Re: Using iText with CFML for PDF forms iText is the Java library that powers the cfdocument tag. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/7/2 Robert Harrison <[email protected]>: > > I don't know what iText is, but we've definitely populated PDF forms from > Cold Fusion. > > What are you trying to do, exactly. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:324150 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

