Convert multiple PDF's to seperate Tiffs
Posted: Fri May 16, 2014 4:59 pm
Hey,
I'm trying to convert a folder of PDF's to Tiff's. But I'm stuck. This is the command line that I have: nconvert -o $\%.tif -out tiff -levels 130 180 -binary nodither -dpi 200 -xall -multi "C:\users\test\Desktop\PDFs\*" This will convert all PDF's to Tiffs, but will store all Tiffs in one tiff file, which I don't want.
Next, I have tried the same thing, but taking out the -multi, so my command line looks like this: nconvert -$\%.tif -out tiff -levels 130 180 -binary nodither -dpi 200 -xall "C:\users\test\PDFs\*" This correctly converts each PDF to Tiff, but all the TIffs are seperated into multiple files.
For example, let's say I had two PDF's, A.PDF and B.PDF and each PDF was two pages. Here is the output if I use the second command line
A.PDF
A-0.tif
A-1.tif
B.PDF
B-0.tif
B-1.tif
Which, I don't want. I would like A.tif to be a two page tiff.
Next, I tried getting rid of -xall and keeping -multi, so my command line looked like this: nconvert -o $\%.tif -out tiff -levels 130 180 -binary nodither -dpi 200 -multi "C:\users\test\Desktop\PDFs\*" My results are the same for the first command line.
So, how do I make it, so Nconvert will convert all Pdf's and make one tiff per pdf?
Thanks,
Activefire.
I'm trying to convert a folder of PDF's to Tiff's. But I'm stuck. This is the command line that I have: nconvert -o $\%.tif -out tiff -levels 130 180 -binary nodither -dpi 200 -xall -multi "C:\users\test\Desktop\PDFs\*" This will convert all PDF's to Tiffs, but will store all Tiffs in one tiff file, which I don't want.
Next, I have tried the same thing, but taking out the -multi, so my command line looks like this: nconvert -$\%.tif -out tiff -levels 130 180 -binary nodither -dpi 200 -xall "C:\users\test\PDFs\*" This correctly converts each PDF to Tiff, but all the TIffs are seperated into multiple files.
For example, let's say I had two PDF's, A.PDF and B.PDF and each PDF was two pages. Here is the output if I use the second command line
A.PDF
A-0.tif
A-1.tif
B.PDF
B-0.tif
B-1.tif
Which, I don't want. I would like A.tif to be a two page tiff.
Next, I tried getting rid of -xall and keeping -multi, so my command line looked like this: nconvert -o $\%.tif -out tiff -levels 130 180 -binary nodither -dpi 200 -multi "C:\users\test\Desktop\PDFs\*" My results are the same for the first command line.
So, how do I make it, so Nconvert will convert all Pdf's and make one tiff per pdf?
Thanks,
Activefire.