Search found 3 matches
- Thu Oct 06, 2016 7:29 am
- Forum: NConvert
- Topic: [Solved] Output file enumeration with a multipage source
- Replies: 7
- Views: 1907
Re: Output file enumeration with a multipage source
The "%~1" in the batch file is replaced with the file name used as a parameter in calling the batch file, which is what I want. This replacement of "%" codes is why you need to double it if you want an actual % in the batch file. So in this case it is correct. I've checked that by typing directly ...
- Wed Oct 05, 2016 10:19 pm
- Forum: NConvert
- Topic: [Solved] Output file enumeration with a multipage source
- Replies: 7
- Views: 1907
Re: Output file enumeration with a multipage source
I really appreciate you taking the time to reply here.
Unfortunately this is not doing what we hope. Instead I am getting files named
Filename-001-1.jpg, Filename-001-2.jpg, ... Filename-001-10.jpg, etc.
What am I doing wrong?
<addendum> The line in my batch file is:
nconvert -xall -dpi 300 -out ...
Unfortunately this is not doing what we hope. Instead I am getting files named
Filename-001-1.jpg, Filename-001-2.jpg, ... Filename-001-10.jpg, etc.
What am I doing wrong?
<addendum> The line in my batch file is:
nconvert -xall -dpi 300 -out ...
- Sat Oct 01, 2016 9:12 pm
- Forum: NConvert
- Topic: [Solved] Output file enumeration with a multipage source
- Replies: 7
- Views: 1907
[Solved] Output file enumeration with a multipage source
I am using nconvert to convert a multipage PDF to individual JPG files for later processing.
This works very well, but there is one small thing I would like to figure out how to fix. Output filenames are enumerated as 'output-0.jpg' ... 'output-9.jpg', 'output-10'.jpg etc.
Is there any way to force ...
This works very well, but there is one small thing I would like to figure out how to fix. Output filenames are enumerated as 'output-0.jpg' ... 'output-9.jpg', 'output-10'.jpg etc.
Is there any way to force ...