How to Reduce PDF File Size for Government and Job Portal Uploads
Almost every official upload form โ passport renewals, visa applications, university admissions, tax portals, job boards โ enforces a hard file-size ceiling. The most common limits are 2 MB, 5 MB and 10 MB, and the form simply refuses anything larger with a terse error and no advice on how to fix it. If you have ever scanned a few pages and watched a single PDF balloon past 20 MB, you already know how frustrating that wall can be.
This guide explains exactly why PDFs get so large, how compression actually works, and a repeatable process for getting under any limit while keeping your document legible. None of it requires installing software or paying for a desktop editor.
Why PDFs get so large in the first place
A PDF is a container. It can hold crisp vector text that weighs almost nothing, or it can hold full-resolution photographs of pages โ and those two things differ in size by a factor of a hundred or more. The single biggest cause of an oversized PDF is embedded images, especially scans.
When you scan a document or photograph it with your phone, each page becomes a large raster image, often 3000โ4000 pixels wide and captured at the camera's full bit depth. A phone camera will happily produce a 4 MB JPEG per page. Bundle ten of those into a PDF and you are already at 40 MB before any text is involved.
- Scanned or photographed pages stored at full camera resolution.
- Embedded fonts that were never subset to the characters you actually use.
- Duplicated image data โ the same logo or letterhead repeated on every page.
- Uncompressed or lightly compressed object streams left by the exporting app.
How PDF compression actually works
There are two broad ways to make a PDF smaller, and good tools use both. The first is lossless: de-duplicating repeated objects, compressing the internal streams, and dropping metadata that no reader needs. This shrinks the file without changing a single visible pixel, but the savings are modest for image-heavy documents.
The second is lossy, and it targets the images directly: downsampling them to a sensible screen resolution (150โ200 DPI is plenty for on-screen reading and most printing) and re-encoding them with a more efficient compressor. This is where the dramatic reductions come from. The trade-off is that pushing too hard makes small text in a scan look mushy, so the goal is the lowest setting that still reads cleanly.
A repeatable process for getting under the limit
Rather than guessing, work in stages and check the size after each one. Most documents clear a 5 MB limit after the first or second step.
- Start by running the file through our Compress PDF tool once and re-checking the size โ that alone often halves a text-heavy export.
- If it is still too big and the document is a set of scans, compress the source images first with the Compress Image tool, then rebuild the PDF with Images to PDF.
- Split the document if the portal only needs specific pages โ there is no reason to upload twenty pages when the form asks for two.
- As a last resort for archival scans, accept a slightly lower image quality; legibility on screen matters far more than print-shop sharpness for a portal upload.
Keeping quality acceptable
The mistake people make is treating compression as a single slider to crank to the maximum. Instead, decide what the document is for. A signed contract that someone will read on a laptop needs far less resolution than a high-detail engineering drawing. For the overwhelming majority of forms โ IDs, certificates, statements, CVs โ 150 DPI is indistinguishable from the original on screen and cuts file size enormously.
If you do hit a case where text becomes hard to read, step back one level rather than abandoning compression entirely. The sweet spot is almost always reachable, and it is much faster than retaking every scan at a lower setting.
Frequently asked questions
What is the smallest a PDF can realistically get?
A text-only PDF can often drop below a few hundred kilobytes. A scanned document is limited by its images: expect a few hundred KB per page at 150 DPI, less in grayscale.
Will compressing a PDF ruin the text?
No. Real text in a PDF is vector data and is preserved exactly. Only embedded images are downsampled, which is why scans are affected but typed documents are not.
Is it safe to compress a confidential document online?
With our tools, files are processed in memory over HTTPS and discarded immediately after the result is returned โ nothing is stored, logged or shared.