Bypass Size Caps: How to Compress PDFs for Email Attachments
Legacy mail servers still cap attachments at 10-25MB. Learn how to get a file comfortably under that limit without visibly hurting quality.

Most corporate mail servers cap attachment sizes somewhere between 10MB and 25MB, and that limit hasn't kept pace with how large a modern scanned or image-heavy PDF can get. Getting a bounce-back right before a deadline is avoidable — it just requires knowing what's actually making the file large in the first place.
What Makes an Attachment Too Big
For email specifically, the usual culprits, in order of impact:
- Uncompressed or high-DPI images — a handful of full-resolution scanned pages can easily outweigh everything else in the file combined.
- Duplicate font data, especially in files assembled from multiple sources (e.g. after a merge).
- Leftover data from incremental edits — some editors append changes rather than rewriting the file, leaving old object versions inside.
Getting Under the Limit
For email, screen-resolution targets (roughly 150 DPI) are almost always the right call — recipients are reading on a screen, not printing, so there's no benefit to preserving print-grade image resolution. See our full PDF compression guide for the mechanics of what compression actually changes in the file.
Best Practices
Know your recipient's actual limit before compressing
Different mail providers and corporate gateways enforce different caps — compressing to "as small as possible" isn't necessary if you know the target is comfortably under the real limit.
Compress before merging, not after, when possible
If you're combining several already-oversized files, compress each individually first — it's easier to reason about where the size is coming from than after they're combined into one large document.
Clean up structure alongside compression
Blank pages, duplicate covers, and stale draft content add size for no benefit — see our PDF organization tips for the cleanup pass worth doing at the same time.
Don't compress signed documents
Compression rewrites the file's bytes, which invalidates any digital signature already applied — always compress before signing, not after. See our digital signatures guide for how signing and later modification interact.
Test text selection after compressing
A good compression pass never touches text rendering, only images and redundant data — if text becomes unselectable or blurry after compression, the tool did something more aggressive than intended.
Common Tasks
Getting a proposal under a 10MB limit
- Run the file through a compression tool targeting screen resolution.
- Check the resulting file size against the actual limit, with some margin for the recipient's own mail server overhead.
- If it's still too large, check whether the images are the bottleneck — a report full of embedded high-res photos may need individual image optimization, not just a general compression pass.
Sending recurring monthly reports
If the same report type consistently runs large, fix it at the source — export or scan at a lower resolution to begin with, rather than compressing after the fact every time.
Troubleshooting
Compressed file still bounces. Check whether the mail gateway is actually blocking on file size versus blocking the file extension or a security policy (some corporate filters block any PDF with embedded scripts or forms, independent of size).
Images look noticeably worse after compression. The resolution target was set too aggressively for content with fine detail (logos, charts with small text). Re-run at a higher DPI target — email limits usually have enough headroom that you don't need to compress to the absolute minimum.
File size doesn't drop much. The file may already be JPEG-compressed images with little room left to shrink, or it may be encrypted — see our password removal guide if an encrypted file isn't compressing as expected.
Conclusion
Email size limits are really just a compression problem with a specific target in mind: get comfortably under the recipient's cap without over-compressing, and know that a screen-resolution target is almost always sufficient since nobody's printing an email attachment straight off their inbox.