Author Topic: How does you program tell you the producer of the pdf?  (Read 8572 times)

0 Members and 1 Guest are viewing this topic.

Anonymous

  • Guest
How does you program tell you the producer of the pdf?
« on: July 13, 2007, 03:36:00 PM »
I have a problem. At my office we work with literally thousands of pdfs that are being created from paper documents. Those pdfs are created using Abode Acrobat Professional 7.0. We then take the pdfs and have them OCRed by ABBYY. So we used your program to sort the 20,000 pdfs by the producer to get all the ones that were already OCRed out of the folder and OCR only those file that hadn't already been OCRed. However we just had the free trial of your software and now we can't download the full version. If you could tell me how you get a hold of the ProducedBy property I could probably write a program to just do that.

Thankyou,

jr2349

RTT

  • Administrator
  • *****
  • Posts: 907
« Reply #1 on: July 13, 2007, 08:40:00 PM »
I suppose you are talking about PDF Explorer. If yes, you are in the wrong forum section, this one is for PDF-ShellTools. Anyhow...

Quote
However we just had the free trial of your software and now we can't download the full version.

If you want to download the commercial version you just need to buy the license. To manage 20,0000 PDFs its really a good investment ;)

Quote
If you could tell me how you get a hold of the ProducedBy property I could probably write a program to just do that.

Google for it. Search for "extract PDF metadata" or something related, and I'm sure you are going to find your solution. Even so, if you want to develop the functionality from scratch, without the help of already available libraries/tools, prepare yourself to write many lines of code to deal with the exotic PDF internal structure.

Take a look also to the PDF reference documentation
http://www.adobe.com/devnet/pdf/pdf_reference.html