Search found 2 matches

by activefire
Fri May 16, 2014 6:31 pm
Forum: NConvert
Topic: Convert multiple PDF's to seperate Tiffs
Replies: 5
Views: 3230

Re: Convert multiple PDF's to seperate Tiffs

You are correct with what I need to do.

I was thinking of doing a FOR loop in DOS, but I was hoping I could have avoided it.

The way I am getting around it now in C# is to do a for loop in the directory, then call nconvert.exe to convert each pdf, but that takes so long, so I was wondering if ...
by activefire
Fri May 16, 2014 4:59 pm
Forum: NConvert
Topic: Convert multiple PDF's to seperate Tiffs
Replies: 5
Views: 3230

Convert multiple PDF's to seperate Tiffs

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 ...