BlipFiles

Tutorial · compress

How to reduce PDF size to send by email

Gmail caps at 25 MB, Outlook at 20, some corporate servers at 10. Here's how to shrink a PDF until it fits, without losing quality.

4 min readUpdated on April 25, 2026

You attach the PDF, write the message, hit send — and the email bounces back: "attachment exceeds the maximum size allowed". Frustrating, especially when the document is important and someone is waiting on the other end. Good news: in most cases the file can be cut down significantly without affecting visible quality.

This guide shows the size limits per email provider, how much a typical PDF can be reduced, and the step-by-step to do it in under a minute.

Size limits by provider

Each service has its own ceiling:

  • Gmail — 25 MB attachment cap. Above that, it offers Google Drive sending.
  • Outlook / Hotmail — 20 MB. Above 33 MB it auto-attaches via OneDrive.
  • Yahoo Mail — 25 MB.
  • iCloud Mail — 20 MB direct, up to 5 GB via Mail Drop.
  • Corporate servers (Exchange, Zimbra, Postfix) — generally 10-25 MB. Varies by company config.

Why PDFs get so big

In almost every case, the weight comes from internal images:

  • Scanned PDFs — each page is a high-resolution photo, often 300 DPI or more
  • Word documents exported with photos pasted in — Word doesn't auto-compress images
  • Slide decks exported as PDF — slides are composite images, naturally heavy
  • PDFs with screenshots in high-res — Retina displays export at 2x or 3x
  • Catalogs / portfolios — usually filled with print-quality professional photos

Compressing a PDF means re-optimizing those internal images for screen-reading quality — not print quality. For email attachments, that's almost always what you want.

Publicidade
Advertisement

How much you can shrink

Depends on the PDF content. Typical ranges:

  • Scanned PDF — 70-90% reduction (from 30 MB to 3-9 MB)
  • Slide deck export — 50-75% reduction (from 20 MB to 5-10 MB)
  • Document with photos — 40-70% reduction
  • Mixed document (text + some images) — 30-50% reduction
  • Pure text document — 5-15% reduction (not much to compress)

Step-by-step: shrink the size

1. Check the current size

Right-click the PDF on your computer > Properties (or Get Info on Mac). Note the size in MB. That's your baseline.

2. Use the compression tool

Upload the PDF to the tool below and pick a level: high (almost identical to original, smaller cut), medium (great for email, 50-70% reduction), low (visibly reduced quality, max reduction).

3. Verify it fits

After compression, check the final size fits your provider's limit MINUS about 20% margin (to account for base64 encoding). If still too big, compress again at "low" — or split into parts (next section).

What if the PDF still doesn't fit

Split into parts

If the doc has 100 pages and is still big after compression, split it into 2 or 3 smaller PDFs and send them in separate emails (or as a zip).

OCR before compressing

For scanned documents, run OCR before compression. The OCR converts the image into a text layer, and compression after that produces a MUCH lighter file.

Use a link instead of an attachment

Upload the PDF to Drive / OneDrive / Dropbox and send only the link in the email. Bonus: depending on the service, you can see when the recipient opened it.

Publicidade
Advertisement

Common mistakes when reducing for email

Compressing without checking the real limit

You compress to 24 MB thinking it fits Gmail (25 MB), send it, and the email bounces because base64 encoding pushed it to 32 MB. Always leave at least 20% margin.

Compressing a text-only PDF

If the PDF is pure text (financial report, written contract), compression cuts at most 10%. If it's still heavy, the issue is something else: hidden layers, redundant embedded fonts, or excess metadata.

Not testing before sending

Always open the compressed PDF before sending to make sure quality is acceptable. "Low" compression can blur small text in 8pt or smaller fonts. For professional documents, prefer "medium" and split into parts if needed.

Frequently asked questions

Likely the recipient's provider has a smaller limit (some Exchange corporate servers cap at 10 MB). Or it's the sum of multiple attachments: 5 PDFs at 5 MB each = 25 MB total.