
win2pdfd.exe msg2pdf "source.msg" "dest.pdf"
win2pdfd.exe msg2pdf "source.msg" "dest.pdf" papersize
Convert the Microsoft Outlook item file format MSG file specified by "source.msg" to a PDF file named "dest.pdf". Any file names that contain spaces must be enclosed with quotation marks. The "source.msg" can be a local file path, or an web address (URL) to an existing MSG file.
If the MSG file contains attachments, the attachments are copied to the PDF as shared attachments unless they are potentially unsafe (.EXE, .BAT, etc.). Attached files can only be opened in a viewer that supports attachments such as Adobe Reader. To view shared attachments in Adobe Reader, go to " ≡ ➜ View ➜ Show/Hide ➜ Side panels ➜ Attachments".
Also, if the attachment is one of the following, Win2PDF converts the attachment to PDF and appends the converted document to the final PDF.
Extension |
Format |
Portable Document Format |
|
.DOCX, .DOC |
Microsoft Word (Win2PDF Pro Only) |
.RTF |
Rich Text Format (Win2PDF Pro Only) |
.ODT |
OpenDocument Text (Win2PDF Pro Only) |
.TXT |
Text (Win2PDF Pro Only) |
.XLSX, .XLSB, .XLS |
Microsoft Excel Spreadsheet (Win2PDF Pro Only) |
.PPTX, .PPT |
Microsoft PowerPoint Presentation (Win2PDF Pro Only) |
.ODS |
OpenDocument Spreadsheet (Win2PDF Pro Only) |
.CSV |
Comma Separated Values (Win2PDF Pro Only) |
.HTML, .HTM, .MHTML, .JS |
HyperText Markup Language |
.SVG |
Scalable Vector Graphics |
.XPS |
XML Paper Specification |
.TIF, .TIFF |
Tagged Image File Format |
.JPG, .JPEG, .JPE |
Joint Photographic Experts Group Image |
.PNG |
Portable Network Graphics |
.BMP, .DIB |
Windows Bitmap |
.GIF |
Graphics Interchange Format |
.EML |
Email Message Format (Win2PDF Pro Only) |
.MSG |
Microsoft Outlook Item File Format (Win2PDF Pro Only) |
.MHT |
Mime HTML Archive (Win2PDF Pro Only) |
If the "papersize" is specified, it can be one of:
letter |
letter-landscape |
legal |
legal-landscape |
tabloid |
tabloid-landscape |
A2 |
A2-landscape |
A3 |
A3-landscape |
A4 |
A4-landscape |
A5 |
A5-landscape |
CSheet |
CSheet-landscape |
DSheet |
DSheet-landscape |
ESheet |
ESheet-landscape |
The "-landscape" papersize variations change the orientation to landscape. If no papersize is specified, "letter" is used.
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.