Hello,
In the past I used fdf in an asp page to dynamically populate data in a pdf form on the web. Now, with Acrobat 8, after designing the form in LiveCycle, that function no longer populates the form fields. What is the best way to accomplish this? I have an asp page that pulls a recordset and calls up the pdf. I would like for the pdf form to display the values of the fields in the recordset. Any help is greatly appreciated!!
TIA,
pbarnet
Although, FDF should still work. The trick is to get the names right. Use the same method as outlined above to export the form data to FDF. Except, use the JavaScript submitForm function. Run it from the console window. The resulting FDF will show the correct field names. Be sure to export as UTF-8. XFA forms like to use Unicode names.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script