MSG to PDF using PHP
Convert MSG emails to PDF with multiple settings
MSG to PDF features
The MSG to PDF PHP SDK converts MSG email files into PDF.
This PHP SDK allows you to customize various aspects, such as email headers, page orientation, page size, and margins. It also provides options for compressing files, converting email attachments, and merging them with the email body to create PDF and PDF/A-compliant documents.
This PHP SDK is especially valuable for businesses needing to maintain an accessible and standardized email archive and for legal firms that require secure, tamper-proof email documentation for evidentiary purposes.
File conversion library for PHP
ConvertAPI provides a PHP library that allows you to perform a MSG to PDF conversion with just a few lines of code. Convert MSG to PDF documents using PHP programming language with no effort at all!
composer require convertapi/convertapi-php
Or install it manually using ConvertApi autoloader:
require_once('/path/to/convertapi-php/lib/ConvertApi/autoload.php');
How To Convert MSG to PDF using PHP?
You can convert MSG to PDF in a few simple steps:
- Obtain your secret key by signing up for a free account.
- Install the ConvertAPI library for PHP
- Set up the MSG to PDF conversion using our live demo tool
- Copy-paste the auto-generated code snippet into your project!
MSG to PDF - complete code snippet for PHP
Once you have your authentication in place, simply copy-paste this msg to pdf conversion code snippet into your PHP project:
Try the conversion online - no coding required!
You can try out advanced conversion parameters and test the conversion result online using our interactive demo tool. This tool will produce the same conversion output as if you were using the library from your solution, and it will auto-generate the code snippet for you!
Try for FREE!Conversion parameters
This property controls the inclusion of email header in the PDF conversion process.
When set to true
, the converter will incorporate the email's header information, such as From, To, Subject, Date, etc., into the generated PDF file.
Convert email attachments.
Merge email body with attachments during the conversion process. Only works when ConvertAttachments
property enabled.
PDF page orientation.
Values: portrait landscape
PDF page size.
Values: a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 b0 b1 b2 b3 b4 b5 letter legal ledger
Set the page top margin in millimeters (mm).
Set the page right margin in millimeters (mm).
Set the page bottom margin in millimeters (mm).
Set the page left margin in millimeters (mm).
It tries to produce smaller output files but requires Adobe Reader 6, released in 2003 or newer, to view created PDF files.
Create PDF/A-1b compliant document.