Skip to content
ForgePlug — Logo
All resources
PDF Guides

How to Reduce PDF File Size Without Making Documents Unreadable

PDFs bloat for predictable reasons — images, fonts, metadata. Here's what actually takes up space, in what order to attack it, and what you'll realistically save.

5 min read · By ForgePlug Team · Published August 15, 2026

A 40-page PDF that should weigh 2 MB often weighs 40 MB. The cause is almost never the text — text is cheap. The causes are, in order: embedded images at print resolution, embedded fonts, and accumulated metadata and junk objects from years of editing. Shrink those three things and you recover most of the size without touching a single word.

What actually takes space

  • Images — a single full-page photo at 300 DPI can exceed 1 MB; a scan of 50 pages at 600 DPI can exceed 200 MB. This dwarfs everything else.
  • Fonts — every embedded font family adds a few hundred KB; embedding five families across a document adds up fast.
  • Metadata & junk — thumbnails, edit history, duplicate objects, and XMP blobs can add hundreds of KB on files edited by many programs over the years.

Where to start

  1. Compress the images inside the PDF — this is 80% of the win on scanned or photo-heavy documents. Re-encoding JPEGs at a sane quality (around 80–85%) is visually near-lossless on screen.
  2. Remove or subset embedded fonts — if the document only uses a handful of glyphs, only those need to ship.
  3. Strip metadata — creator info, edit history, and previews are safe to remove for distribution.
  4. Only then look at the page count. Splitting a bloated document into chapters doesn't reduce total size, but it makes each part manageable to email and upload.

Watch for the scanner trap

A scanner saves photos of pages, not text — which means the 'text' in a scanned PDF is actually a full-page image on every page. If the document truly only needs to be readable, converting pages to JPEG at a moderate DPI and rebuilding the PDF will cut size by 10× or more.

What you can realistically expect

A text-only PDF with a couple of fonts might drop 30–60%. A photo-heavy brochure typically drops 60–80%. A scanned document drops 80–95% if you're willing to lower the image quality. The trade-off is always the same: smaller files mean softer images and sometimes weaker fonts. The goal is the smallest file that still looks right on the screens and printers your readers actually use.

Compress a PDF now

ForgePlug's Compress PDF runs entirely in your browser — upload nothing, watch the size estimate, and tune a quality slider until it looks right.

Open Compress PDF

More PDF Guides