I don't need to read an existing, I need to create one on the fly. :)
>I did..see below... > >-----Original Message----- >From: Robertson-Ravo, Neil (RX) >[mailto:[EMAIL PROTECTED] >Sent: 26 January 2006 15:25 >To: CF-Newbie >Subject: RE: Populating PDF with Form Data in Mac OS > >Well, > >An example of say reading an existing PDF would be.. > ><cfscript> > >// read a pdf >pdfObject = createObject("java","com.lowagie.text.pdf.PdfReader"); >vcPDFfile= "foo.pdf"; > >getFieldClass = pdfObject.getAcroFields(); >stFormFields = getFieldClass.getFields(); > ><cfscript> > ><cfdump var=" #stFormFields# "> > > >This will dump all the fields in an existing PDF.... > > > > > >-----Original Message----- >From: Torrent Girl [mailto:[EMAIL PROTECTED] >Sent: 26 January 2006 14:12 >To: CF-Newbie >Subject: Re: Populating PDF with Form Data in Mac OS > >Jason, were you able to sucessfully implement this? > > >TGirl > > > >> I've developed a Leave Request App that takes input from the user in >> regard to the request for leave and then upon submission of the form, >> calls another page that dumps >This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, >Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, >Registered in England, Number 678540. It contains information which is >confidential and may also be privileged. It is for the exclusive use of the >intended recipient(s). If you are not the intended recipient(s) please note >that any form of distribution, copying or use of this communication or the >information in it is strictly prohibited and may be unlawful. If you have >received this communication in error please return it to the sender or call >our switchboard on +44 (0) 20 89107910. The opinions expressed within this >communication are not necessarily those expressed by Reed Exhibitions. >Visit our website at http://www.reedexpo.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1622 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
