ReflowPDFCommunity
QuestionAnswered

Imported a PDF, text is correct but the fonts look off / substituted

2 replies · 740 views

8 rep

I imported a client’s PDF to make edits. The text all came through fine, but the font is clearly not the original, it’s close but the letter shapes and spacing are a little different. Did I do something wrong, or is the original font just gone?

2 Answers

17 rep
Accepted

Nothing you did wrong. A PDF only embeds the glyphs it actually uses (a subset), and sometimes not even that. When we can’t recover a usable copy of the original font on import, we substitute the closest metric-compatible match, an open clone with the same widths (e.g. a Bookman becomes URW Bookman, common Microsoft fonts map to Liberation). We do that on purpose: matching the metrics keeps your line breaks and spacing where they were instead of reflowing the whole document.

If you want a specific look, just reassign the text to a font from the picker, the common system fonts (Arial, Georgia, Calibri, Verdana, Times New Roman…) are all there now and they embed properly on export, so it’ll render identically for whoever opens it.

8 rep
OP

this worked, thanks