PDF size basics: why some files won’t shrink
Compression isn’t a guarantee. Sometimes the file is already efficient.
A calm first check: what kind of PDF is it?
Text-based PDF
You can select and copy text. These are often already efficient.
Big size reductions may be limited unless the PDF contains large images or duplicated resources.
Scanned PDF
Each page is basically an image.
These can be very large, and meaningful compression often requires image re-encoding (which can reduce quality).
What usually makes PDFs large
- High-resolution scanned images inside the PDF
- Embedded fonts and duplicated resources
- Uncompressed images or older encodings
Common “hidden” reasons a PDF stays big
- Photos exported at full camera resolution (even if the page looks simple).
- Duplicated images saved separately for each page instead of reused.
- Large embedded fonts or multiple font subsets.
- Flattened transparency from design tools (can produce huge raster layers).
- Already-optimized output from a PDF printer/exporter that did compression upfront.
Why a tool may not reduce size
- If the PDF is already optimized, there may be nothing to gain.
- Safe browser-only compression often avoids re-encoding content.
- Re-encoding can reduce size but may reduce quality.
Local vs upload compression (what changes)
Local compression (in your browser) is great when you want to avoid uploading sensitive documents. It can handle a lot, but it’s constrained by browser memory and performance.
Upload-based compression can run heavier processing on a server. That can sometimes produce smaller files, but it means your document leaves your device.
If your PDF contains private data, “compress PDF without uploading” is a reasonable requirement. The tradeoff is that the compressor may choose safer steps and avoid destructive changes.
Practical ways to get a smaller PDF (without panic)
- If it’s a scan: re-scan at a reasonable DPI (often 150–200 DPI is enough for text documents).
- If it’s photos: export images at a smaller resolution before converting to PDF.
- If it’s a slide deck: export using “optimized for online” settings where available.
- Split the document if the portal allows multiple uploads (sometimes easier than aggressive compression).
- Compress locally to meet the limit, then stop — maximum compression isn’t always the goal.
Mini FAQ
Why won’t my PDF shrink at all?
It’s often already optimized, or it’s mostly text with little compressible image data.
Safe compressors also avoid destructive changes by default.
Why do scanned PDFs shrink more than text PDFs?
Scans contain image data. Re-encoding images can reduce size a lot, but it can also reduce clarity.
Why does compression sometimes reduce quality?
Big size savings usually come from downsampling or re-encoding images. That’s a tradeoff.
Is it safe to compress PDFs locally?
Local processing can be a calmer choice for sensitive documents because the file stays on your device.
Related reading
Compress PDFs without uploading (a calm guide)
Step-by-step workflow and honest limits.
ReadHow to merge PDFs safely (without uploading)
Combine documents locally, then compress if needed.
ReadImage to PDF (without uploading): a calm guide
Convert photos/scans locally with predictable results.
Read