What Is Actually Making Your PDF Large?
Before compressing, it helps to understand what is inside the file. PDF file size comes from four sources:Embedded images (usually the biggest factor). Every image inside a PDF โ photos, scanned pages, logos โ is stored as embedded binary data. A scanned document at 300 DPI with full color can be 1-5 MB per page. Reducing the embedded JPEG quality from 95 to 75 can cut image size by 60-70%.
Embedded fonts. A PDF can embed entire font files (~40-400 KB each). Modern PDF creators subset fonts (embedding only the characters actually used), but older generators sometimes embed the complete font.
Metadata and structure. Title, author, creation date, modification history. Usually under 100 KB total and not worth optimizing.
Page content streams. Vector graphics and text positioning commands. These use DEFLATE compression internally and do not have much additional headroom.
The Browser Method: 10 Seconds, No Tools
- Open the PDF in Google Chrome or Microsoft Edge
- Press Ctrl+P (or Cmd+P on Mac)
- Change the destination to Save as PDF
- Save the file
Expectations by PDF Type
| PDF type | Realistic compression |
|---|---|
| Scanned document (images) | 40-80% |
| Mixed text + images | 20-50% |
| Text-only (Word-generated) | 5-15% |
| PDF/A archival | 5-10% |