output of convert pdf to jpg sometimes has wrong order

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Titus

output of convert pdf to jpg sometimes has wrong order

Post by Titus »

Hello everybody!

I would expect that this command

Code: Select all

convert -colorspace rgb -density 300x300 test.pdf test.jpg
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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: output of convert pdf to jpg sometimes has wrong order

Post by fmw42 »

what IM version are you using? if old, try upgrading. post a link to an example that fails.
Titus

Re: output of convert pdf to jpg sometimes has wrong order

Post by Titus »

Upgrading did the job. At least I couldn't reproduce the failure. :)

Thanks for your repsonse!
Titus
Post Reply