· 4 min read
How to List Every Font Embedded in a PDF
Heshan Fernando
Co-founder & COO
You’re troubleshooting a PDF that displays fine on your computer but shows substitute fonts on someone else’s, or a print shop is asking whether your fonts are properly embedded before they’ll accept your file for production. Both situations need the same underlying information: exactly which fonts a PDF actually uses, and whether each one is embedded directly in the file or relies on the viewing system having that font already installed.
This distinction — embedded versus non-embedded — is exactly the kind of thing that looks fine until it doesn’t, since a font that’s installed on your own machine will render correctly for you regardless of whether it’s actually embedded in the file, masking a problem that shows up the moment someone else opens it.
What checking a PDF’s fonts actually involves
A PDF can either embed the actual font data directly in the file (guaranteeing consistent rendering wherever it’s opened) or simply reference a font by name and rely on the system displaying it to already have that font installed (which works fine until opened somewhere that doesn’t, at which point a substitute font gets used instead, sometimes silently). Inspecting a PDF’s fonts means listing every distinct font used throughout the document and identifying which category each one falls into.
Knowing which pages each font appears on adds practical value beyond a flat list — if you’re troubleshooting a rendering issue on a specific page, being able to check exactly which font that page uses (and whether it’s embedded) narrows down the problem immediately.
Why people get stuck here
- Fonts that render fine on your machine can fail elsewhere. A non-embedded font that happens to be installed on your computer will look correct for you, hiding the problem until someone else opens the file.
- Print production has strict font embedding requirements. Print shops commonly require all fonts to be fully embedded before accepting a file, and checking this manually isn’t straightforward without the right tool.
- PDF viewers don’t typically surface font information. Standard viewing software doesn’t show you which fonts are used or whether they’re embedded without digging into deeper document properties.
- Substituted fonts change layout, not just appearance. A missing embedded font that gets substituted can shift line breaks and spacing, not just change the letterforms’ look.
What a good PDF font inspector looks like
Lists every distinct font used
A complete inventory of fonts throughout the document, not just the first one encountered, gives you the full picture.
Clearly distinguishes embedded from non-embedded fonts
This is the single most actionable piece of information — it tells you exactly which fonts are safe everywhere and which ones risk substitution.
Shows which pages use each font
Being able to trace a specific font to the pages where it appears helps target troubleshooting to the actual problem area.
Common mistakes to avoid
- Assuming a PDF renders correctly everywhere just because it renders correctly on your own machine, without checking font embedding status.
- Submitting a file to a print shop without verifying fonts are embedded first, risking rejection or unwanted substitution during production.
- Overlooking that font substitution can shift text layout and line breaks, not just change the visual appearance of individual letters.
- Not checking font status after using a PDF editing tool that might have altered or stripped embedded font data during editing.
How to do it with the PDF Font Inspector
Online Tool Store’s PDF Font Inspector lists every font used in a PDF entirely in your browser.
- Upload the PDF you want to inspect.
- Review the full list of distinct fonts used throughout the document.
- Check which fonts are embedded versus relying on system availability.
- See which pages each specific font appears on.
Because the check happens locally, you can inspect proprietary or sensitive documents without uploading them to an external server.
Frequently asked questions
Why does my PDF look fine on my computer but wrong on someone else’s?
This is a classic symptom of non-embedded fonts — if a font referenced in the PDF isn’t actually embedded and isn’t installed on the other person’s system, their viewer substitutes a different font, which can change both appearance and layout.
Do all fonts in a PDF need to be embedded?
For guaranteed consistent rendering across every device and system, yes — embedding is the safest approach. Standard, universally available fonts are sometimes left non-embedded intentionally to keep file size down, on the assumption that virtually every system has them, though this assumption doesn’t always hold.
Will a print shop reject my file if fonts aren’t embedded?
Many professional print production workflows do require fully embedded fonts and will flag or reject files that don’t meet that requirement, since font substitution during printing can produce unpredictable results. Checking embedding status before submission avoids this back-and-forth.
Final thought
A font that looks fine on your own screen isn’t proof it’ll look fine anywhere else — checking embedding status directly is the only way to actually know before someone else’s viewer makes the substitution for you.