Re: identify & display PDF CropBox?
Wolfgang Hugemann <[email protected]> Mon, 07 Feb 2011 11:54:21 +0100
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
As PDF is pure ASCII, you could use FIND (Windows) or -- more sophisticated -- SED (Linux or Windows) to extract that information from the PDF file. Keep in mind that it is mostly written as 'CropBox' within PDF files, so your search should better be case-insensitive. Wolfgang Hugemann