Questiopn: PDF form data in Access

B

bbddvv

i have a bunch of PDF forms filled out by different users. How do I import
the data from these PDFs into an Access table?

thanks
 
P

Paul Overway

You'd have to save each PDF as text, and then parse the result. There is no
native import feature in Access for importing PDF files.
 
B

bbddvv

Yes ... but in Adobe Acrobat there is not an "Text" option in the export
menu. So, how do i export the form as text?
 
A

Albert D. Kallal

Is there any other formats available like csv, or comma delimited available?
(ms-access can import those).
 
J

Jesse Aviles

If you are using Adobe Acrobat you can export the form field info to XML and then import it to
Access. You will need to write some code to do it.
 
Top