Page 1 of 1

PDF to PNG Page Numbering

Posted: 2006-10-11T08:58:38-07:00
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

Posted: 2006-10-11T09:04:22-07:00
by magick
Add -scene 1 just before you PDF image on the command line to start at page 1 rather than page 0.

Posted: 2006-10-11T09:13:32-07:00
by mtdimich
Thanks!