How to reduce a PDF’s file size for email, forms and uploads

July 2026

"The file is too large" is one of the most common walls people hit with PDFs. The good news: most oversized PDFs are easy to shrink once you know what is taking up the space.

Why PDFs get so big

A PDF is a container. It can hold crisp vector text that weighs almost nothing, but it can also hold full-resolution photographs, embedded fonts and — most commonly — scanned pages, which are really just images. When a document balloons to 10, 20 or 50 MB, images are almost always the reason.

This is why two PDFs with the same number of pages can differ in size by a factor of a hundred. A text-only report exported from a word processor might be 200 KB. The same report scanned on a photocopier at high resolution could be 30 MB, because every page is now a large photograph of paper.

The two ways to compress a PDF

There are fundamentally two strategies, and knowing the difference tells you which to reach for.

The first is smart compression: keep the structure of the PDF intact and only re-encode the images inside it at a lower resolution or quality. Text stays as text — selectable, searchable and razor sharp. This is the right default, because it shrinks the part that is actually heavy (the images) while leaving the part that is already tiny (the text) untouched.

The second is rasterizing: turn every page into a single flat image and rebuild the PDF from those. This can reach very small sizes because it throws away all the structure, but it has a real cost — the text is now a picture, so it can no longer be selected, copied or searched. Reserve it for when you must meet a hard size limit and readability is all that matters.

Meeting a strict size limit

Government portals, job applications and exam registrations often impose hard caps: under 100 KB, under 1 MB, under 2 MB. These are the situations where rasterizing earns its keep, because it is the only method that can guarantee a target.

A good target-size tool does not guess. It compresses at one setting, checks the result, and if the file is still too big it tries a stronger setting — lower resolution, lower quality — repeating until the file fits. Pdfect’s preset pages (compress to 100 KB, 500 KB and 1 MB) do exactly this, walking down a ladder of settings and keeping the smallest result that meets the target.

How much can you realistically save?

It depends entirely on what is inside. A scanned document is the best case: it is mostly image data, and images compress dramatically, so an 8 MB scan often drops under 1 MB while staying perfectly legible. A photo-heavy brochure compresses well too.

A pure-text PDF is the opposite. There is very little to remove, so smart compression may only shave off a few percent. If a portal demands that a text PDF fit into 100 KB, rasterizing at a low resolution may be the only way — and for a short document, that is usually fine.

Practical tips for the best result

A few habits produce noticeably better outcomes:

  • Start with smart compression and only escalate to rasterizing if you must hit a target.
  • If a document is very long and needs to be small, split it first and compress the part you actually need to send.
  • Do not compress an already-compressed file twice — you lose quality each time for little further gain.
  • For scanned documents you also want to search later, run OCR first, then compress; the text layer survives smart compression.
  • Check the final size the tool reports before sending, so you are not surprised by the portal.

Doing it privately

Compression is a natural fit for client-side tools, because it is pure computation — no external service is required. Pdfect compresses PDFs entirely in your browser, which matters here specifically: the documents people most often need to shrink for portals are exactly the sensitive ones, like scanned IDs, bank statements and signed forms. Keeping that work on your device means a size problem never becomes a privacy problem.