Almost every email provider caps attachments somewhere between 20 and 25MB, and plenty of recipients' inboxes are stricter than that. If you've ever gotten a bounced email with a PDF attached, you already know the frustration. Here's what actually shrinks a PDF, what doesn't, and how to pick the right approach depending on what's inside the file.
Why PDFs get so big in the first place
A PDF's size almost always comes down to what's embedded inside it. Text itself takes up almost no space — a 50-page contract that's pure text might be a few hundred kilobytes. The weight comes from images: scanned pages, embedded photos, or screenshots saved at a much higher resolution than anyone actually needs to view them on a screen. A PDF built by scanning paper documents at a high DPI setting can easily balloon to tens of megabytes for a document that would be tiny if it were just text.
What actually reduces file size
The most effective lever is re-encoding embedded images at a lower resolution and a more efficient compression setting. This is exactly what a PDF compressor does: it renders each page, re-encodes the images at a size appropriate for on-screen reading rather than print, and rebuilds the document around the smaller files. For a scan-heavy document, this can realistically cut file size by 50–80% with only a modest, often unnoticeable, drop in visual quality.
What doesn't help much: removing metadata (title, author fields, and so on) — this data is usually only a few kilobytes, nowhere near enough to matter for an email attachment limit. It's worth doing for privacy reasons, just don't expect it to meaningfully shrink the file.
Choosing a compression level
If you're only sending the file to be read on a screen, an aggressive compression setting is almost always fine — nobody will notice the difference between a 300 DPI scan and a 100 DPI one when they're reading it in an email client. Save the lighter compression settings for documents someone might print, where fine detail actually matters.
A quick alternative: split instead of compress
If a document doesn't compress well — text-heavy PDFs with vector graphics don't shrink much, since there's no image data to re-encode — consider whether the recipient actually needs the whole thing at once. Splitting a large report into the specific sections someone needs is often faster than fighting with compression settings, and keeps every page at full quality.
How much you can realistically expect to save
The numbers vary a lot depending on what's inside the file, but a few rough benchmarks are worth knowing. A PDF made of scanned photos or high-DPI screenshots is the best case for compression — expect a 50–80% reduction with a mid-range setting, since image data is where almost all the bytes live. A PDF exported from a word processor with a handful of embedded photos usually compresses by 20–40%, since text and vector elements barely change size. A PDF that's already mostly text — an invoice, a contract, a spreadsheet export — often won't shrink much at all, because there's simply no image weight to trim. If your file falls into that last category and it's still too big to email, the file size probably isn't really the problem — something else, like an oversized embedded font or an accidental duplicate attachment, usually is.
Common mistakes that make files bigger than they need to be
Scanning at a higher DPI than necessary is the single biggest culprit — most scanner defaults are set for archival print quality, not for a document that will only ever be viewed on a screen. Re-saving a PDF multiple times through different tools can also bloat it, since each conversion sometimes re-embeds fonts or images instead of reusing what's already there. And combining several already-compressed PDFs into one merged file can undo earlier compression if the merge tool re-encodes everything at a higher default quality — which is one more reason to compress after merging, not before.
Doing it without uploading anywhere
A lot of “free online PDF compressor” tools work by uploading your file to a server, compressing it there, and sending it back — which means your document, even briefly, sits on someone else's infrastructure. DocZap's Compress PDF tool does the same re-encoding work but entirely inside your browser tab, using WebAssembly. The file never leaves your device, which matters if the document you're shrinking is a contract, a medical record, or anything else you wouldn't want sitting on a stranger's server even for a few seconds.
Try these DocZap tools