QuickieTool

How to reduce PDF file size so it actually sends by email

By TaskOverflow6 min read

You attach the document, press send, and a few seconds later the message bounces back. Attachment too large. It is one of the most common frustrations in office work, and it usually arrives at the least convenient moment — the contract needs to go today, the claim form is due, the portal will not accept anything over 5MB.

The good news is that most oversized PDFs are oversized for a reason that is easy to fix. Understanding that reason tells you which approach will work and which will waste your time.

Why PDFs get so large

A page of text costs almost nothing. Text in a PDF is stored as characters plus a reference to a font, which adds up to a few kilobytes for a page of prose. You could fit a several-hundred-page novel comfortably inside a megabyte.

Images are a completely different matter, and they are almost always the culprit. Consider a single page that has been scanned. Instead of a few kilobytes of characters, you now have a photograph of that page — and scanners frequently capture at 600 DPI, which produces roughly 35 million pixels for one A4 sheet. Multiply that across twenty pages and a simple twenty-page document becomes a 40MB file.

Phone cameras do the same thing. A photographed receipt is stored at full camera resolution, several megapixels, even though it will only ever be looked at on a screen at page size. The extra detail is invisible in practice and enormous on disk.

  • Scanned documents: usually 5-50MB, dominated by page images
  • Photographed pages: several megabytes per page from camera resolution
  • Presentations exported to PDF: large if slides carry full-resolution photographs
  • Text documents from Word or Google Docs: typically well under 1MB

That last line is the useful diagnostic. If your PDF came out of a word processor and it is still large, something unusual is going on — usually an embedded image or a font set that has been included in full.

The typical email limits you are fighting

There is no universal cap, which is part of the confusion. Gmail and Outlook.com both allow roughly 25MB, but corporate mail servers are far stricter and 10MB is a common ceiling. Many are set to 5MB. Government and legal portals are stricter still.

Worse, the limit applies after encoding. Email attachments are encoded in a way that inflates them by around a third, so a 20MB file arrives at the server as roughly 27MB. A document that looks like it should scrape under a 25MB limit can be rejected anyway. Aim comfortably below whatever number you have been given.

How to compress a PDF

  1. Open the compression tool and upload your PDF.
  2. Wait while the file is analysed and its images are re-encoded at a sensible resolution.
  3. Compare the original and compressed sizes when it finishes.
  4. Open the compressed file and check that any small print is still legible.
  5. Send it, or repeat with a different approach if it is still too large.

Compression works by targeting exactly the waste described above. Images stored at far higher resolution than the page will ever be displayed are re-encoded at a resolution appropriate to reading and printing. The text is untouched, which is why text stays perfectly sharp no matter how much the file shrinks.

Shrink a PDF that is too large to email, free and with your file deleted immediately after processing.

Compress a PDF

What to expect from the result

Scanned documents commonly drop by 70-90%. A 40MB scan becoming a 4MB file is entirely normal, and at normal reading zoom you will not see a difference.

Text documents barely shrink, and this surprises people. If your PDF came from Word with no photographs in it, there was no waste to remove — the file was already efficient. Seeing only a few percent saved means the tool worked correctly and found nothing to reclaim.

If compression barely changes your file size, the problem is not compression. It is that your document was already compact and something else is making it large.

When compression is not enough

Some documents are genuinely large. Two hundred pages of high-resolution scans will still be substantial after compression, because the information really is there. You have three options.

  • Split the document into sections and send them as separate emails. Useful when the recipient only needs part of it anyway.
  • Remove pages that are not needed. Cover sheets, blank scanner pages and boilerplate appendices often account for a surprising share of the total.
  • Share a link instead. Upload to cloud storage and send the URL, which sidesteps attachment limits entirely and is usually the better answer for anything genuinely enormous.

It is also worth checking whether you needed to send a PDF at all. If the recipient just wants to read one page, extracting that page and sending it alone is faster for both of you and avoids the problem completely.

A few things worth knowing

Compress last. If you also need to merge documents, remove pages or rotate scans, do all of that first and compress the finished file once. Compressing repeatedly re-encodes the same images each time and slowly degrades them.

Check detailed pages before sending. Compression re-encodes images, so anything that depends on fine detail — an engineering drawing, a map, tiny footnote text in a scan — deserves a zoomed-in look. This takes ten seconds and occasionally saves an embarrassing exchange.

Keep the original. Compression discards data permanently and there is no way back. Always retain the full-quality file somewhere, particularly for anything you might need to print at size later.

Finally, if your PDF is password-protected, it cannot be compressed while encrypted, because the contents cannot be read. Remove the password first, compress, then re-apply protection if you still need it.