Logo
Back to Blog
Productivity August 13, 2026 7 min read

PDF/A Conversion Failed: Fonts Not Embedded, and How to Fix It

O

OmniWebKit Team

Document Tooling

Share:
Article Cover Image

Your PDF/A conversion failed on fonts. One typeface in the document could not be embedded, and the standard has no tolerance for that.

What makes this maddening is that the document looks perfect. Everything renders, nothing is visibly wrong, and the rejection notice names a font you do not remember choosing. Worse, one cause of this error cannot be fixed by any conversion tool at all — so working out which cause you have is the first useful step, not trying remedies at random.

Why PDF/A insists you embed fonts in a PDF

An ordinary PDF may reference a font by name and trust the reader to supply it. That works until it does not. Open the file on a machine without that typeface and the reader substitutes something else, at which point spacing shifts, lines rewrap and page breaks move.

Archival files remove that possibility by carrying the glyphs inside the document. Every font, no exceptions, which is why a single unembedded typeface fails the whole file.

Here is the part that surprises people. The old standard fourteen fonts — Helvetica, Times, Courier and the rest — used to be exempt, because every reader was assumed to have them. PDF/A withdrew that exemption. A plain document set in Helvetica with nothing embedded is one of the most common failures we see, precisely because it looks like the safest possible choice.

Find out which font broke before you fix anything

Guessing wastes more time than checking. You want a name.

Our PDF/A validator lists every font in the document with its embedding status, reading the file in your browser. If you have Acrobat, the same information is under File, Properties, on the Fonts tab, where embedded fonts are annotated and the rest are not.

The name usually explains the failure on its own. A commercial or downloaded display typeface points at a licence restriction. Symbol or Wingdings points at a bullet or an operator you never consciously chose. A base font like Arial or Helvetica points at a converter that simply did not embed the standard set.

When a font licence blocks embedding and no tool can help

Fonts carry permission bits, and one of them says whether the font may be embedded in a document. Some commercial typefaces set it to forbid embedding entirely.

When that bit is set, no converter will embed the font. Not ours, not Acrobat, not a paid desktop tool. Any tool that did would be circumventing a licence restriction, and one that claims to is doing something you should not want in a document you are about to file officially.

So the fix is in the source document: change the typeface to one that permits embedding, then export again. Widely used families such as the open-source Google Fonts or the standard system faces are safe. Check the metrics afterwards, because swapping typefaces moves line breaks, and a thesis with fixed pagination or a contract with clause positions will care.

We would rather tell you this at the start than let you cycle through five tools discovering it. It is the one branch of this problem with no technical answer.

The other four causes, and what actually fixes them

The font is not installed on the converting machine. A converter can only embed a font it can reach. Install the typeface on the machine doing the export and regenerate the PDF from the source document.

The converter never embeds the base fourteen. Some tools still treat Helvetica and Times as exempt. Use a converter built for archiving rather than a general PDF printer — ours embeds every font it encounters, including the standard set.

The embedded copy is damaged. This produces messages about not being able to extract the embedded font. The font data is present but unreadable. Reinstall the font locally and regenerate the PDF from the source; repairing the PDF itself is much harder than rebuilding it.

The subset is incomplete. Fonts are usually embedded as subsets containing only the characters used. Edit the document afterwards and add a character that was not in the subset, and the file references a glyph it does not carry. Regenerate rather than patch.

The convert text to outlines fallback, and its real cost

If nothing else works, turning text into vector shapes satisfies the rule by removing the text. There is no font to embed because there are no longer any letters, only outlines.

It is a legitimate last resort and a bad default. An outlined document cannot be searched, cannot be copied from, and cannot be read by a screen reader. For a thesis, a contract or anything anyone will need to quote from, that is a serious loss.

Use it narrowly. A logo with a licensed display face, a decorative heading, a single stubborn element — outline that and leave the body text alone. Outlining an entire document to clear a compliance error trades one problem for a worse one.

Rebuild, then check before you submit

Once you know the cause, the sequence is short. Fix the font in the source, export a fresh PDF, convert it with our PDF/A converter at the level you were asked for, then validate the actual file you plan to send.

That last point matters more than it sounds. Embedding depends on what the converting machine can access, so the same source document can produce a compliant file on your laptop and a broken one somewhere else. Check the file itself, not a file like it.

If the failure is on a Word document heading for a repository, the export settings have their own traps, covered in saving a Word document as PDF/A. If the document came from a scanner, fonts work differently again and OCR before archiving is the relevant guide. And if you are unsure which level to target, see PDF/A-1b versus PDF/A-2b. Where the text itself is the thing you need rather than the layout, extracting it with our PDF to Word converter sidesteps the problem entirely.

Frequently Asked Questions

Why can a converter embed eleven fonts and fail on the twelfth?

+
Because the twelfth is different in some specific way — usually a licence that forbids embedding, occasionally a corrupted font file or a subset missing the glyphs the document needs. The tool is not being inconsistent; it hit a genuine obstacle on that one font and carried on with the rest.

What does the message about not being able to extract the embedded font mean?

+
It means the font data is already inside the file but the tool cannot read it back out, typically because the embedded copy is damaged or written in a way the tool does not parse. Reinstalling the font locally and regenerating the PDF from the source document usually resolves it faster than trying to repair the PDF.

How do I find out which font is the problem?

+
Read the file rather than guessing. A validator lists every font in the document with its embedding status, so you get a name instead of a symptom. In Acrobat the same information lives under document properties, on the fonts tab.

Is converting text to outlines a real fix or a workaround?

+
A workaround, and a costly one. It turns letters into vector shapes, which satisfies the embedding rule because there is no longer any text to embed a font for. It also makes the document unsearchable, uncopyable and inaccessible to screen readers, so keep it for a stubborn logo rather than applying it to a whole thesis.

Why do symbol and bullet fonts break so often?

+
Because nobody remembers using them. A bullet list, a mathematical operator or a tick mark can pull in a font like Symbol or Wingdings that appears nowhere in your font menu choices. The document looks entirely normal and fails on a typeface you never consciously selected.

Can I fix this without going back to the original document?

+
Sometimes. A converter can embed a font it has access to, so if the typeface is installed on the machine doing the conversion it often succeeds. When the licence forbids embedding, no tool can help and the source document has to change.

Does substituting a similar font count as fixing it?

+
It fixes the compliance error and changes the document, so be deliberate about it. Metrics differ between typefaces, which means line breaks and page counts can shift — a real problem for a thesis with a fixed pagination or a contract where a clause must stay on a particular page.

Why does my file pass on one computer and fail on another?

+
Because embedding depends on what the converting machine can access. A font installed on your laptop is available to embed there and absent on a colleague's, so the same source produces a compliant file in one place and a broken one elsewhere. Always validate the specific file you intend to submit.

The document is a scan and has no fonts at all. Is that a failure?

+
No. An image-only PDF references no fonts, so there is nothing to embed and the check passes trivially. What you lose is searchability, which needs optical character recognition — and OCR then introduces a font of its own that must be embedded properly.

Should I use the standard fourteen fonts to avoid this entirely?

+
It seems clever and it does not work. Helvetica, Times and the rest were historically assumed to be present in every reader, so PDFs referenced them without embedding. PDF/A removes that exemption, which is why a plain Helvetica document is one of the most common failures we see.

Tags

#PDF#PDF/A#Fonts#Troubleshooting