Viewing PDF objects
Posted by Mark Stephens on Wed, Apr 01, 2009 @ 08:27 AM
Most of the time, you can just use a PDF file without thinking about what lies 'under the bonnet'. But sometimes you want to find out about the actual objects inside a PDF file.
I need to do this quite often to debug our PDF viewer but it is also useful if you want to know about the colors used and how the PDF might print or whether it has any useful text. It also allows you to see how big the images inside the PDF really are and whether they can be easily extracted.
I used to open the PDF in a text editor but this is not an ideal solution. Not only can it be quite hard to decipher, but if the PDF is encrypted or contains compressed data and objects you cannot view these.
So I was really pleased to find a little feature hidden inside the Advanced menu option of Acrobat 9.0 to 'Browse Internal PDF Structure'
This allows you to see the actual PDF objects much more clearly. You will still need your trusty and well-thumbed copy of the Adobe Acrobat PDF specification but it has saved me a lot of time when needing to see what is happening inside a PDF file.