I faced with following problem with using ImageMagic. I have Java EE web application which need to make some thumbnails from uploaded PDFs. 3rd patry application uploads PDFs to my application.
My application tryes to convert this (and others) PDF via following command
Code: Select all
convert some.pdf -auto-orient -resize 100x100> some.png
Note: Imagemagick V6.8.6.6, GhostScript 8.64.
Thanks in advanse.