win2pdfd.exe txt2pdf "source.txt" "dest.pdf"
win2pdfd.exe txt2pdf "source.txt" "dest.pdf" landscape
Convert the text file specified by "source.txt" to a PDF file named "dest.pdf". If the optional "landscape" parameter is specified, the text is formatted in the landscape orientation.
Any file names that contain spaces must be enclosed with quotation marks. The "sourcefile" can be a local file path, or an web address (URL) to an existing PDF.
This feature requires a licensed version of Win2PDF Pro. Contact us for a time limited evaluation license.
Returns 0 on success, and a Windows system error code on failure.