i know I can open up each PDF file manually and view the File / Properties / Desc info like Title, Author, Keywords, Number of Pages, etc. I want to do this programmatically and pull this data into a database which can be used as a simple document management system. Please note I said SIMPLE, I don't know why it is so difficult to explain this concept to support that over complicates the issue. You would think Adobe would provide a simple interface to do this with Reader or the full Acrobat. Here is the scenario. I have thousands of Acrobat PDF documents on my hard drive. Each PDF file I know in the files Header maintains this metadata information of Document Properties. I want to retrieve this information so as to create a document database catalog or management system. Initially I have some 15,000 pdf documents I need to track. Here is a picture of the information I want to obtain programmatically via an automatic scripted process. Or if their is a utility that will automatically dump the info into some sort of exported data file that would be fine also. That is my first step in this project. My second step is if you have documents that contain bates page numbering ID information is this also capturable. Bates page numbering is not the same as the PDF document page number. It wold be nice if in the database we were able to say that document "sample.pdf " uses Bates Numbers XXX #### through ZZZZ #### Currently I am trying to do this on a small scale using MS Access as the Database Front End. I have done some searching on the web for a solution but none specifically show how to do the above request specifically. I do not currently have a need to edit or add to this data information on the PDF document itself, but that would be a nice feature to have. Currently were using MS Access as a front end but were open to other suggestions. Were not storing the actual document in the database, but just a link to retrieve the document. I also have knowledge of PHP, Java Script, VBA and a few other programming tools. Thanks for your assistance. Cole
... View more