You open a PDF and something looks off: the headings are in a plain default font instead of the stylish one in the original, letters are replaced by empty boxes, or Urdu words appear as disconnected letters. The document is not broken — the fonts are.
Why Fonts Go Wrong
A PDF can either carry its fonts inside it (embedded) or refer to fonts by name and hope the reader's device has them. When a font isn't embedded and the device doesn't have it, the viewer substitutes something else. That substitute may have different widths, so lines break in new places, text overflows boxes, or characters are missing entirely.
Common Symptoms and Causes
| What you see | Likely cause |
|---|---|
| Different font than expected | Font not embedded; viewer substituted another |
Empty boxes or ? symbols | Characters not available in the substitute font |
| Text overlapping or cut off | Substitute font is wider or narrower |
| Blurry, jagged text | Text was turned into a low-resolution image |
| Urdu letters not joining | Creating software didn't shape Urdu text correctly |
| Bold or italic missing | Only the regular weight was embedded |
Fixing It When You Made the PDF
If you have the original Word, Excel or PowerPoint file, the fix is almost always to export again correctly:
- In Microsoft Office, use Save As → PDF or Export → PDF, and in options make sure fonts are embedded (usually on by default).
- Avoid "printing" to a low-quality PDF printer driver, which can rasterise text into images.
- Use common, well-supported fonts for documents that many people will open.
- For Urdu, use a proper Unicode Urdu font and software that supports Urdu shaping.
You can also convert Office files with Word to PDF, Excel to PDF or PPT to PDF, then open the result on a different device to confirm it looks right.
Fixing It When Someone Sent You the PDF
Your options are more limited, because the missing font data isn't in the file:
- Try another viewer. Different apps substitute fonts differently; a browser may look better than an old app.
- Ask for a new export. The most reliable fix is for the sender to re-export with fonts embedded.
- Convert for reading. If you only need to read it, PDF to JPG produces images of each page as your viewer renders them — useful for sharing a preview, though text is no longer selectable.
When Text Looks Blurry
Blurry text usually means the text was converted to an image at low resolution — common when a document was scanned or "printed to PDF" from a screenshot. You can't sharpen it back into real text, but you can make it searchable with OCR PDF. For future documents, export directly from the original program instead of scanning a printout.
Urdu and Mixed-Language Documents
Urdu is particularly sensitive because its letters change shape depending on position in a word. If a PDF shows separated letters or reversed text:
- Type Urdu in a proper Unicode editor such as our Urdu Editor.
- Use a well-supported Urdu font when creating the document.
- Export from software with right-to-left support rather than copy-pasting through tools that don't handle it.
Prevention Checklist
- Embed fonts when exporting (check the PDF export options once).
- Test important PDFs on a phone and a second computer before sending.
- Prefer widely available fonts for forms and documents shared publicly.
- Keep the original editable file so you can re-export if problems appear.
Messy layouts after converting a PDF to Word often come from the same font issues — see why your PDF to Word conversion looks messy.