Why PDF Fonts Look Different When Someone Else Opens the File

Why PDF Fonts Look Different When Someone Else Opens the File

If you are dealing with **pdf fonts look different when someone else opens the file**, you are not alone — this is one of the most common PDF support questions…

The document looks right on your machine and wrong on someone else's — different letterforms, changed spacing, sometimes reflowed line breaks. The entire point of PDF was to prevent this, and it happens for one main reason: the fonts were not embedded.

Common Causes

  1. Fonts are not embedded — If the file only references a font by name, each machine substitutes whatever it has. Your machine has the font; theirs does not.
  2. Only a subset was embedded — Subsetting includes just the glyphs used. If text is later edited and needs a character outside that subset, the viewer substitutes for those characters.
  3. The substitute has different metrics — A fallback font with different character widths changes spacing, and can push line breaks and page breaks around.
  4. Licensing prevented embedding — Some commercial fonts forbid embedding. The export silently falls back to a reference rather than including the font.
  5. The viewer lacks the needed script — CJK, Arabic and Indic text needs fonts that are not installed everywhere by default.

Quick Checks to Try First

  • Check File → Properties → Fonts: every entry should say Embedded or Embedded Subset
  • Open the file on a machine that does not have your fonts installed
  • Ask the person seeing the problem which text looks wrong, and whether it is all of it
  • Re-export from the source with font embedding explicitly enabled
  • Test with a standard font to confirm embedding is the issue

Step-by-Step Solutions

Solution 1: Check what is actually embedded

Open File → Properties → Fonts. Every font listed should be marked Embedded or Embedded Subset. Anything listed without that marker is being pulled from the reader's system, which is exactly the font that will change on someone else's machine. This tells you immediately whether embedding is your problem.

Solution 2: Re-export with embedding on

In the source application's PDF export options, enable font embedding — usually a checkbox, sometimes implied by choosing a PDF/A or "press quality" preset. PDF/A requires full embedding by definition, so exporting to PDF/A is a reliable way to guarantee it if the option is hard to find.

Solution 3: Replace fonts that cannot be embedded

If a font's licence blocks embedding, no export setting will change that. Substitute a font you can embed. There are open-licensed faces metrically compatible with most common commercial fonts, so the layout need not change at all — and unlike a viewer's automatic substitution, you get to see the result before anyone else does.

Solution 4: Flatten to outlines as a last resort

Converting text to vector outlines guarantees identical rendering everywhere, because there is no font left to substitute. The cost is real: the document is no longer searchable, selectable or editable, and it usually gets larger. Reserve this for final artwork going to print — never for a document anyone still needs to read, search or amend.

When None of the Above Works

If you have tried everything and still see the problem, the PDF may have been created with proprietary tools that produce unusual internal structures:

  • Contact the document creator and ask for an unlocked or editable version
  • Ask for the source file (Word, InDesign) if editing is legitimate
  • For government or official forms, check if a fillable online version exists on the official website

How to Prevent This in Future

  • Always work on a duplicate — keep the original locked version intact
  • When creating PDFs yourself, only apply restrictions you actually need
  • Test your PDFs in multiple viewers before distributing
  • For editable documents, consider sending the source file (Word / Google Docs) rather than a PDF
  • Related reading: PDF Text Moves When Editing: Causes and Fixes

Frequently Asked Questions

Is this a sign of a serious problem? No, but it does undermine the reason for using PDF at all. Embedding fonts fixes it permanently and should be the default for anything you send out.

Can I fix this on my phone? Yes. Open a mobile browser, go to an online PDF editor, upload the file, and try the operation. Many PDF problems that seem to require desktop software are actually just viewer limitations.

Will fixing this delete my document content? No. The steps above modify how the PDF is processed, not the underlying content. Always work on a copy to be safe.

How long does it take to fix? Re-exporting with embedding enabled takes a minute. Replacing an unembeddable font takes longer if it changes the layout.

Usama Ramzan
Written byUsama RamzanFounder, Online PDF Edits

Usama Ramzan is the founder of Online PDF Edits, a browser-based PDF editor built to change text, images, and tables in existing PDFs without breaking their fonts, spacing, or multi-page layout. He writes about practical PDF editing, document workflows, and the engineering behind layout-safe editing.

Recommended reading

View all articles →