Search found 5 matches

by kewbsl
Thu Nov 12, 2015 9:19 am
Forum: NConvert
Topic: Varying folder
Replies: 6
Views: 1992

Re: Varying folder

kewbsl wrote: yes, I'll submit the issue on its own thread as a possible bug report.
I see you've done that too. Now that's what I call service!
by kewbsl
Thu Nov 12, 2015 9:15 am
Forum: NConvert
Topic: Varying folder
Replies: 6
Views: 1992

Re: Varying folder


Without knowing exactly how you propose to proceed, I wondered if using MD in your script might be more direct, as in this batch file .bat :

MD output

nconvert -multi -out pdf -o output\test.pdf test_1.jpg test_2.jpg
That code runs and creates the required output folder just before it is ...
by kewbsl
Wed Nov 11, 2015 2:04 pm
Forum: NConvert
Topic: Varying folder
Replies: 6
Views: 1992

Re: Varying folder

I ran this code:

nconvert -out tiff -o output\test.tiff test.jpg

Thanks. This is interesting. I have experimented a bit. It seems as though it only _doesn't_ work when i use -multi in the code. I can run a conversion in the format you use but as soon as I add one more file and put the -multi ...
by kewbsl
Tue Nov 10, 2015 12:29 am
Forum: NConvert
Topic: Varying folder
Replies: 6
Views: 1992

Re: Varying folder

Sample code for conversion of one file:

nconvert.exe -multi -out pdf -c 5 -dpi 72 -o "C:\Users\kewbsl\Desktop\NCONVERT_TEST\SG\560876\1016808_v1.pdf" "U:\07034000\07033640.tif" "U:\07034000\07033641.tif" "U:\07034000\07033642.tif" "U:\07034000\07033643.tif" "U:\07034000\07033644.tif" "U:\07034000 ...
by kewbsl
Tue Nov 10, 2015 12:24 am
Forum: NConvert
Topic: Varying folder
Replies: 6
Views: 1992

Varying folder

Hi

I'm writing a batch process to merge groups of tiffs into one pdf and I've got it working so that it can cre the file, and everything looks great. One last thing I'm trying to achieve and I can't seem to find it:
there are hundreds of thousands of files in random folders and I want to store ...