Hi
We have adobe lifecycle 8.0 which creates pdf form. In this form we have fields that have some user input values. Every time this pdf is opened by different users we want to load this pdf with data about that user from a fdf that is generated dynamically.
We actually want to import data in this pdf created using adobe lifecycle. This was possible when before we used pdf created using adobe professional. I can see that importing data from xml or xsd is easy.... but what about fdf.... we delt with it in adobe professional before.... can it work with pdf created in lifecycle.
Thanks...
The technique is to open your form in Acrobat Professional and then use JavaScript to export the FDF. Use the "this.submitForm()" function with the character set, set to UTF-8 and the URL as an email format. The exported FDF will give you the names you need to use.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script