FormatDrop
How-To Guide

How to Convert MSG to PDF (Outlook Email Archive)

MSG is Microsoft Outlook's proprietary email format — saves emails with attachments, formatting, and metadata in a Compound Object format. PDF is the universal archive format. Converting MSG to PDF is essential for legal hold, e-discovery, compliance archiving, and forwarding emails to people who don't have Outlook installed. The conversion preserves headers (From, To, Date, Subject), formatted body, embedded images, and references attachments.

Quick answer

Outlook (Windows): open MSG → File → Print → Microsoft Print to PDF. macOS without Outlook: use Microsoft 365 web access, or convert MSG to EML first via msg-to-eml tools, then EML to PDF. Command line: `msgconvert input.msg` extracts to EML, then convert to PDF. Online: dedicated MSG-to-PDF converters.

Method 1: Convert MSG to PDF online (free, in your browser)

  1. 1

    Open the FormatDrop document converter

    formatdrop.com/document-converter. The converter handles MSG files in your browser using Compound Document parsing.

    Go to converter
  2. 2

    Drop your MSG file

    Drag .msg. The converter parses Outlook's Compound Object format, extracting headers, body (HTML or RTF), embedded images, and attachment references.

  3. 3

    Choose PDF settings

    Headers (From, To, Date, Subject) at top — yes by default. Embed inline images. Attachments noted by filename. Page size A4 or Letter.

  4. 4

    Download the PDF

    Single MSG: one PDF. The PDF preserves email formatting, embedded images, and metadata. Drop into legal hold systems, compliance archives, or share with non-Outlook recipients.

Method 2Outlook (Windows)

Method 2: Convert MSG to PDF in Outlook

Outlook handles MSG natively — the canonical conversion path on Windows.

  1. Double-click the .msg file → Outlook opens it.
  2. File → Print → choose 'Microsoft Print to PDF' as printer.
  3. Click Print → choose save location → save as .pdf.
  4. For batch: select multiple MSG files in Windows Explorer → drag into Outlook inbox → select all → File → Print → Microsoft Print to PDF.

Note: Outlook is the highest-fidelity conversion. Headers, formatting, embedded images all preserved. Attachments referenced but not embedded.

Method 3msgconvert (Linux/Mac CLI)

Method 3: msgconvert for cross-platform CLI

msgconvert is a Perl utility that converts MSG to EML on any platform.

  1. Install. Mac: `brew install libemail-outlook-message-perl`. Linux: `apt install libemail-outlook-message-perl`.
  2. Convert MSG to EML: `msgconvert input.msg` produces input.eml.
  3. Then convert EML to PDF (see our convert-eml-to-pdf guide): use Thunderbird, Apple Mail, or command-line tools.
  4. Combined: `msgconvert *.msg && for f in *.eml; do eml-to-pdf "$f" "${f%.eml}.pdf"; done`.

Note: Two-step process but cross-platform. Best for batch jobs without Outlook access.

Method 4Thunderbird with ImportExportTools NG

Method 4: Thunderbird import path

Thunderbird can read MSG via add-ons.

  1. Install Thunderbird (thunderbird.net) and ImportExportTools NG add-on.
  2. Tools → ImportExportTools NG → Import EML → MSG support varies by version.
  3. Alternative: convert MSG to EML first (msgconvert), then drag EML into Thunderbird.
  4. Right-click email → ImportExportTools NG → Save as PDF.

Note: More complex than Outlook's direct path but free and cross-platform.

Method 5Online converters

Method 5: Online MSG-to-PDF tools

Browser-based services for one-off conversion.

  1. Local: formatdrop.com/document-converter — runs in browser, no upload.
  2. Server-based: zamzar.com, convertio.co — upload MSG, download PDF. Faster for large files but uploads to their servers.
  3. For sensitive emails (legal, HR, financial), use local tools.

Note: Online tools handle MSG well but require uploading. Privacy-sensitive content should stay local.

When you need to convert MSG to PDF

  • 1

    Legal hold and e-discovery

    Litigation and regulatory matters require email preservation in PDF. Bulk-convert Outlook MSG archives to PDF for legal teams.

  • 2

    Compliance archiving (HIPAA, SOX, FINRA)

    Regulated industries require email retention. PDF/A is the archival standard.

  • 3

    Sharing Outlook emails with non-Outlook recipients

    Lawyers, contractors, regulators — many don't use Outlook. PDF works on every device.

  • 4

    HR and workplace investigations

    Emails as evidence in HR matters → PDF format is the convention.

  • 5

    Backup before email migration

    Migrating from Exchange to Gmail or another platform? Preserve key emails as PDFs first.

Troubleshooting common MSG to PDF problems

macOS can't open MSG files

Outlook for Mac handles MSG since 2019. If you don't have it, use msgconvert to convert MSG to EML first, then open in Apple Mail. Or use the browser tool.

Attachments not included in PDF

Outlook's Print to PDF doesn't embed attachments — only references them. To include attachments in the PDF, save attachments separately and merge with PDF tools, or use Bluebeam Revu / Acrobat with email export plugins.

Headers missing in PDF

Configure Outlook to include headers: View → View Settings → Other Settings → ensure 'Use headers' is enabled. Outlook for Mac has similar settings.

HTML formatting broken in PDF output

Outlook renders HTML emails for printing — should preserve formatting. If broken, the email may use external CSS/images that didn't load. Open in Outlook first to verify rendering before printing to PDF.

Why convert MSG to PDF?

MSG is Outlook's email format; PDF is universal archive. Converting between them is essential for legal hold, compliance, and sharing emails outside Outlook. The standard path on Windows is Outlook → Microsoft Print to PDF. Cross-platform: msgconvert + EML-to-PDF in two steps.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Best free tool for MSG to PDF?
Outlook (if you have it — Microsoft 365 includes Outlook). Free alternatives: msgconvert (CLI) + EML-to-PDF tools. The browser tool for occasional use without install.
Will attachments be included in the PDF?
Inline images (embedded in body) yes. Separate attachments are referenced by filename but not embedded. To include attachments fully, use a PDF editor to combine, or convert attachments separately.
Can I batch convert MSG files?
Yes. Outlook: drag all MSG files into inbox, select all, print to PDF. msgconvert + EML-to-PDF: scripted batch via shell. For 1000+ files, scripted Python is fastest.
Convert MSG to PDF Now — Free

No account. No upload. Works in any browser.