convert pdf to multiple tiffs - how to control page numbers

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
jack.pott
Posts: 2
Joined: Thu May 28, 2009 8:59 pm

convert pdf to multiple tiffs - how to control page numbers

Post 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
User avatar
xnview
Author of XnView
Posts: 46362
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post 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
Pierre.
jack.pott
Posts: 2
Joined: Thu May 28, 2009 8:59 pm

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

Post by jack.pott »

Hi Pierre,

yeah that did the trick, many thanks!!!

Regards
Jack
Post Reply