How to Send a Large PDF When Email Rejects It
Published August 2026
An attachment bounces, or your email client just refuses to add the file in the first place. Before trying random things, it helps to know which fix actually matches your situation — compressing, splitting, and link-sharing solve different problems.
Step 1: Find out how far over the limit you actually are
Most providers cap attachments around 20–25MB — but the real ceiling is lower than the number they advertise, because attachments are base64-encoded for transit, which inflates the file by roughly a third. A 24MB file can fail a 25MB limit check simply because of that overhead. See our guide to what makes PDFs large if you're not sure why your file is the size it is.
- Modestly over the limit (say, 30MB trying to fit in 25MB) → compression alone will usually fix it.
- Way over the limit (100MB+) → compression won't be enough on its own; split the file or share a link instead.
- Already small but still bouncing → check whether your organisation's mail server has a stricter limit than the public provider limits.
Option 1: Compress it
Run the file through Compress PDF for Email, which applies a compression setting tuned for this exact situation and aims well under typical provider limits to leave room for encoding overhead. This is the fastest fix and the right first move for most image-heavy PDFs.
Option 2: Split it into parts
If the document doesn't need to arrive as one file — a long report, a multi-chapter document, a set of scanned forms — use Split PDF to break it into smaller sections and send them as separate attachments, or across a couple of emails. This works even when compression alone can't get a huge file under the limit.
Option 3: Share a link instead of attaching the file
For files that need to stay intact and are still too large after compression (dense scans, design files exported to PDF, anything past 50–100MB), upload it to a cloud storage service you already use — Google Drive, Dropbox, OneDrive, or a transfer service like WeTransfer — and send the recipient a link instead of an attachment. There's no realistic size ceiling this way, though it does mean the recipient needs an extra click to download rather than opening it inline.
Which one should I actually use?
Try compression first — it's the least disruptive and takes seconds. If the result is still too big, move to splitting if the content can be sensibly divided, or a shared link if it can't (or if the recipient specifically needs one complete file).
Frequently Asked Questions
Why does my file still bounce after compressing it once?
If the original was extremely image-heavy (very high resolution scans, for example), one compression pass may not be enough. Try a stronger setting on the main Compress PDF tool (High or Extreme) rather than the email-optimised default.
Does splitting a PDF lose any quality?
No — splitting just divides existing pages into separate files. Nothing on any page is re-rendered or compressed in the process.
Is sharing a cloud link less secure than attaching a file?
It depends on the link's sharing settings — a link set to "anyone with the link" is more exposed than a direct attachment sent to a specific address. If the document is sensitive, set the link to require sign-in or restrict it to specific people, and consider password-protecting the PDF itself either way.