Convert pdf to a thumbnail
Posted: 2016-09-14T08:27:58-07:00
Hello,
I try to convert a pdf to a thumbnail, but I can't manage it.
I did this:
and got this:
http://sb.brod-is.de/test/ak.png
That's fine, but now I would like to crop it to a thumbnail 250px300px like this:
but the result is this:
What am I doing wrong?
Thank you in advance for your help!
I try to convert a pdf to a thumbnail, but I can't manage it.
I did this:
Code: Select all
convert ak.pdf -trim -resize 250x250^ ak.png
http://sb.brod-is.de/test/ak.png
That's fine, but now I would like to crop it to a thumbnail 250px300px like this:
Code: Select all
convert ak.pdf -trim -resize 250x250^ -crop 250x300+0+0 akcr.png
What am I doing wrong?
Thank you in advance for your help!