
Best First: Use PDF Press
Start with PDF Press. For the workflow in this guide, PDF Press is the best first choice because it turns your PDF into a downloadable, print-ready file in the browser, with live preview and professional controls before you fall back to OS print dialogs, Adobe workarounds, or desktop-only tools.
- Make the output file first. Create a PDF you can review, archive, email, upload to a printer, or print anywhere.
- Use production controls early. Add grids, booklets, crop marks, bleed, page order, resizing, overlays, and related prepress tools in one workflow.
- Keep files private. Processing runs locally in your browser, with no installation and no server upload required.
What 'Font Not Embedded' Means and Why Printers Reject It
Few prepress problems cause more last-minute panic than a printer replying, "Your fonts aren't embedded." A PDF is supposed to be a self-contained, portable document — but that promise only holds when every typeface the file uses is actually packaged inside it. When a font is referenced but not embedded, the PDF simply names the typeface ("Helvetica Neue, Bold") and trusts that whatever device opens it will have that exact font installed.
On your own machine that trust is usually rewarded, because the font is sitting in your system folder. On a commercial press it almost never is. The printer's RIP (Raster Image Processor) has to make a decision, and it has only bad options: substitute a superficially similar font, or fail outright. Substitution is where the damage happens. A different font has different glyph widths, so text reflows — line breaks shift, a headline jumps to two lines, a carefully balanced column blows out its box. Kerning and spacing change. Special characters, ligatures, and non-Latin scripts can render as the wrong glyphs, tofu boxes (□), or nothing at all.
That is why printers reject non-embedded files instead of guessing: they cannot promise that what you approved on screen is what will come off the press. A missing font is not a cosmetic warning — it is a correctness problem that can silently rewrite your layout. This guide covers how to detect it, the two proven fixes, and how to stop it happening again. You can run any file through the Preflight checker or handle imposition and export in PDF Press.
Why Fonts Go Missing in the First Place
Understanding the cause makes the fix obvious. Fonts typically fail to embed for a handful of predictable reasons:
- Export settings that skip embedding. Older "smallest file size" or web-optimized presets deliberately drop fonts to shave kilobytes. Great for email, disastrous for print.
- Licensing restrictions. Some commercial fonts carry embedding permissions that forbid full embedding. The application respects that flag and leaves the font out.
- System or "resident" fonts. Base fonts like Helvetica, Times, Courier, or Arial were historically assumed to exist everywhere, so tools sometimes reference rather than embed them.
- Broken or corrupted font files. A damaged font on the design machine can silently fail to embed, or partially embed a subset that is missing glyphs the document needs.
- Files assembled from mixed sources. Merging PDFs, placing another PDF as artwork, or converting from an unusual source format can carry over unembedded font references.
Whatever the cause, the symptom is the same: the file points at a font it does not contain. Everything below fixes exactly that.
How to Detect Missing Fonts
Never assume — check. There are three reliable ways to find non-embedded fonts before the printer does.
1. Acrobat's Fonts panel. In Adobe Acrobat, open File > Properties and click the Fonts tab. Each font is listed with its type and, crucially, its status. Fonts that are safe read as "Embedded" or "Embedded Subset". Any font shown without that "(Embedded)" note is missing and will be substituted. This is the fastest manual spot-check.
2. Automated preflight. Acrobat Pro's Preflight tool (under Print Production) includes profiles that specifically test "Fonts not embedded" and can flag every offending glyph in one report. If you don't have Acrobat Pro, run the file through an online Preflight checker, which surfaces non-embedded fonts alongside bleed, resolution, and color-space warnings so you catch everything in a single pass.
3. Visual regression. Open the PDF on a machine that does not have your design fonts installed, or view it in a plain browser tab. If text reflows, looks like a generic serif/sans, or shows box characters compared with your original, fonts are missing. This mimics exactly what the RIP will do. If a file also throws parsing errors or won't open cleanly, a quick pass through Repair PDF can rebuild the structure so the font check is meaningful.
Fix 1: Embed the Fonts (the Default, Best Fix)
Embedding is the correct fix in the overwhelming majority of cases. It keeps your text as real, selectable, searchable text while guaranteeing the press has the exact glyphs your layout depends on. There are two routes.
Re-export from the source with fonts embedded
The cleanest approach is to go back to the original design file (InDesign, Illustrator, Word, or whatever produced it) and re-export the PDF with embedding turned on. In Adobe applications, choose a PDF/X preset (see below) or open the export dialog's font settings and confirm fonts are embedded, ideally as subsets. Subsetting embeds only the glyphs actually used, keeping file size sane while still guaranteeing correct output.
Embed into an existing PDF
If you no longer have the source file, Acrobat Pro's Preflight can attempt to embed fonts directly via the "Embed fonts" fixup — but this only works when the actual font files are installed on your machine and their licensing permits embedding. It cannot conjure a font it doesn't have. When embedding into an existing PDF fails or is blocked by licensing, outlining (Fix 2) becomes the fallback.
Tradeoff: Embedding preserves full editability, searchability, accessibility (screen readers can read the text), and small, clean file structure. Its only requirement is access to the font and permission to embed it — which is why it should always be your first choice.
Fix 2: Outline (Flatten) the Text to Curves
Outlining — also called "creating outlines," "converting to curves," or "vectorizing text" — replaces every character with a vector shape that describes its exact outline. Once outlined, the text is no longer type at all; it is artwork. Because there is no font reference left, there is nothing for the RIP to substitute, so the appearance is locked and guaranteed.
In Illustrator you select the type and choose Type > Create Outlines. In prepress workflows and some PDF tools, a "flatten to curves" or transparency-flatten operation can achieve the same effect on placed text.
Tradeoff — this is the important part:
- You lose editable text. No more fixing a typo by retyping — you'd have to re-edit vector shapes or return to the source.
- You lose searchable, selectable, and accessible text. Screen readers, copy-paste, and PDF text search stop working, which can be a compliance concern.
- File size and complexity can rise for text-heavy pages, since every glyph becomes many vector points.
- Very small type can render slightly heavier because outlined curves don't benefit from font hinting.
Because of these costs, outlining is a targeted tool, not a default.
When Outlining Is the Right Call vs. Embedding
Choose based on why the font won't embed and what the page needs.
Embed when you have the source file or the font is installed, the license allows embedding, and the document benefits from remaining editable, searchable, and accessible — which is almost every real job, especially multi-page books, reports, and anything you may revise.
Outline when one of these is true:
- The font's license forbids embedding, so there is no legal way to package it — outlining sidesteps the restriction because you're shipping shapes, not the font.
- You need to hand off logos, wordmarks, or display type to a third party who must not be able to alter the type.
- The type is a small, fixed element (a logo, a headline, a cover title) where guaranteed appearance matters more than editability.
- You are chasing an intermittent RIP or substitution bug and need to eliminate fonts as a variable entirely.
A common professional compromise: embed the body text (keep it accessible and editable) and outline only the display/logo elements that are licensing-restricted or must be pixel-locked. For deeper context on flattening and how it interacts with type, see the transparency flattening guide.
Prevention: Embed on Export and Use PDF/X
The best fix is never needing one. Two habits eliminate missing-font problems at the source.
1. Always embed on export. Set your default PDF export preset so fonts are embedded (subset) every time. Avoid "smallest file size" or web presets for anything going to print. Make embedded fonts a standing line item on your pre-send checklist.
2. Export to a PDF/X standard. PDF/X is the ISO family of print-exchange standards, and mandatory font embedding is built into them — a compliant file cannot contain a non-embedded font. Two common targets:
- PDF/X-1a — the strictest, most widely accepted print standard. All fonts embedded, all color as CMYK or spot, no live transparency. Ideal when you want maximum compatibility with any commercial printer.
- PDF/X-4 — a more modern standard that still enforces font embedding but permits live transparency and richer color management (ICC profiles). Better when your design relies on transparency effects you don't want pre-flattened.
Exporting to either standard turns "did I embed the fonts?" into a guarantee rather than a hope. Pair that with a preflight pass and you close the loop. For the full pre-press checklist, read the print-ready PDF guide and the PDF preflight guide; if a file is already broken, the PDF repair tool guide and prepress troubleshooting guide cover recovery.
A Quick Decision Workflow
When a file comes back flagged for missing fonts, work through it in order:
- Confirm the problem. Check File > Properties > Fonts in Acrobat or run the Preflight checker to list exactly which fonts aren't embedded.
- Do you have the source file? If yes, re-export with fonts embedded and a PDF/X preset applied. Done.
- No source, but the font is installed and licensable? Use Acrobat Pro's Preflight "embed fonts" fixup, then re-verify.
- Font can't be embedded (licensing) or the fix fails? Outline the affected text to curves, accepting the loss of editability.
- Re-preflight the result to confirm zero non-embedded fonts before sending to press.
Followed consistently, this turns a stressful rejection into a five-minute fix — and the PDF/X habit means most jobs never trigger the workflow at all.
Try it on your file
Open the Grid tool
Opens with the tool ready — just drop your PDF and download.
Open in PDF PressFree · sign in with Google · files never leave your device

22 Professional Imposition Tools
Every tool runs locally in your browser — fast, private, and professional-grade.
Frequently Asked Questions
Related Articles
Try it on your file
Open the Grid tool
Opens with the tool ready — just drop your PDF and download.
Open in PDF PressFree · sign in with Google · files never leave your device

