Blog › Published 2026-06-11

How to shrink PDF files without losing quality

Almost everyone has hit the wall: you attach a PDF, press send, and the email bounces back because the file is too large. The good news is that oversized PDFs are nearly always heavy for a single, fixable reason, and shrinking them rarely means sacrificing the quality that matters.

Why PDFs get so big

Text takes up almost no space; images take up nearly all of it. A PDF made of typed text might be a few hundred kilobytes, while the same document scanned at high resolution can be tens of megabytes. The culprit is the resolution and encoding of the embedded pictures, especially full-page scans, which store far more detail than a screen or an ordinary printer can actually show.

How compression actually works

Compressing a PDF re-encodes those images more efficiently and strips out redundant data, reducing the file size while leaving the page text untouched. Because the words are not images, they stay perfectly sharp; only the pictures are optimised. That is why a scanned document often shrinks the most — there is the most redundancy to remove — and why the result still reads cleanly.

Getting the balance right

Other ways to slim a PDF

Compression is the main lever, but not the only one. If a document is large because it carries pages the recipient does not need, splitting out just the relevant pages can shrink it more than any re-encoding. If you are dealing with several separate PDFs, merging them and compressing once is more efficient than optimising each in turn. And if a file is enormous because it was scanned at an extreme resolution, rescanning at 200–300 DPI — ample for text — prevents the bloat at the source rather than fixing it afterwards.

Compress once, from the original

Compression is not something to repeat. After the first pass the images are already optimised, so running a file through again saves almost nothing and can visibly soften the pictures. Always start from the highest-quality original you have rather than from an already-shrunk copy, keep that original safe, and generate a fresh compressed version whenever you need one. That way you never trap yourself with a small but blurry file and no clean source to go back to.

In most everyday cases a single pass of compression takes a file from unsendable to comfortably under the limit, with no visible difference to the reader. Understanding why the file was large in the first place is what lets you shrink it with confidence rather than guesswork.

← Back to all articles