How to batch convert Multiple Files TEXT files to PDF files from command line?

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
-----------------------------

image
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"

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: -1 (from 1 vote)
How to batch convert Multiple Files TEXT files to PDF files from command line?, 10.0 out of 10 based on 1 rating

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!