win2pdfd.exe tiff2pdf "sourcetiff" "destpdf"
win2pdfd.exe tiff2pdfa "sourcetiff" "destpdf"
win2pdfd.exe tiff2pdf "sourcetiff" "destpdf" width height
win2pdfd.exe tiff2pdfa "sourcetiff" "destpdf" width height
Convert the TIFF image file specified by "sourcetiff" to a PDF file named "destpdf".
The "tiff2pdfa" variation is identical to "tiff2pdf", but the resulting PDF is saved using the PDF/A format.
The optional "width" and "height" parameters are specified in points (1/72 inch).
Any file names that contain spaces must be enclosed with quotation marks. The "sourcetiff" can be a local file path, or an web address (URL) to an existing TIFF.
This feature requires a licensed version of Win2PDF. Contact us for a time limited evaluation license.
Returns 0 on success, and a Windows system error code on failure.