You've attached a PDF to an email and got the dreaded "file too large" rejection. Gmail caps attachments at 25MB. Outlook is stricter at 20MB. Most corporate mail servers cut you off somewhere between 10MB and 25MB depending on who's running them.
The instinct is to compress a PDF for email and hope it gets small enough. That works — but most people overcompress, end up with blurry pages, and send a worse-looking version of their document. Here's how to do it properly.
Why PDFs are usually too big
A PDF is a container. The text in it is almost always tiny — a hundred-page text-only PDF is often under 1MB. The bloat is almost always one of three things:
- Embedded images at full resolution. A photo from a modern phone is 4–12MB on its own. A PDF with five photos in it is suddenly 40MB before you've added a single page of text.
- Scanned pages. A scanner produces an image of each page, not text. Each page is effectively a high-resolution photo. A 20-page scan can easily be 80MB.
- Embedded fonts and assets. Less common, but design exports from InDesign or Illustrator can carry significant overhead in embedded fonts and vector data.
Knowing which one is causing the bloat tells you what to do. Compress an image-heavy PDF and you'll see dramatic savings. Compress a text-only PDF and you might save 5%.
The trade-off nobody explains
Compressing a PDF means re-encoding the embedded images at lower quality. There is no other way. Tools that claim "lossless PDF compression" are either compressing only structural overhead (small wins) or they're lying about what they're doing.
The real choice is how aggressively to compress. The same PDF compressed three ways:
| Setting | Quality | Typical reduction | Best for |
|---|---|---|---|
| Light | Near-original, indistinguishable on screen | 20–40% | Important documents, contracts, anything print-bound |
| Balanced | Slight softening on photos at 100% zoom, fine at normal viewing | 50–70% | Most email use, web sharing |
| Aggressive | Visible quality loss on photos, text remains crisp | 70–90% | When you absolutely must hit a size limit |
The honest answer for email: start with Balanced. If the file's still too big, go Aggressive. Light is rarely necessary unless the document needs to look perfect.
The step-by-step
Whatever tool you use, the process is the same:
- Check the original size. Right-click the PDF, get its size. Below 25MB? You don't need to compress at all — just send.
- Identify what's bloating it. Open the PDF. Lots of photos? Scanned pages? Mostly text? This tells you how much you can hope to compress.
- Compress at Balanced quality first. Most modern tools have presets. Avoid anything labelled "Maximum compression" on the first pass — start moderate.
- Check the output. Open the compressed file, scroll through, look at the images at 100% zoom. If quality looks acceptable and it's under your size limit, send it.
- If still too large, compress more aggressively. Or split the document and send in parts.
What to watch out for
A few traps that hit people regularly:
- Compressing twice doesn't help. Once a PDF has been compressed to JPEG-quality 0.6, compressing again at 0.6 doesn't shrink it further — you've already lost the quality, and the file size is roughly the same. Each compression is destructive; doing it twice just adds quality loss without size benefit.
- Don't email sensitive documents through random online tools. Most online compressors upload your PDF to their servers. Contracts, medical records, and internal documents shouldn't go through unknown third-party servers. Use a tool that processes your file in your browser, or a desktop tool.
- PDFs with form fields can break on aggressive compression. If the document has fillable forms, test that they still work after compression before sending.
- Scanned text becomes unsearchable if it wasn't already. If your PDF was scanned and isn't searchable, compressing it doesn't help. To make it searchable, you'd need OCR — a separate operation.
When compression isn't enough
If you've compressed aggressively and the file is still too large, you have three real options:
- Split the document into parts. Send chapter 1, then chapter 2. Inelegant but always works. Tools like PDF Pages handle this.
- Send a download link instead. Upload to Google Drive, Dropbox, or WeTransfer and email the link. Effectively unlimited size.
- Strip what you don't need. If the PDF has 200 pages and the recipient only needs 20, extract just those pages. Smaller and more considerate.
A faster way
If you're going to be doing this regularly — sending invoices, sharing reports, emailing scans — bookmark a tool that does it well, in your browser, without uploading.
UtilitySmith's PDF compressor processes files entirely in your browser. No upload, no ads while you wait, no signup. You choose the compression level rather than having it picked for you.
The short version
- Reducing PDF file size almost always means compressing embedded images, not text
- Real compression means re-encoding those images at lower quality
- Start with Balanced quality, drop to Aggressive only if needed
- Don't compress the same PDF twice
- Sensitive documents shouldn't go through online tools that upload to a server
- If compression isn't enough, split or send a link
Frequently asked
Will compressing a PDF reduce text quality? No. Text in a PDF is stored as vectors and characters, not images. Compression operates on embedded images and other binary content. Text remains crisp at any compression level.
What's the smallest size I can compress a PDF to? Depends entirely on what's in it. A text-only PDF is already near-minimal. An image-heavy PDF can often be reduced 70–80% before quality becomes objectionable.
Why does Gmail say 25MB but my 23MB PDF still won't send? Email attachments are encoded (base64) in transit, which adds about 33% to their size. A 23MB file becomes ~30MB after encoding, exceeding the limit. Aim for ~18MB to be safe.
Is it safe to compress a signed PDF? Compressing a digitally signed PDF will usually invalidate the signature, because the signature was based on the exact bytes of the original. Compress before signing, not after.
How do I compress a PDF on a Mac without uploading? macOS Preview has a basic compression feature (File → Export → Quartz Filter → Reduce File Size), but the quality is usually too aggressive and not configurable. For more control, use a tool that runs locally or in your browser.