Search found 1 match

by paschi.baehler
2012-11-13T07:53:25-07:00
Forum: Users
Topic: convert pdf (over 11 pages) to jpg -> outputfile numbering
Replies: 2
Views: 5876

convert pdf (over 11 pages) to jpg -> outputfile numbering

If I convert a PDF with more then 11 pages, the outputfiles generated are like the following:

convert input.pdf output.jpg

output-0.jpg
output-1.jpg
output-2.jpg
..
output-10.jpg

How can I add a leading "0" by the first 10 pages in the Outputfile. I like to have the output like this:

output-00 ...