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
convert pdf to multiple tiffs - how to control page numbers
Moderators: helmut, XnTriq, xnview
Re: convert pdf to multiple tiffs - how to control page numbers
Try: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
nconvert -out tiff -xall -o test-###.tif test.pdf
Pierre.
Re: convert pdf to multiple tiffs - how to control page numbers
Hi Pierre,
yeah that did the trick, many thanks!!!
Regards
Jack
yeah that did the trick, many thanks!!!
Regards
Jack