Project Description:
- Need a script to can take data/information off of a PDF file
and load it into an Access database.
- The field labels in the PDF are consistent. However, the way the data is loaded into these fields on the PDF
files is not clean. For example, if you just simply write a text file from
the PDF it comes out formatted differently depending on which PDF file you are
working with.
- Script or a program has to recognize the field label in the PDF and should associate it with the
data for that label's data field, and then write it to the Access DB
- There are 500 PDF files. Each PDF is a 2 page document (small).
- If script can not be written, manual data entry is one of the options.