EML to PDF API
Convert EML emails to PDF with multiple settings
EML to PDF features
The EML to PDF API swiftly converts EML email files into PDF documents, offering a rapid solution to your email file conversion needs.
It includes options for adding email headers, adjusting page orientation and size, setting margins, and compressing files. The API also supports converting email attachments and merging them with email bodies, creating PDF and PDF/A compliant documents.
This API is useful for businesses needing to archive emails in a standardized and accessible format, and for legal firms requiring documented email evidence in a secure, non-editable format.
API Endpoint
ConvertAPI offers a cloud-based solution, which makes EML to PDF conversion effortless with just a single REST-API call:
Authenticate your API call
Converting eml to pdf via REST-API is now easier than ever. Sign up for a free account to obtain your authentication secret, append it as a query string parameter to the conversion URL, and voilĂ ! You can find advanced authentication techniques in our docs.
Convert EML to PDF using REST-API in no time!
Once you have your authentication in place, you can convert your files using application/json
, multipart/form-data
and application/octet-stream
content types.
A simple HTTP POST request using JSON would look like this:
Conversion request using cURL
You can easily convert eml to pdf with a simple cURL request. Our documentation provides more advanced cURL request techniques.
File conversion using CLI
ConvertAPI CLI allows you to convert files using our command-line file conversion utility tool. Check out CLI documentation for a detailed explanation and usage examples.
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.