new option "-define pdf:use-cropbox=true" doesn't
Posted: 2006-03-26T15:08:18-07:00
I'm using Imagemagick 6.2.6-4 and wanted to test out the new option "-define pdf:use-cropbox=true"
Attached a pdf-file that has:
/MediaBox[0 0 595 842]
/CropBox[62.362183 85.039368 566.653564 737.118103]
When I use the following command
convert -define pdf:use-cropbox=true pdf:Tachyonen.pdf ppm:Tachyonen.ppm
The resulting ppm shows not the content of the cropbox, but a region like this [0 0 550 700]
I would attach the a pdf as testfile but don't know how.
Attached a pdf-file that has:
/MediaBox[0 0 595 842]
/CropBox[62.362183 85.039368 566.653564 737.118103]
When I use the following command
convert -define pdf:use-cropbox=true pdf:Tachyonen.pdf ppm:Tachyonen.ppm
The resulting ppm shows not the content of the cropbox, but a region like this [0 0 550 700]
I would attach the a pdf as testfile but don't know how.