CompressaPDFtoanemailattachmentlimit

Somebody has given you a number — an upload field that stops at an email attachment limit, or a form that rejects anything larger. Whether you can hit it depends almost entirely on what kind of PDF you are holding, and it is worth thirty seconds to work out which.

or drop it here — nothing is uploaded

What an email attachment limit realistically means

Most mail providers cap attachments somewhere around 20–25 MB, and the effective limit is lower than the headline: attachments are encoded for transport, which inflates them by roughly a third on the way out. A 24 MB file can bounce off a 25 MB limit for that reason alone.

How to get there

  • Aim for about two thirds of the stated limit, so the encoding overhead does not push you over it.
  • Medium quality clears this for almost any document — email limits are generous compared with portal limits.
  • Merge first, compress second, if you are sending several documents. One pass over the assembled file beats compressing each piece.

If the recipient is inside a corporate mail system, their limit may be lower than yours and you will not be told. When a document is genuinely large — a scanned book, a set of drawings — a shared link is the professional answer rather than compressing until it is unreadable.

If it still will not fit

There are three moves left, in order of how much they cost you:

  • Greyscale. A colour scan of black text carries three channels describing grey paper — dropping them is often a third of the size, at no cost to legibility.
  • Crop. A scanner's black border and wide margins are bytes spent describing nothing. Trim them, then compress.
  • Split. If the limit is per file rather than per submission, send the document in two parts. This is almost always allowed and almost never tried.

What does not help is compressing twice. The second pass re-renders an already-rendered page: you lose quality and save almost nothing.

Why the file was so large to begin with

A PDF from a word processor is a few kilobytes a page, because it stores text as instructions. A scan stores a photograph — an A4 sheet at 300 DPI is roughly 8.7 million pixels — and a scanner that saves those without much compression produces several megabytes per page.

That is the whole story behind almost every oversized PDF. It is not corruption and nothing has gone wrong; it is eleven photographs in a wrapper.

Compress PDF at a glance

Is anything uploaded?
No — the work happens in your browser
Account needed?
No
Daily limit?
None
Watermark on the output?
None
What you get back
a PDF
Text layer
Not preserved — pages are re-rendered
Works offline?
Yes, once the page has loaded
Price
Free

Questions people ask

No, and any tool promising it is guessing. Scans compress dramatically; a document that is already only text has almost nothing to give up, because it was never large for the reason you think.