Every portal has a number. 2 MB for the visa application, 5 MB for the job board, 10 MB for the court e-filing system. And every scanned bundle is just over it. Shrinking the file is straightforward once you know what is taking up the room — and it is nearly always the same thing.
What makes a PDF big
In rough order of how often each is the culprit:
- Images. Scans, photographs, logos placed at print resolution on a document that will only ever be read on a screen. A single full-page scan at 600 DPI can be several megabytes on its own.
- Embedded fonts. Necessary, but sometimes the whole font is embedded when a subset would do, and sometimes the same font is embedded once per page.
- Leftovers. Editors that save incrementally append new versions of objects without removing old ones; a file edited ten times can carry ten copies of a page.
- Unused objects. Resources that nothing references — an image deleted from the page but not from the file.
Text itself is tiny. A hundred pages of plain typed text is a few hundred kilobytes.
Step one: lossless
Compress PDF starts with the changes that cannot hurt anything: it rewrites the file’s structure, removes unused and duplicated objects, and repacks the streams. Text, images and fonts come out exactly as they went in.
The tool then reports the real byte change — the file was this big, it is now this big — instead of promising a percentage before it has looked. Sometimes the honest answer is that a file already compressed by its creator cannot be made smaller losslessly, and it says so rather than handing you a copy that is not smaller.
If the lossless step gets you under the limit, stop. You have lost nothing.
Step two: lower the image resolution
If the file is still too large, what remains is image data, and the only way to reduce it is to store less of it. Compress PDF offers two presets for images beyond the lossless default:
- Balanced — 150 DPI. Comfortable for reading on any screen and acceptable for office printing. Text in a scan stays legible; photographs lose detail you would need to zoom to notice. For most portals this is the right choice.
- Smallest — 110 DPI. For hard limits. Scanned text remains readable at normal size; fine print and small diagrams start to soften. Use it when the alternative is not being able to submit at all.
Two things to know before you choose:
- Typed text is never affected. In a born-digital PDF the text is characters, not pixels; only the pictures are resampled. A report with three photographs and forty pages of text shrinks dramatically with no visible change to the words.
- A scan is one big picture. There, resolution is the text. Check the result at normal reading size before you rely on it, especially signatures and stamps.
Step three: flatten first
A filled form or an annotated draft carries its fields and comments as separate objects, each with its own appearance and often its own fonts. Flatten PDF bakes them into the page, which removes the duplication and frequently makes the compression step more effective. The Shrink a PDF under a portal’s upload limit workflow does exactly this sequence — flatten, then compress — handing the file from one tool to the next.
Step four: split
Some limits cannot be met by one file: a 300-page scanned bundle will not become 2 MB at any legible resolution. Split PDF by size or bookmark divides the document into parts that each fit under a target size, measured from the actual output rather than estimated. Two caveats it will tell you about: a single page can never be made smaller than one page, and a size split can only be approximate because pages share fonts and images.
Step by step
- Note the limit, and aim 10% under it.
- Open Compress PDF, choose the file, run the lossless pass. Read the reported change.
- Still over? Run again with Balanced. Open the result and look at a photograph and a signature at normal size.
- Still over? Smallest. Check fine print.
- Still over? Flatten first if the document has forms or comments, then repeat; otherwise split by size.
- Keep the original. The compressed copy is for the portal; the original is for your records.
What not to do
Do not “print to PDF” a PDF to shrink it — it rasterises the text and often makes the file larger. Do not convert pages to JPEG and back for the same reason. And do not upload a document to a website to compress it if it contains anything you would not email to a stranger; every step above runs in your browser.
