Acrobat SDK also talks about how to automate Reader.
thank, I'll observe it.
If you just search for /Count, you will get back a LOT of incorrect information. First, that same name is used in a LOT of different places in the PDF – not just for the page count – and in fact, in most PDFs that number will be for each part not necessarily all of them. Second, if the PDF has been modified, there can be multiple versions of that string.
You are avsolutelly right. But in my case I work with PDF files contents the drawing from AutoCAD (and other CAD-systems). I already checked 50 PDF files - all content once "/COUNT" key.
You need to use a PDF parser to properly find the things you need.
what is it?