Drop the PDF and press the button. The tool works in three stages, cheapest first, and stops at the first one that gets the file under 250 KB.
Images are recompressed in place first, so text, links and forms stay exactly as they were. Only when a file still will not fit are the pages rebuilt as images, and even then an invisible text layer keeps the words searchable. A file already under the cap is handed back untouched.
Most single-page documents clear 250 KB without much argument. A page of text costs about forty kilobytes, a greyscale scan about a hundred and thirty, and a colour scan close to a quarter of a megabyte on its own. So the interesting question at this size is rarely whether the file can be made to fit. It is whether the number you are aiming at is the number the portal is checking.
Where the 250 KB limit comes from
- State recruitment and exam portals250 KB per document
- Bank and insurance KYC uploads250 KB per page
- Visa appointment document slots250 KB to 1 MB
- University admission portals250 KB per certificate
- Scholarship and grant applications250 KB per attachment
The number itself is arbitrary. It is a quarter of a megabyte, which is what you get when somebody budgets one megabyte for a set of four documents and divides. That origin is worth knowing, because it tells you the cap is a share of a total rather than a considered judgement about legibility, and totals are often more flexible than the per-file number suggests.
How the tool hits 250 KB
Add the PDF
Drop it or browse. It is read into browser memory; nothing is uploaded, so a slow connection makes no difference.
Stages one and two: tidy, then the images
Unused objects, thumbnails and stale metadata go first, which costs nothing at all. Then the pictures inside the file are recompressed in place, starting at 200 ppi, while your text, links and form fields are left exactly as they were.
Stage three, only when it is needed
If the images were not where the weight was, the pages are rebuilt as pictures with an invisible text layer behind them, so the words stay searchable. It probes at 150 dpi, works out the resolution that should fit, and will not go below 60 dpi.
Download, and read the result line
It shows the final size and which stage produced it. If none fitted, you still get the smallest attempt, labelled honestly, rather than a file that silently missed the target.
Structure, then the images in place, then the pages as pictures. It stops at the first stage that fits.
Untouched at the first two stages. If the pages do get rebuilt, an invisible text layer keeps them searchable.
The IDs, forms and statements people compress for portals never leave the device.
What fits in 250 KB, and what does not
Text pages are cheap because a rendered page of black type compresses extremely well. Colour scans are expensive because every pixel carries information the encoder has to keep. At 250 KB a single colour page is the whole budget, and a second page has to come out of it.
When it cannot reach 250 KB
Some documents will not fit legibly, and the tool says so rather than pretending. When the result line reports a miss, three moves usually solve it:
- Split first. Use Split PDF to break the file into parts and compress each. Most portals accept several attachments even when each one is capped at 250 KB.
- Rescan the source. A fresh 150 dpi greyscale scan compresses far better than a colour scan that has already been through one compressor. Every pass costs quality, and the first pass should start from the cleanest source.
- Check the real limit. Portals sometimes state one number and accept another. Read the fine print, or try a slightly larger file before compressing harder than you need to.
250 KB, or 256,000 bytes?
A kilobyte is a thousand bytes when a disk manufacturer says it and 1,024 bytes when a programmer says it. Both readings are alive inside the same upload forms. A check written as size > 250 * 1024 refuses anything over 256,000 bytes. One written as size > 250000 refuses anything over 250,000. Between them sits a band of exactly 6,000 bytes where a file passes one portal and fails the next while looking identical in both.
Six thousand bytes sounds like nothing, and most of the time it is. It matters here because a 250 KB cap is usually applied to a single scanned page, which is the one case where the finished file and the ceiling are the same order of magnitude. When a document has to shed ninety per cent of its weight, six thousand bytes is noise. When it only has to shed five, that is most of the margin.
So this page targets 250,000 bytes, the smaller of the two readings. A file that clears it clears both, and the price is about two per cent of the budget, which is not something you can see on a page. The other pages in this set aim at the binary reading, which is the more common of the two in upload validators. Where the distinction could matter to you, the byte count is the thing to check, not the kilobyte figure your file manager displays.
If you are looking at a rejection you cannot explain, check this before anything else. Open the file's properties and read the size in bytes rather than in kilobytes. Windows divides by 1,024 and macOS divides by 1,000, so a file of 253,900 bytes displays as 247 KB on one machine and 254 KB on the other. Neither figure tells you which side of the portal's line it falls on. The byte count does.
Where people use the 250 KB target
- Exam and recruitment form attachments1 page, fits in colour
- KYC document sets1 page each, fits
- Admission certificates and mark sheets1 to 2 pages, greyscale
- Visa supporting documents1 page, borderline in colour
Why this runs in your browser
The documents that get compressed to 250 KB are identity documents: passports, national ID cards, degree certificates, bank letters. Uploading one to a compression website so that you can upload it again to the portal doubles the exposure and buys nothing.
The tool is right above
Everything on this page runs in your browser. Scroll up, drop the file, and keep it on your machine.
Common questions
The questions people have with a 250 KB cap in front of them.
01Why does this tool aim at 250,000 bytes rather than 256,000?
Because a 250 KB cap is read two ways and a file under 250,000 bytes clears both. The few kilobytes it costs are invisible; a rejection is not.
02What fits in 250 KB?
A one-page colour ID scan uses close to the whole budget. Two or three pages of text fit easily. Two colour pages need the image ladder.
03My file shows a different size on Windows and Mac. Which is right?
Both. Windows divides bytes by 1,024 and macOS divides by 1,000, so the same file reads 247 KB and 254 KB. Compare the byte count with the portal's limit instead.
04My file is already under 250 KB. Do I need this?
No. The tool checks first and hands a file that already fits straight back untouched.
05Colour or greyscale at this size?
Greyscale unless the colour is evidence. At 250 KB a greyscale page buys noticeably more resolution than a colour one, and resolution is what makes small print readable.
06Will the text still be selectable?
Usually. The first two stages leave text exactly as it was. If the pages have to be rebuilt as pictures, an invisible text layer goes behind them so the words stay searchable.
07Are my files uploaded anywhere?
No. Rendering and compression run in your browser. The file never leaves the device.
08Is it free?
Free. Every tool, unlimited use, no signup.