Problem with "-l file : Use file as filelist" in v7.154
Posted: Thu Sep 07, 2023 12:21 pm
There was a problem in version 7.154 with using "-l file : Use file as filelist".
File "C:\temp\1.txt" contains filelist:
C:\MyDocs\20230824_180749.jpg
C:\MyDocs\20230824_180430.jpg
C:\MyDocs\20230824_180425.jpg
C:\MyDocs\20230824_180418.jpg
Reusult:
Error: Can't open file (C)
Error: Can't open file (C)
Error: Can't open file (C)
Error: Can't open file (C)
Version 7.136 didn't have this problem.
Code: Select all
nconvert.exe -recurse -quiet -out pdf -multi -c 1 -binary nodither -l "C:\temp\1.txt" -o 1.pdf
C:\MyDocs\20230824_180749.jpg
C:\MyDocs\20230824_180430.jpg
C:\MyDocs\20230824_180425.jpg
C:\MyDocs\20230824_180418.jpg
Reusult:
Error: Can't open file (C)
Error: Can't open file (C)
Error: Can't open file (C)
Error: Can't open file (C)
Version 7.136 didn't have this problem.