Search found 2 matches

by alanlau
Thu Aug 29, 2013 2:06 pm
Forum: NConvert
Topic: How to make sequential numbering start at 1 instead of 0
Replies: 2
Views: 1543

Re: How to make sequential numbering start at 1 instead of 0

xnview wrote:yes currently not possible, i'll add a parameter
That would be awesome! Thanks for the reply.
by alanlau
Tue Aug 27, 2013 2:09 pm
Forum: NConvert
Topic: How to make sequential numbering start at 1 instead of 0
Replies: 2
Views: 1543

How to make sequential numbering start at 1 instead of 0

Right now I'm using the following command line to generate jpg files for each page in a pdf file:

nconvert -xall -out jpeg -o page.jpg test.pdf

I end up with:

page-0.jpg
page-1.jpg

if the pdf has 2 pages. What I'd like is:

page-1.jpg
page-2.jpg

I've tried the -n paramater, and I assumed I ...