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.
Try these DocZap tools