Your PDF bounces back from an email server with a message about attachment limits, or an upload form flatly rejects it for being too large. The fix seems obvious — compress it — but the last time you tried a random online tool, the result came back noticeably blurry. Here's what's really going on, and how to avoid that.
Why PDFs get so large in the first place
- Pages scanned at a much higher resolution than needed for screen viewing
- Photos embedded at full camera resolution instead of resized for the page
- Duplicate copies of the same font embedded multiple times
- Leftover metadata and unused objects from the software that created the file
- Files exported straight from design software at print-ready quality
Lossless vs. lossy compression, in plain terms
Lossless compression repacks the file's internal structure — removing redundancy, deduplicating fonts — without touching a single pixel or character. The savings are real but modest. Lossy compression instead re-renders each page at a lower image quality, which can shrink file size dramatically but does involve a genuine trade-off in visual fidelity. A good compressor uses lossless techniques wherever possible and only falls back to lossy rendering when it meaningfully helps.
Step-by-step: compressing a PDF
- Open the Compress PDF tool.
- Drop in or select the file you want to shrink.
- Choose a compression level: Low, Standard, or Extreme.
- Wait for processing to finish — this happens in your browser, so no upload is needed.
- Compare the original size against the new size before downloading.
Picking the right compression level
Low targets roughly a 10% reduction and prioritizes keeping text and images as crisp as possible — a safe choice for contracts or anything with fine print. Standard aims for around 20% smaller and is a sensible default for everyday documents like reports or presentations. Extreme pushes for about 40% smaller by being more aggressive with image quality, which works well for scanned, photo-heavy PDFs where some visible softness is an acceptable trade for a much smaller file.
If your PDF is mostly typed text rather than scanned images, a tool that preserves the underlying text layer can shrink the file with essentially zero visible quality loss — that's why even the “Low” setting can still make a real difference.
Other ways to shrink a PDF before you even compress it
- Remove pages you don't actually need to send using Split PDF.
- Flatten or delete unused interactive form fields.
- Resize oversized photos before they're inserted into the document.
- If the recipient only needs part of the file, split it instead of sending everything.
Compression doesn't have to mean compromise. Pick the level that matches what the document is for, and you'll end up with a file that's both smaller and still perfectly readable.