You compress a PDF to reduce its file size for email. The compression succeeds. The file shrinks from 12MB to 3MB. You open the compressed file and the text is sharp, the images are clear, everything looks correct. Then you notice that the fonts have changed. The headings that were in your brand typeface are now in Arial. The body text that was in Garamond is now in Times New Roman. The compression tool stripped the embedded fonts to save space. The document is smaller. It also looks wrong.
Compressing a PDF without stripping embedded fonts requires using compression settings that target image data and structural redundancy while preserving the font data intact. Fonts contribute to file size, sometimes significantly. A document using multiple custom fonts may embed megabytes of font data. Compression tools that prioritize maximum size reduction may subset or remove embedded fonts. Tools that prioritize visual quality preservation leave fonts untouched.
The PDF Compression settings that preserve fonts are not always the default. Knowing which settings affect fonts and which affect only images lets you reduce file size without changing the document appearance.

How Compression Tools Handle Embedded Fonts
Embedded fonts in a PDF can be full, containing every character in the typeface, or subset, containing only the characters actually used in the document. Full embedding provides maximum editability. Subset embedding provides smaller file size while preserving correct display. Compression tools may apply additional subsetting, reducing an already-subset font further by removing characters that the tool determines are unused. If the tool determines incorrectly, removing a character that is actually used, that character will display as a fallback font.
The PDF Fonts preservation during compression depends on the tool approach to font data. A conservative compression tool leaves font data untouched. An aggressive tool optimizes font data alongside image data. The tool documentation or settings should indicate which approach it uses.
Try Compress PDF
No installation needed. Works directly in your browser.
Compression Settings That Affect Fonts
| Setting | Effect on Fonts | Recommendation |
|---|---|---|
| Image downscaling | No effect on fonts. Only affects embedded images | Safe to use aggressively. Fonts are untouched |
| Structural optimization | May remove duplicate font data or unused glyphs. Can affect font rendering if glyph detection is incorrect | Use with caution. Test output on a page with special characters or accented text |
| Font subsetting | Reduces embedded fonts to only the characters used. Aggressive subsetting may remove needed characters | Disable if font preservation is critical. Enable only for maximum compression when visual changes are acceptable |
| PDF/A conversion | Requires all fonts to be embedded. Can actually increase file size by embedding fonts that were previously referenced | Use for archival compliance when font embedding is required. Not for file size reduction |
Testing Font Integrity After Compression
After compressing, open the file and check the document properties Fonts tab. Every font that was embedded in the original should still be embedded in the compressed version. The embedding status should be identical. If a font changed from Embedded to Not Embedded, the compression stripped it. If a font changed from Embedded to Embedded Subset, the compression applied additional subsetting, which may be acceptable if all used characters remain.
WukongPDF compression preserves embedded fonts by default. The Reduce PDF Size operation targets image data and structural redundancy. Font data is not affected unless font optimization is explicitly enabled.
Identifying Which Fonts Are at Risk During Compression
Custom brand fonts, non-Latin fonts for international documents, and fonts with large character sets like Chinese, Japanese, or Korean are most at risk during compression because they are the largest contributors to font data size. A single CJK font can embed thousands of characters and consume megabytes. Compression tools that target font data will target these fonts first.
Before compressing, check the font list in document properties. Note which fonts are embedded and their embedding type. After compression, verify that the same fonts are present with the same embedding status. The PDF Fonts at risk are the largest ones. Verify them first.
Alternatives to Font Subsetting for File Size Reduction
If font data is the primary contributor to file size and you need to reduce it without affecting font rendering, consider converting the document to PDF/A. PDF/A requires embedded fonts but may use more efficient embedding formats that reduce file size without removing characters. Alternatively, simplify the document typography. Reduce the number of fonts used. Each font eliminated reduces file size by the size of its embedded data.
The Reduce PDF Size approach to font-heavy documents is to optimize font usage at the source rather than stripping fonts during compression. Fewer fonts means smaller files with no compression artifacts.
Handling Fonts in Scanned PDFs During Compression
Scanned PDFs have no embedded fonts because the text is stored as page images. Compression that targets fonts will have no effect on scanned documents. The compression should focus entirely on image optimization. The distinction matters because applying font-targeting compression settings to a scanned PDF wastes processing time and may produce unexpected results.
Before compressing, identify whether the PDF contains embedded fonts. Open document properties and check the Fonts tab. If the list is empty, the document has no embedded fonts and all compression should target images. The PDF Compression strategy for scanned documents is image-focused, not font-focused.
Communicating Font Requirements to Document Creators
If you regularly receive PDFs with missing or stripped fonts from specific sources, communicate the requirement upstream. Request that the document creator embed fonts when exporting to PDF. Provide the specific steps for their software. A one-time communication prevents recurring font problems on every document from that source.
The PDF Fonts embedding requirement should be part of document submission guidelines. When everyone creating PDFs embeds fonts, no one receiving them needs to fix missing fonts after compression.
Compressing PDFs With Mixed Embedded and System Fonts
Some PDFs contain a mix of embedded fonts and fonts that are referenced but not embedded. The embedded fonts are at risk during compression. The referenced fonts are not, because they are not part of the file. After compression, the embedded fonts should still be embedded. The referenced fonts should still be referenced. Neither category should change status.
Check both categories after compression. An embedded font that became referenced will cause display problems. A referenced font that became embedded will increase file size. The PDF Fonts status of every font should be unchanged by compression.
Using Preflight Tools to Verify Font Integrity
Professional PDF preflight tools can analyze font embedding status before and after compression. They provide a detailed report showing each font, its embedding type, and whether any characters are missing. Use a preflight tool when font integrity is critical, such as for brand documents, legal filings, or publications.
The PDF Compression preflight check takes minutes and provides certainty that fonts survived compression intact. For documents where font errors would be embarrassing or costly, the preflight check is justified.
Try Compress PDF
No installation needed. Works directly in your browser.
