PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
John: Dealing with FDF files in ASP, ColdFusion or any other similar cGI/app server is the same. Generate your FDF file from the PDF form. FDF file is a simple text form. I would go through it with Notepad (Virtual N) or similar editor to get it into a nice clean structure, rather than just a jumble of text. If you use Notepad you'll probably want to remove the little artefacts that are in the file. Identify the Field Value and Field Name pairs (enclosed between << and >>)and replace the FieldValue with the variable you want to put in. The variable can be obtained from an html form submission, or from a call to a database. Ted Daniels -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John S Sent: Wednesday, January 21, 2004 12:36 PM To: [EMAIL PROTECTED] Subject: [PDF-Forms] FDF and ASP.NET documentation or tutorials? PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ Hello All-- Does anyone know where I can find documentation on using FDF under asp.net? Documentation with the FDF Toolkit (ver. 6) is very scant in this regard. Can someone point me in the right direction for tuts or documentation on using asp.net with FDF? Thanks! __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
