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
For filelist abc.txt output file abc.pdf.
Yes, that is the problem I reported!xnview wrote: Wed Nov 10, 2021 9:35 am Strange, i have the name of first filename in filelist not filelist name...