ToolGenie
PDFPublished 4 min read

How to Get a PDF Under 2 MB (Without Ruining It)

Almost every hard PDF size limit you meet in real life is a form that will not accept your file: a tax portal, a visa application, a job posting, a university submission system. The cap is usually 2 MB, sometimes 5 MB, occasionally a cruel 500 KB.

The instinct is to compress harder until it fits. That works badly, because compression is usually the wrong lever — and pulling it repeatedly turns a legible document into a smeared one that gets rejected for a different reason.

First, find out what is actually heavy

A PDF is big for one of three reasons, and they need different fixes. Open the file and try to select a sentence with your cursor. If the text highlights, it is a real text PDF and something else is bulking it out — embedded photographs, most likely. If nothing highlights, it is a scan, and the pages are photographs.

That one test tells you which of the following sections applies to you. It takes two seconds and saves you from compressing a document that was never going to shrink.

If it is a scan: fix the scan, not the file

A colour scan at 600 DPI is roughly 2.5 MB per page. Ten pages is 25 MB and no compression setting will get that to 2 MB while leaving it readable. The problem was created at the scanner and is best solved there.

Re-scan at 300 DPI in greyscale. For ordinary paperwork — forms, certificates, contracts, statements — that is the standard archival setting and it is roughly a third the size of the same page in colour, before any compression at all. If you cannot re-scan because someone else sent you the file, compress at Balanced first and only escalate if you must.

  • 300 DPI greyscale — the right default for text documents. Readable, small, universally accepted.
  • 300 DPI colour — only when the colour carries information, such as a stamp or a signature in blue ink.
  • 600 DPI — only for fine detail or when the result will be OCR'd. Rarely worth the size.

If it is a text PDF: look for the passenger

A PDF of pure text from a word processor is typically under 500 KB even at a hundred pages. If yours is 12 MB, something is riding along inside it. The usual suspects are a full-resolution photograph on the cover page, a company logo saved as a 4000-pixel PNG and placed at two centimetres wide, or a chart pasted in as a bitmap.

Fix it in the source document if you have it: resize the images to the size they are actually displayed at, then re-export. That is a permanent fix and costs no quality at all, because you are removing pixels nobody could see. If you only have the PDF, compression will find most of the same win.

The order of operations that works

Do these in order and stop as soon as you are under the limit. Each step costs more than the one before, so there is no reason to skip ahead.

  • Remove pages you do not need. The blank back of every scanned sheet is often a third of the document.
  • Compress at the Balanced level and check the size. This alone clears the limit most of the time.
  • Compress at Strong. Text stays readable; photographs visibly soften.
  • Re-scan in greyscale at 300 DPI if the source is a scan and you still have the paper.
  • Split the document and submit in parts, if the form allows it.

Check the result before you send it

Open the compressed file and zoom to 100%. Read a paragraph. Look at any signature, stamp or handwritten note — those are the first things to become illegible, and they are usually the reason the document was requested in the first place.

Then check any small print. A footnote at 8pt that has turned to grey mush will get the submission bounced, and you will not notice it at the zoom level where the page looks fine.

What not to do

Do not compress the same file repeatedly. Each pass re-compresses already-compressed images and the damage accumulates fast — three rounds of Strong looks far worse than one, for barely any extra saving. If one pass was not enough, go back to the original and take a different route.

Do not print to PDF as a compression method. It re-rasterises the whole document, which usually makes it larger and always destroys the selectable text, making the result unsearchable and inaccessible.

And do not delete the original. Keep it until the submission is accepted. Compression is one-way, and the day someone asks for a legible copy of page 4 is the day you will want it back.

Common questions

Why does my PDF barely shrink when I compress it?

Because there was little to reclaim. A text-only PDF exported from Word or LaTeX is already efficient. If yours will not shrink and is large, the weight is in an embedded image or an attachment rather than in anything compression can reach.

Does compressing a PDF make the text blurry?

No. Text is stored as text, not as pixels, and compression does not touch it. Only images are re-encoded. If your text looks blurry after compression, the pages were images to begin with — it is a scan.

Is it better to split a large PDF or compress it?

Compress first: it is invisible to the recipient. Split only when the form explicitly allows multiple attachments, since a document arriving in four parts is more work for whoever receives it.

Tools mentioned in this guide

Everything below runs in your browser. No file is uploaded.

Keep reading

All guides