How Can I convert TXT to PDF for multiple files in a folder?
The version professional is possible?
Customer
-----------------------------
Can I convert multiple files ?
I execute command ".\txt2pdf.exe C:\temp\pdf\in\*.txt C:\temp\pdf\out\*.pdf" but don't done
Customer
-----------------------------
Thanks for your message, you can run following command line to batch convert all of text files from "C:\temp\pdf\in" folder and place the output PDF files to "C:\temp\pdf\out" folder,
for %F in (C:\temp\pdf\in\*.pdf) do "C:\VeryPDF\txt2pdf.exe" "%F" "C:\temp\pdf\out\%~nF.pdf"
Related Posts
Related posts:
TXT to PDF multiple files via command line?
Use text to pdf converter to minitor a folder
Convert documents of TXT to PDF and set page size by command line
Convert documents of TXT to PDF and rotate page by command line
Set page margin and convert text to PDF
Convert text to PDF and encrypt created PDF
How to batch convert text to PDF and set PDF page size/margin
How to freely convert text to PDF of specific rotation