Page 1 of 1

convert pdf to multiple tiffs - how to control page numbers

Posted: Thu May 28, 2009 9:05 pm
by jack.pott
Hi All,

absolutely love XnView and NConvert - but now i'm struggling, so i hope somebody here might be able to help:

I have a PDF and want to create multiple single-page tiffs from it. All works fine with the exception of the format of the numbers:

"nconvert -out tiff -xall test.pdf" will create for example test-0.tif, test-1.tif, test-2.tif, ..., test-12.tif

Now would there be any feasible way to influence the numbering sequence? I would need them as test-001.tif, test-002.tif, test-003.tif and so forth...

Any hint or help greatly appreciated.

Regards
Jack

Re: convert pdf to multiple tiffs - how to control page numbers

Posted: Fri May 29, 2009 7:27 am
by xnview
jack.pott wrote: "nconvert -out tiff -xall test.pdf" will create for example test-0.tif, test-1.tif, test-2.tif, ..., test-12.tif
Try:
nconvert -out tiff -xall -o test-###.tif test.pdf

Re: convert pdf to multiple tiffs - how to control page numbers

Posted: Sat May 30, 2009 7:40 am
by jack.pott
Hi Pierre,

yeah that did the trick, many thanks!!!

Regards
Jack