7 min read
Embedded fonts in PDF — why they matter for sharing
By ScoutMyTool Editorial Team · Last updated: 2026-05-20
After working with hundreds of users on document-sharing workflows, the most consequential and least-noticed setting in any PDF export pipeline is font embedding. Two PDFs that look identical in your preview can render completely differently in the recipient's reader if one embeds its fonts and the other does not. The recipient does not know they are seeing a font substitution — they just see a document that subtly does not look right, and they wonder whether you sent the wrong file. Below is what font embedding actually does, why it goes wrong, and how to verify and fix it before you hit Send.
What goes wrong when fonts are not embedded
A PDF without embedded fonts only stores the font name and metrics — width, ascent, descent, character spacing — for each character it uses. The reader is expected to find a font with the same name on the local system. When that search fails, the reader falls back to a substitute font with similar metrics. The substitute is rarely an exact match, and the consequences cascade:
- Character widths differ. The substitute has slightly different per-character widths, so line wrapping shifts. A line that fit perfectly in the source now wraps one word early; the next line picks up that word and pushes everything down; the bottom of the page gains or loses a line, and the page count drifts.
- Kerning pairs differ. The original Garamond had specific kerning for "AV", "Ty", "Wo"; the substitute Times has different kerning. The visual rhythm of the typography breaks.
- x-height differs. The visual heaviness of the page changes — a font with a taller x-height looks denser and more legible at the same point size. The page looks slightly off without anyone being able to point at what.
- Glyphs may be missing entirely. The substitute font may not have the same glyph set; CJK characters, mathematical symbols, fancy ligatures fall back to blank squares (the "tofu" boxes) or missing-glyph indicators.
Step-by-step: audit and fix font embedding
The ScoutMyTool font-embedding checker lives at scoutmytool.com/pdf/pdf-font-embedding-check. Runs client-side — no upload, no signup, no quota.
- Drop your PDF. The tool parses every font reference and shows a table of font name + embed status + glyph count.
- Review the audit. Green check = embedded (subset or full). Amber warning = NOT embedded; this font will substitute on a recipient without it installed. Red error = embedding forbidden by font licence — a known problem that needs a font-replacement fix.
- For amber warnings: regenerate the PDF.Open the source file (Word, InDesign, LibreOffice, Pages, whichever), find the PDF-export options, enable font embedding (or "Embed fonts", or "ISO 19005-1 compliant (PDF/A)"), re-export.
- For Word specifically. File → Save As → PDF → Options → tick "Embed fonts in the file" and "Bitmap text when fonts may not be embedded" (the second option rasterises any non-embeddable text to ensure it still renders correctly).
- Re-run the audit. All amber warnings should now show green. If any are still amber, the source-export setting was not honoured — check for an older Word version (pre-2016 has a slightly different dialog) or try a different export route (Print to PDF via "Microsoft Print to PDF" or "Save As → PDF/A").
- For red errors: substitute the font. If the font you are using is license-locked against embedding, replace it in the source document with a substitute that allows embedding. Free-licence fonts from Google Fonts and Adobe Fonts (when included with Creative Cloud) generally allow embedding; many cheap commercial fonts do not.
When font embedding is mandatory, not just nice-to-have
- PDF/A archival documents. ISO 19005 (PDF/A) requires every font to be embedded — this is the standard for long-term preservation1. Government records, court filings, regulated industries (medical, financial) often mandate PDF/A.
- External distribution. Any PDF leaving your organisation should embed fonts, because you have no control over what the recipient has installed.
- Print-on-demand. Lulu, Amazon KDP, IngramSpark, and other POD platforms reject PDFs with non-embedded fonts.
- Multilingual documents. If the document uses CJK or other extended scripts, embedding is effectively mandatory — recipient defaults rarely include the right font.
The PDF specification (ISO 32000-1 §9.6–9.10) defines five font object types and their embedding mechanics in detail2. Every modern PDF generator implements these; the question is only whether the user-facing UI surfaces the option.
Related ScoutMyTool articles and tools
- Why does my PDF look different on different devices?
- PDF/A vs PDF — long-term archival
- How to print a PDF without losing formatting
- Word to PDF — preserve fonts and images
- PDF Font Embedding Check tool
- Word to PDF tool — auto-embeds fonts during conversion.
- PDF Editor — for downstream font and text edits.
Frequently asked questions
- What is "font embedding" in a PDF, exactly?
- Embedding means physically including the font program (the actual binary that draws each character's glyph) inside the PDF file. A PDF without embedded fonts only references the font by name (e.g. "Garamond Premier Pro"); the reader must find that font on the local machine to render the document. A PDF with embedded fonts carries the font inside itself, so the reader does not need to find it anywhere — the document renders identically on every device, every reader, every printer. The PDF specification (ISO 32000-1) defines several font object types that can be embedded (Type 0, Type 1, TrueType, CIDFont) along with full / subset embedding options.
- What is "subset embedding" and is it good enough?
- Yes, usually better than full embedding. Subset embedding includes only the glyphs your document actually uses — if your document uses 87 different characters from Garamond, the embedded subset contains only those 87 glyphs, not the full 500+ glyph font. Subsetting cuts file size dramatically (a full font is typically 200–500 KB; a subset is often 20–80 KB) without any visual difference. The downside is that the recipient cannot edit the document to introduce new characters — but recipients usually do not edit PDFs anyway, so subsetting is the right default.
- How can I tell whether my PDF has embedded fonts?
- Open in Acrobat → File → Properties → Fonts. Every font listed should show "Embedded" or "Embedded Subset" beside it; any without that marker will substitute on the recipient's machine. The free PDF Font Embedding Check tool on ScoutMyTool runs the same audit in your browser without needing Acrobat — drop the PDF, get a list of fonts with embed status, see exactly which fonts would substitute.
- How do I fix a PDF that has missing font embeds?
- Two options. (a) Re-export from the source application with embedding turned on. In Word: File → Save As → PDF → Options → Embed fonts. In InDesign: PDF preset already embeds by default. In LibreOffice: PDF Export → General → uncheck "Use reference XObjects", which forces embedding. (b) If you do not have the source file, open the PDF in a PDF editor that supports font embedding (Acrobat Pro, or pdftk + ghostscript on the command line), and re-save with embedding enabled. The first option is far more reliable.
- Are there fonts that cannot be embedded?
- Yes, a small number — fonts marked with the "no embedding" license bit. Some commercial typefaces include a flag in the font file that explicitly forbids embedding (the OS/2 fsType bits in TrueType, the FSType in OpenType). Adobe Acrobat and other PDF generators honour this flag and refuse to embed; the alternative is to substitute the font (with the drift consequences this article details) or to ship the document as image-rasterised pages. For commercial work, check the font's licensing before relying on it for distributed PDFs.
- Does embedding fonts make the file bigger?
- Yes, but usually by less than you would expect. Subset embedding adds 20–80 KB per typeface (per weight: regular and bold are separate). For a typical business document with 2–3 typefaces, that is ~60–240 KB added to the file. Compared to the file-size cost of poor printing (a re-send because the recipient could not read it) the trade-off is heavily worth it. For tightly size-constrained PDFs (LinkedIn 2 MB resume cap, IRS 3 MB attachment), the saving from subsetting plus PDF compression is usually enough to stay under the cap.
- Does font embedding affect text searchability and copy-paste?
- No. Text in a PDF is stored in the content stream as a series of glyph-code references; whether the font is embedded or substituted does not change the text content. Cmd-F search, copy-paste, OCR-derived search indexes — all work identically. Embedding only affects how the document is RENDERED, not what it CONTAINS.
Audit your PDF's font embedding now — free, no signup
See every font, its embed status, and which ones will substitute on recipients. Runs entirely in your browser.
Open the Font Embedding Check at scoutmytool.com/pdf/pdf-font-embedding-check →