Problem → SolutionApril 2, 20264 min read

The PDF I Emailed Looks Different From What I Saved — Why

A PDF that changes appearance between your saved version and what the recipient sees is caused by email processing, viewer differences, or font availability. Here's how to ensure consistency.

When the PDF you saved looks exactly right but the recipient reports it looks different — different fonts, slightly different layout, or missing elements — the file changed between your machine and theirs. This can happen during email transmission, during the recipient's viewing, or as a result of differences in how each system renders the PDF. Each cause has a specific diagnosis.

Email Processing Can Modify PDFs

Some corporate email gateways and antivirus systems strip, recompress, or modify PDF attachments during transit. Common transformations: stripping JavaScript (breaks form calculations), stripping certain metadata, recompressing images at lower quality, or re-encoding the file. Signs: the recipient's file is smaller than yours, or specific interactive features stopped working. Test: send the PDF to yourself at a different email address (a personal Gmail if you sent from work). If the received file differs from the sent file, the email system is modifying attachments. Fix: use a file-sharing link (Drive, Dropbox) rather than attaching the file directly.

Font Rendering Differences Between Viewers

Even with identical embedded fonts, different PDF rendering engines (Acrobat, Chrome/PDFium, Apple Quartz, PDF.js) apply different hinting and anti-aliasing algorithms. At small font sizes, the same characters can look slightly different in weight or sharpness. This is a rendering difference — the file is identical, but the visual output varies. This is normal and expected. If the difference is dramatic (obviously different font face), fonts are not embedded — see the font embedding section. If the difference is subtle (slightly different sharpness), it is rendering variation that cannot be controlled.

Recipient Is Viewing in a Different Mode or Zoom

The recipient may be viewing at a different zoom level, in a different viewing mode (Single Page vs Continuous Scroll), or with Acrobat accessibility color replacement active. Ask the recipient: "Are you viewing at 100% zoom with default colors?" These settings dramatically change apparent font weight, spacing, and color. Ask them to send a screenshot — this is often the quickest way to identify what is actually different and whether it is a display difference or a file difference.

Verify With File Hash

To confirm whether the file itself changed: compare the file size of your sent file vs the received file. If sizes differ, the file was modified in transit. For certainty: compute the MD5 or SHA-256 hash of both files (on Windows: certutil -hashfile file.pdf MD5; on Mac: md5 file.pdf). Identical hashes guarantee identical files — any difference is a rendering or display variation, not a file modification. Different hashes confirm the file changed and the email processing theory is correct.

Try Compress PDF Now — Free

Browser-based, private, and instant. No account or software required.

Open Compress PDF
Report Bug
Send Feedback
Feature Request