A PDF that seems disproportionately large compared to its content is a common frustration. Before compressing blindly, it helps to understand what is actually consuming the space.
The Main Causes of Large PDF Files
1. High-Resolution Embedded Images
This is the most common cause. Images embedded in PDFs are stored as full raster data. A document exported from a design application (InDesign, Photoshop, Illustrator) or a Word document with high-quality photos will embed those images at full resolution.
The numbers: A single 8×10 inch image at 300 DPI is approximately 25 megapixels of data. Even with PDF's internal compression, that adds 2–5 MB per image before other factors.
A brochure with 20 such images can easily exceed 80 MB — even before embedding fonts.
2. Embedded Fonts
PDFs embed font data so the document renders correctly regardless of whether the reader has that font installed. A single embedded font can add 200–500 KB. A document using five fonts (regular, bold, italic, bold-italic, plus a heading font) may add 1–2 MB in font data alone.
Full font embedding vs. subsetting is significant: a fully embedded font includes all glyphs in the font file. A subsetted font (the default in most PDF creators) includes only the characters actually used in the document — much more efficient.
3. Form Fields and Interactive Elements
Interactive PDFs — those with fillable form fields, checkboxes, dropdown menus, digital signature fields, or embedded JavaScript — carry extra metadata for each interactive element. A complex form can add several megabytes.
4. Annotations and Comments
PDF annotations (comments, highlights, markup) are stored as separate data layers. A heavily annotated PDF used in a review cycle can accumulate significant annotation overhead.
5. Redundant Content Streams
Each time you edit and re-save a PDF using certain tools, the software may not remove the previous version of modified content — it just marks it as deleted and appends the new version. Over multiple save cycles, the file accumulates "ghost" data from earlier versions.
This is analogous to how old-format Word documents used to grow from successive edits. Opening and re-saving as a new file typically clears this.
6. Embedded Thumbnails and Metadata
Some PDF creators embed a visual thumbnail of each page for preview rendering. In a 100-page document, these previews can add 5–10 MB. Extensive document metadata (XMP packets, custom properties) adds smaller amounts.
7. Scanned Pages at High DPI
A scanned PDF is essentially a collection of images, one per page. A 50-page document scanned at 300 DPI as grayscale will be around 25–50 MB without compression, more in colour.
Diagnosing What Is Making Your PDF Large
Check the content type first
Open the PDF in any viewer. If you can select text by clicking on it, the PDF contains a text layer. If clicking selects nothing, it is a scanned (image-only) PDF.
- Text-based, unexpectedly large: likely fonts, form fields, or redundant streams
- Image-heavy, expectedly large: compression will help significantly
- Scanned, large: reduce scan DPI or compress images
Compare to a similar document
A 20-page text contract should be under 500 KB. A 20-page brochure with photos might be 10–30 MB. If your numbers are far outside these ranges, the specific causes above are worth investigating.
PDF Compression vs. PDF Optimisation
These terms are often used interchangeably, but they refer to different things:
| | PDF Compression | PDF Optimisation | |---|---|---| | What it does | Resamples embedded images to lower DPI | Cleans redundant data, subsets fonts, removes thumbnails, clears ghost content | | Best for | Image-heavy PDFs | PDFs that are large despite little image content | | Result | Smaller images, slightly lower visual quality | Cleaner file structure, same visual quality |
ToolzStack's PDF compressor addresses both — it resamples images and optimises the file structure in one step.
How to Fix It
- Run the PDF compressor first — /compress/pdf — handles the majority of cases in one step
- Flatten before compressing if the PDF has form fields: Flatten PDF → then compress
- Re-export from source at screen quality if you have the original document (Word, InDesign, etc.)
- Re-scan at lower DPI if you control the scanning process — 150 DPI is enough for digital sharing
Related guides: How to Compress a PDF Without Losing Quality · How to Compress a PDF for WhatsApp