[magick-users] PDF: crop or not
omicronpersei8 at imagemagick.org
omicronpersei8 at imagemagick.org
Fri Feb 23 09:12:51 CST 2007
> I'm wondering if there's any clever way to get ImageMagick to take
> the crop into account
From
http://www.imagemagick.org/script/formats.php
PDF ... requires Ghostscript to read. By default, ImageMagick sets the
page size to the MediaBox. Some PDF files, however, have a CropBox that
is smaller than the MediaBox and may include white space, registration or
cutting marks outside the CropBox. To force ImageMagick to use the CropBox
rather than the MediaBox, use -define (e.g. -define pdf:use-cropbox=true).
This feature requires a modern version of ImageMagick.
More information about the Magick-users
mailing list