output of convert pdf to jpg sometimes has wrong order
Posted: 2010-05-04T03:03:00-07:00
Hello everybody!
I would expect that this command
preserves the order of the pages of the original pdf document. But sometimes it happens to me that the wrong page is on place one of the output files. After the first page the order seems to be correct. Strange, uh? Maybe someone has an idea what the problem could be?
Thanks in advance for any hint
Titus
I would expect that this command
Code: Select all
convert -colorspace rgb -density 300x300 test.pdf test.jpg
Thanks in advance for any hint
Titus