These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Export Form Data

drlittle
Registered: Apr 8 2007
Posts: 2

I send out monthly PDG Forms for requested utilization of Corp. Resources. I need to read/extract data from the PDF forms. Either an export to a comma delimited or xml format. Batch processing for 75 such responses in a folder, or a programmable was to import into Excel, Access, ect. I can do the VBA, just need to know the mechanics.
 
Regards,
Dave

My Product Information:
Acrobat Pro 7.0.9, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You can use JavaScript to export to a tab delimited file. You can do this from a custom toolbar button or in a batch process with the "doc.exportAsText()" funciton. Look it up in the Acrobat JavaScript Reference.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script