Outlook Email to PDF: Save Messages with Headers (2026)
Outlook still has no real "Save as PDF" button. Printing to PDF mangles long threads,
and forwarding a message strips the original headers that make it useful as a record.
The cleanest path is to save the message as an .eml file β which keeps
the subject, sender, and date β and convert that file to PDF in your browser.
Step 1: get the email as an .eml file
Outlook on the web and new Outlook
- Open the message (not just the reading pane preview).
- Click the β― More actions menu in the message toolbar.
- Choose Save as β Save as EML, or simply Download β the message saves as a .eml file.
Classic Outlook for Windows
Classic desktop Outlook saves messages as .msg, a binary Outlook-only format. To get an .eml instead, drag the message from Outlook into a folder while holding no modifier β recent versions produce .eml; older ones produce .msg. If you get .msg, the reliable workaround is to open the same mailbox in Outlook on the web and download from there.
Step 2: convert the .eml to PDF
- Open to-pdf.com/email-to-pdf.
- Click Open file and select the downloaded .eml.
- The preview shows the message with a header block β subject, sender, and date β above the body, formatted like a report.
- Click Download PDF. Parsing and conversion happen in your browser; the email is never uploaded.
Why not just print to PDF?
- Print strips context. Browser print headers replace email metadata; the .eml route preserves the actual message headers.
- Threads get truncated. Outlook's print view often collapses quoted history mid-conversation.
- Layout breaks. Marketing emails and tables frequently overflow the printable area; a converter renders the HTML body at document width.
Common problems and fixes
I only have a .msg file
.msg is a binary container that text-based converters can't parse. Re-download the message as .eml using Outlook on the web (see above) β same message, portable format.
Inline images are missing
Some emails reference images from remote servers instead of embedding them. If image fidelity matters, take a full-message screenshot and convert it with the image to PDF tool instead.
I need to archive a whole folder
Select multiple messages in Outlook on the web and download them individually β each becomes its own .eml. Convert each to PDF, then merge if needed. For bulk compliance archiving, a dedicated mailbox export (PST) is the better tool; PDF is for the messages people actually need to read.
Privacy note for work email
Emails often contain contracts, HR matters, or customer data. Uploading them to a random "free email converter" site means a third party briefly holds that content. The converter linked here parses the .eml locally in your browser β verify with DevTools β Network: no request contains your message.