respecting cropbox not working under some cases
Posted: 2007-10-05T13:01:07-07:00
I have a pdf file, uploaded to http://www.filesend.net/download.php?f= ... 9a69903f06(download link will appear at bottom left corner of the page after 20 secs).
If I do "convert -define pdf:use-cropbox=true -thumbnail 120x120 dubai.pdf dubai.jpg", the jpg's are generated fine.
If I do "convert -define pdf:use-cropbox=true -thumbnail 120x120 dubai.pdf[1-3] dubai.jpg", some jpg's blank, some jpg's are cut at wrong positions. Looks like it mis-interpreted the cropboxes.
The above I observed on windows.
If on linux, neither of the above command works. It never respected my "use-cropbox" option.
Thanks,
Ted
P.S. I am on 6.3.1 on both platforms.
If I do "convert -define pdf:use-cropbox=true -thumbnail 120x120 dubai.pdf dubai.jpg", the jpg's are generated fine.
If I do "convert -define pdf:use-cropbox=true -thumbnail 120x120 dubai.pdf[1-3] dubai.jpg", some jpg's blank, some jpg's are cut at wrong positions. Looks like it mis-interpreted the cropboxes.
The above I observed on windows.
If on linux, neither of the above command works. It never respected my "use-cropbox" option.
Thanks,
Ted
P.S. I am on 6.3.1 on both platforms.