PPennary

Guide · Updated 23 July 2026 · Reading time 6 minutes

How to Compress a PDF So It Will Send

An upload form rejects your file. An email bounces. A portal insists on 2 MB and your document is 14 MB. The immediate question is how to make it smaller — but the more useful question is why it got so large, because that determines whether compression will help at all.

Where the size comes from

A text-based PDF is small. A page of ordinary typed text is typically tens of kilobytes, because the file stores character codes and font data rather than pixels. Two hundred such pages can still fit comfortably under a megabyte.

A scanned PDF is a different animal. Every page is a photograph, and the size depends on capture resolution, colour depth and how hard the image was already compressed. A colour scan at high resolution can easily be 3–8 MB per page. Ten pages and you are past every ordinary attachment limit.

So the first thing to establish is which kind you have. Try to select a word on the page: if you get a clean text highlight, it is text-based and probably already small. If the whole page highlights as one block, it is a scan, and that is where your megabytes are.

The practical consequence: compression works dramatically on scans and barely at all on text PDFs. If a 900 KB text document is being refused, compression will not save you — you need to split the file or send it another way.

What you are actually up against

Limits vary and change, so check the specific service, but the general picture is stable:

DestinationTypical ceilingNotes
Ordinary email attachment~20–25 MBBoth ends have limits — the receiving server may be stricter than yours
Government and institutional upload portals1–5 MB, sometimes per fileThe tightest limits you will meet, and usually non-negotiable
Job and application forms2–10 MBOften also restrict page count or dimensions
Messaging apps100 MB and upRarely the constraint
Cloud link instead of attachmentNo practical limitThe correct answer for genuinely large files

Note the asymmetry: attachments are usually encoded for transport, which inflates them somewhat in transit. A file sitting just under a stated limit can still be refused. Leave yourself headroom rather than aiming exactly at the number.

What compression does — and what it costs

For a scanned PDF, compression re-encodes the page images: reducing pixel dimensions, lowering colour depth, or applying stronger image compression. Every one of those discards information permanently. You are trading legibility for size, and the trade is one-way — the discarded detail cannot be recovered from the smaller file.

This is why the sensible approach is to compress from the original, not repeatedly. Compressing an already-compressed file stacks the losses and produces a noticeably worse page than a single pass would have.

Levers, in order of how much they help

  1. Colour to greyscale. Often the single biggest win. If the document is black text on white paper, colour is storing nothing you need. Typically cuts size substantially with no perceived loss.
  2. Resolution. A scan at 600 DPI holds four times the pixels of one at 300 DPI. For a document that will be read on screen or printed normally, 300 DPI is ample and 150 DPI is often acceptable.
  3. Image compression strength. Effective, but the first thing to visibly degrade text edges. Push this last.
  4. Removing pages you do not need to send. Frequently overlooked and completely lossless. If the portal wants three specific pages, send three pages.

A workable method

  1. Check the actual requirement before doing anything. Aiming at 2 MB when the limit is 5 MB costs you quality for nothing.
  2. Split before you squeeze. If only part of the document is required, extracting those pages may put you under the limit with zero quality loss. Always try this first.
  3. Go greyscale if the document has no meaningful colour. Check first that no coloured seal, signature or highlight carries information — a blue-ink signature survives greyscale, but a document where colour distinguishes categories does not.
  4. Compress once, from the original. Not from an already-compressed copy.
  5. Open the result and read it before sending. Zoom to 100% and check the smallest text on the busiest page — footnotes, reference numbers, the fine print at the bottom of a form. This is the step people skip and regret.

When not to compress

If compression is not enough

Sometimes the file genuinely cannot fit. Reasonable options, in order:

Common problems

SymptomCauseWhat to do
Barely got smallerAlready a text PDF — no images to compressSplit the file instead; there is nothing to squeeze
Text now blurry or smearedCompressed too aggressively, or compressed twiceStart again from the original with a lighter setting
Signature or stamp faded outConverted to pure black and white, losing mid-tonesUse greyscale rather than bilevel for anything hand-marked
Under the limit but still rejectedTransport encoding inflates attachments; or a per-page or dimension ruleAim comfortably under; re-read the portal's stated requirements
Result larger than the originalSource was already efficiently compressedKeep the original and split it
OCR much worse after compressingArtefacts around charactersRecognise first, compress second

Privacy note

Compression in Pennary happens in your browser. The document is not uploaded to a server to be processed and returned. Worth knowing, given that the files people most often need to shrink for a portal — identity documents, financial statements, medical reports, official correspondence — are precisely the ones you would least want sitting on someone else's machine.

Open the tool →

Related guides