Wrong order during the conversion pdf to jpg with resizing.
Posted: 2012-12-13T07:04:33-07:00
I have 2 issues while converting pdf to jpg.
first of all: my jpg's are totally in the wrong order.
secondly: I allways get one jpg file which is empty. But only with inherit pdf files. When I convert something from pdf which I firstly converted from ppt to pdf through Google Drive everythig's fine.
This is my query:
I'll be very glad for your help!
Tom
first of all: my jpg's are totally in the wrong order.
secondly: I allways get one jpg file which is empty. But only with inherit pdf files. When I convert something from pdf which I firstly converted from ppt to pdf through Google Drive everythig's fine.
This is my query:
Code: Select all
convert some.pdf -resize 800x600 -background white -gravity center -extent 800x600 -fill white xc:white -unsharp 0x1 some.jpg
Tom