Re: identify & display PDF CropBox?

Wolfgang Hugemann <[email protected]> Mon, 07 Feb 2011 16:24:10 +0100
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
> Q: Is it possible that some attributes (like CropBox) might be
> "inherited" and not defined on a page-by-page basis?
>
> Q: Is it the case that the document pages will be in the same order in
> the PDF file?

Well, remember, this an IM forum, it's not about PDF.

I am quite sure that the CropBox can be defined on a per page basis. 
This is basically what you do when you crop single pages in a document 
with, say, Adobe Acrobat.

The structure of a non-optimised PDF is non-linear, see 
http://en.wikipedia.org/wiki/Portable_Document_Format#File_structure, so 
you cannot expect the pages in a PDF to be in order. Nevertheless they 
probably will be in order if the PDF was created by a PDF printer driver 
as is the standard procedure.

Wolfgang Hugemann