Question How to handle a PDF file

EricB

New member
Local time
Today, 05:53
Joined
Aug 18, 2011
Messages
2
I've already made an access application that does the work i expect it to do.
Now I want to make things a little faster.

I now receive by email a PDF form (or file) filled in by a customer. I open it with Acrobat Reader and then manually enter the information contained in the PDF file into a new record in my database.

Now I would like my application to read that file and fill in a new record by itself.

Would somebody know how to do this or at least put me in the good direction.

Thank you

EricB
 
There is a free application capable of reading a PDF-file and converting it to eg a text file. I launch it using the shell command, wait a while for it to finish, and then gobble up the resulting text file. http://en.wikipedia.org/wiki/Pdftotext
 
Can this be done IN my application or I have to manually transform the PDF and then feed the text version to my access application ?
 

Users who are viewing this thread

Back
Top Bottom