I am using the command:
Code: Select all
convert -quality 50 IN.pdf %d.png
Is there a way to change the default numbering sequence to start from 1 instead of 0.0.png, 1.png, 2.png, 3.png…
Tried this command too, but no progress
Code: Select all
convert -quality 50 IN.pdf [%d+1].png
Thanks in advance!