PDF Tools14 July 2026· 5 min read· Nagy Rudolf

Compress a PDF Without Destroying Quality

A 40 MB PDF is almost always four photos in a trench coat. Here is how to find the weight and remove it without wrecking the text.

Nearly every oversized PDF has the same cause: images. Text, even hundreds of pages of it, is tiny. A single phone photo pasted at full resolution is several megabytes, and a scanned page is an image regardless of how much text it appears to contain.

Find out what you are dealing with

Divide the file size by the page count. Under 100 KB per page means the file is text-based and there is little to gain. Over 500 KB per page means images dominate, and compression will be dramatic.

What compression actually does

Three levers exist:

  1. Downsampling — reducing image resolution to what the output medium needs. Screen reading needs 100–150 DPI; office printing needs 200–300 DPI. A 600 DPI scan carries four times the data of a 300 DPI one for no visible benefit on screen.
  2. Re-encoding — storing images as JPEG at a chosen quality instead of losslessly.
  3. Structural cleanup — removing duplicate resources, unused objects and embedded thumbnails.

The Compress PDF tool applies these in the browser and shows the before/after size so you can decide whether the trade is worth it.

Choosing a level

  • Sending for review or archiving on a drive: light compression, keep the detail.
  • Email attachment under a 10 MB cap: medium; check any small text in a screenshot afterwards.
  • Web download: aggressive is usually fine, but never for anything that will be printed.

What not to compress

Documents with legal or evidential value, files that must be OCR'd later, and anything containing fine-line drawings or maps. For those, split the document and send it in parts instead — Split PDF is the safer answer to a size limit.

A better fix at the source

If you regularly produce large PDFs, fix the export instead of the output. Word, InDesign and Google Docs all offer a "reduced size"/"web" export preset that downsamples images at generation time. Photograph documents with a scanner app rather than the raw camera; scanner apps flatten to grayscale and cut size by 80% before the file ever exists.

FAQ

Will compression remove text selectability? No. Text objects are untouched; only images are re-encoded.

Why did my file barely shrink? It was already text-only or previously compressed.

Is it reversible? No. Keep the original — compression discards image data permanently.

Keep reading