Search found 2 matches

by scma_rg
Fri Dec 19, 2008 5:41 pm
Forum: NConvert
Topic: -xall sourcefile = resultfile
Replies: 3
Views: 1175

Sorry, but it dosen't work or i've a wrong script:

nconvert -xall -c1 -o C:\outputfolder\%.tif *.tif

This script splitts the multitif into single, that't true, put the Outputfilename is:

%-0.tif; %-1.tif; %-2.tif ...

:?
by scma_rg
Fri Dec 19, 2008 12:43 pm
Forum: NConvert
Topic: -xall sourcefile = resultfile
Replies: 3
Views: 1175

-xall sourcefile = resultfile

Hi,

i'd like to use nconvert to extract multipage tif into single tif. The script is following:

nconvert -xall -c1 -o C:\outputfolder\??? *.tif

??? means that the sourcefile is date and time - for example:

20081216135012.tif

the resultfiles shout be

20081216135012-001.tif, 20081216135012 ...