How PDF Compression Works (and How to Shrink a PDF Safely)

You export a two-page document and somehow it’s 14 MB. Email bounces it back, the upload form rejects it, and you’re left wondering what’s inside. Here’s what makes PDFs balloon — and how to bring them back down to a sensible size.

Why PDFs get big

A PDF is a container. Most of the weight comes from a few usual suspects:

  • High-resolution images. A single phone photo can be several megabytes. Embed a handful and the file explodes.
  • Embedded fonts. Full font files are bundled so the document looks identical everywhere.
  • Scanned pages. A “scan to PDF” is really a stack of large images, not text.
  • Redundant data. Metadata, duplicated resources and uncompressed streams add up.

What compression actually does

Compressing a PDF isn’t one operation — it’s several, applied together:

  1. Image downsampling. The biggest win. Images are reduced to a resolution appropriate for the screen or print target (e.g. 150 DPI for on-screen reading), then re-encoded with efficient compression.
  2. Stream compression. Text and vector data are packed with lossless algorithms, so nothing is lost there.
  3. Cleanup. Unused objects and bloated metadata are stripped out.

The key distinction is lossless vs. lossy. Text and vectors compress losslessly — they look identical afterward. Images are usually compressed lossily, which is why aggressive settings can introduce blur or artefacts. Good compression finds the point where the file is small but the images still look fine.

How to shrink a PDF without ruining it

  • Match the resolution to the use. Reading on a laptop? 150 DPI is plenty. Printing a poster? Keep it high.
  • Compress once, not repeatedly. Each lossy pass degrades images further.
  • Split before you shrink. If you only need a few pages, remove the rest first — fewer pages, smaller file. Our Split PDF tool pulls out exactly the pages you want.
  • Merge after compressing, not before, so you’re not re-compressing already-optimised files. The Merge PDF tool combines them in any order.

Do it privately, in your browser

Most “free PDF compressor” sites upload your document to their servers — not ideal for contracts, IDs or anything confidential. The Compress PDF tool runs entirely in your browser: your file is processed on your own device and never leaves it. No account, no upload, no waiting in a queue.

The quick version

  1. Remove pages you don’t need (Split PDF).
  2. Compress what’s left (Compress PDF).
  3. Combine files after compressing if needed (Merge PDF).
  4. Check it still reads well before you send it.

That 14 MB monster should now be a tidy attachment — with your privacy intact.