Why your PDF looks different on someone else's screen
PDFs are supposed to look the same everywhere. When one doesn't, the cause is almost always fonts — here's how to tell, and how to make it stop.
Skip to the toolRepair PDFThe entire promise of the format is that a PDF looks the same everywhere. So when a client replies that your quote is a mess, or the printer produces something with the headings in the wrong typeface and a line of text hanging off the bottom, it feels like the format has failed.
It usually has not. One specific thing has gone wrong, and it is almost always the same thing.
The cause is nearly always fonts
A PDF can carry its fonts inside the file, or it can just name them and assume the reader has them. Embedding is the default in most software, which is why this mostly works. But it can be switched off, some tools skip it to keep files small, and certain fonts carry licences that forbid it.
When a font is named but not embedded, the reader substitutes the closest thing it has. That substitute has different letter widths, so lines break in different places, and text that fitted on your screen now runs past the margin or onto another page.
The tell-tale sign: the layout is roughly right but the type looks wrong, and the problems get worse further down each page. That is substitution, not corruption.
Checking whether your fonts are embedded
- 1Open the PDF in Adobe Acrobat Reader, which is free.
- 2Open File, then Properties, then the Fonts tab.
- 3Read the list. Every entry should say "Embedded" or "Embedded Subset". Anything without that word is a font your reader is supplying, not the document.
- 4If a font is missing, note its name — that is the one causing the difference.
"Embedded Subset" is not a problem, incidentally. It means only the characters actually used were included, which is the sensible thing to do.
How to fix it
In order of preference:
- Re-export with embedding switched on. In Word it is under Save As, Options, "Embed fonts in the file". In most other software it is an option in the PDF export dialogue. This is the proper fix.
- Swap the font for one that can be embedded. If a licence is blocking it, no export setting will help — pick a different typeface.
- Print to PDF instead of exporting. The system print pipeline embeds what it uses, and often produces a more portable file than an application's own export.
- Flatten it, as a last resort. Turn the pages into images and rebuild a PDF from those: it cannot possibly reflow, because there is no text left to reflow. You lose selectable text, searchability and accessibility, so keep this for a final proof rather than a working document.
Turn pages into images
For that last route, convert the pages to images and then combine them back into a PDF. It is a genuine trade — a flattened PDF is a picture of a document, not a document — so use it when a page absolutely must look identical everywhere and nothing else has worked.
Rebuild a PDF from the images
When it isn't fonts
Three other causes, worth a look if the font list came back clean.
- Transparency and blend modes. Older readers and some printers handle these badly, so a watermark or a shadow can appear as a solid block.
- Colour. Screens are RGB and presses are CMYK; a print shop converting your file will shift the colours, sometimes a lot. That is a printing conversation, not a PDF fault.
- A damaged file. If the layout is not merely different but genuinely broken — missing pages, garbled characters, refuses to open in one reader — the file structure is the problem rather than its fonts.
Rebuild a damaged PDF
Common questions
Why does my PDF look different on another computer?
Almost always because a font it needs is named in the file but not embedded in it, so the other computer substitutes something else. The substitute has different letter widths, which changes where lines break and pushes text around. Check File, Properties, Fonts in Acrobat Reader.
What does "Embedded Subset" mean?
That only the characters actually used were included rather than the whole typeface. It is normal, sensible and keeps the file smaller. It is not a cause of layout differences.
Why do my fonts change when I email a PDF?
Emailing does not alter the file. What changes is the computer opening it — and if the fonts were never embedded, that computer supplies its own. The same file would look different on any machine without your fonts installed.
Does flattening a PDF fix it permanently?
Yes, in that there is no text left to reflow, so it cannot shift again. But you lose selectable text, search, copy-paste and screen-reader access, and the file usually gets larger. Treat it as a last resort, not a default.
Why does my PDF print differently from how it looks on screen?
Either fonts, as above, or transparency effects the printer's software handles differently, or an RGB-to-CMYK colour conversion at the print shop. If the screen version is right, sending a flattened copy removes the first two possibilities.
Read next
Tips
Why won't my PDF open? A repair checklist.
A PDF that refuses to open is usually truncated, mislabelled or locked rather than genuinely corrupt. Work through these checks in order before you give up on the file.
Read itTips
PDF, PNG or JPG: which one should you actually send?
Three formats, three different jobs. Which to use for text, for photographs and for anything official — and why sending the wrong one gets documents rejected.
Read it