G Guest May 5, 2005 #1 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
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 May 5, 2005 #2 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.
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.
G Guest May 5, 2005 #5 Yes ... but in Adobe Acrobat there is not an "Text" option in the export menu. So, how do i export the form as text?
Yes ... but in Adobe Acrobat there is not an "Text" option in the export menu. So, how do i export the form as text?
G Guest May 5, 2005 #7 thanks Paul Overway said: You have to do "Save as". Then you select text as they file type. Click to expand...
thanks Paul Overway said: You have to do "Save as". Then you select text as they file type. Click to expand...
A Albert D. Kallal May 5, 2005 #8 Is there any other formats available like csv, or comma delimited available? (ms-access can import those).
Is there any other formats available like csv, or comma delimited available? (ms-access can import those).
J Jesse Aviles May 6, 2005 #9 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.
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.