Most email providers cap attachments somewhere between 20 and 25MB. Most people never notice this limit until the exact moment they need to send something urgent and Gmail quietly refuses. The frustrating part is that the PDF causing the problem often doesn't look large — it's a handful of pages, maybe a signed contract or a scanned form — and yet it's sitting at 40MB. Understanding why that happens makes it much faster to fix.
Why a "small" PDF gets huge
A PDF's file size almost never comes from the text. Text is tiny — a whole novel's worth of words is a few hundred kilobytes at most. The weight comes from images embedded inside the file, and specifically from how those images were captured.
Scanned documents are the biggest offender. A flatbed scanner or a scanning app on a phone often saves each page as a full-resolution, uncompressed image — sometimes 300 or 600 DPI, in color, even for a page that's just black text on white paper. Multiply that by ten or twenty pages and the file balloons fast. Photos pasted into a Word document before it was exported to PDF cause the same problem: the export step usually keeps the photo at its original resolution, which is far higher than anything a screen or printer needs.
The fastest fix: reduce the images, not the text
Since images are almost always the cause, the highest-leverage fix is shrinking them — either before they go into the PDF, or by re-processing the finished PDF's pages as images and recompressing those.
- If you're the one scanning the document, switch your scanner or scanning app to a lower DPI (150 is plenty for a document that will only ever be read on screen) and grayscale instead of color, if the original doesn't need color to be legible.
- If you already have a bloated PDF, one practical route is to pull each page out as an image, compress that image down to a sensible size, and rebuild the PDF from the compressed images. It sounds roundabout, but it's exactly what dedicated "compress PDF" tools do behind the scenes, and doing it yourself means you control exactly how much quality you're trading for file size.
- If the PDF has just one or two oversized photos rather than being scan-heavy, isolate those images, compress them individually to a target size, and swap them back in.
A practical workflow
For a scanned PDF that's too large to email, one straightforward approach:
- Convert the PDF's pages to images.
- Compress each image to a target size — a few hundred KB per page is usually indistinguishable from the original at normal reading zoom.
- Rebuild a single PDF from the compressed images.
The two conversion steps in that workflow can be done free, with no software install and no upload to a server, right here — PDF to JPG for step one, and compress to a target size for step two, then images back to PDF to finish. None of it requires an email address or a wait for a processing queue, since it all runs locally in your browser.
What to check before you resend
After compressing, open the new PDF and skim it at the zoom level someone would actually read it at — usually 100%. If small text or fine print is still crisp, you've likely compressed conservatively enough. If it's genuinely a legal or archival document where every pixel matters, keep an uncompressed original on your own device and only send the compressed copy for everyday viewing.