hello
I am using Acrobat 8 pro and created some forms to be filled. I will be receiving forms data in xml format by email (to save space) and i was wondering if it is possible to import the xml forms data received into a dataset without having to convert them individually to pdf forms?
Thks
Regardless, if you are not using the built in distribute/collect functionality built into Acrobat, then you will have to save the XML attachment to a local folder and then use some non-Acrobat method for importing it into your Dataset.
Alternatively, you could set up a workflow where you import the saved XML files into the same form that the user filled out, and use JavaScript to move the data from the form into your local database. If you are using an AcroForm, the ADBC object connects to ODBC. LiveCycle has it's own way of connecting to a DB. There are many variation on how this can be done.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script