How to compress a PDF without losing quality

6 min read

You’ve finished a report, a scanned contract or a portfolio, and then the upload form rejects it: the PDF is too big. Email providers typically cap attachments around 20–25 MB, and many web forms are stricter. The good news is that most oversized PDFs can be shrunk dramatically without a meaningful drop in quality — once you understand where the weight comes from.

Why PDFs get so large

A PDF is a container. It can hold crisp vector text that weighs almost nothing, but it can also hold full-resolution images, embedded fonts, and — most commonly — scanned pages, which are really just photographs of paper. A single scanned page at high resolution can be several megabytes on its own. When people complain about a huge PDF, images are almost always the culprit:

  • Scanned documents — every page is a high-resolution image, so a 20-page scan can easily exceed 30 MB.
  • Photos and screenshots pasted in at full size, far larger than they display.
  • Exported presentations where each slide is a dense, graphics-heavy image.

How PDF compression actually works

There are two broad approaches. The first re-optimises the images inside the PDF, lowering their resolution and re-encoding them while keeping the text layer intact. The second, which our Compress PDF tool uses, renders each page to an optimised JPEG image and rebuilds the document from those. That guarantees a smaller file and works especially well on scans and image-heavy pages — the exact files that tend to be too big.

The trade-off worth understanding: because each page becomes an image, the text is no longer selectable or searchable after compression. For a scanned document that was already just images of pages, you lose nothing. For a text document you need to keep searchable, compress a copy and keep the original, or reduce size a different way (see below).

Step by step

  • Open the Compress PDF tool and drop in your file — it’s processed in your browser, so nothing is uploaded.
  • Choose a level: Balanced is the recommended starting point; Strong squeezes hardest when you need the smallest possible file; Light keeps the most detail.
  • Compare the new size against the original. If a level reports “no reduction”, step up to Strong.
  • Download the result — the original on your device is untouched.

When you don’t need to compress at all

Sometimes the fastest fix isn’t compression. If only part of a large document matters, use Split PDF to extract just the pages you need — a five-page extract from a 200-page manual is tiny by comparison. If you accidentally merged several files, or a scan produced duplicate pages, removing pages can cut the size without touching quality at all. And if you’re assembling a document from images, resize or compress those images first, then build the PDF, rather than compressing after the fact.

Tips for the best result

  • Keep an uncompressed master copy — compression is one-way once you re-render pages to images.
  • For documents that must stay searchable, prefer splitting or removing pages over rasterising the whole file.
  • Scanning at 200–300 DPI instead of 600 DPI at the source prevents the problem before it starts.

With the right approach, a document that was bouncing off a 25 MB limit is usually a few clicks away from fitting comfortably — and because everything runs locally, even confidential files never leave your computer.

Tools in this guide