PDF to PNG Page Numbering

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
mtdimich

PDF to PNG Page Numbering

Post by mtdimich »

Is there a way to start numbering the pages at 1 instead of 0 when converting a PDF to multiple PNG's or PDF to really any type of multiple images.

I'm using q16 with the convert command.

-convert test.pdf mypng%03d.png

Thanks!

Matt
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Add -scene 1 just before you PDF image on the command line to start at page 1 rather than page 0.
mtdimich

Post by mtdimich »

Thanks!
Post Reply