Code: Select all
nconvert -out pdf -multi -o Output\%%.pdf -l Filelist.txt
Could an option please be added to set the output filename to the input text file filename.
Example filelist:
Code: Select all
Image_1.tif
Image_2.tif
Image_3.tif
Moderators: XnTriq, helmut, xnview
Code: Select all
nconvert -out pdf -multi -o Output\%%.pdf -l Filelist.txt
Code: Select all
Image_1.tif
Image_2.tif
Image_3.tif
The filename of the first file in the filelist:
Code: Select all
Image_1.tif
Image_2.tif
Image_3.tif