Why Your Scanned PDF Is So Large — and How to Compress It Without Losing Readability
Here is why, and how to fix it without making the text illegible.
Failure Identified: Your Scan Settings Created a Massive Image File
What failed: The PDF is enormous because the scanner captured far more pixel data than any screen or printer will ever use.
Why this matters: A scanned PDF is fundamentally different from a document created in a digital word processor. It is a photograph of a piece of paper — a grid of millions of coloured pixels — not a structured document with characters and fonts. Every extra pixel adds weight, and a colour scan at 600 DPI of a ten-page document easily reaches 50–100MB.
Diagnostic Cause: Resolution and Colour Space Were Set Too High at Scan Time
Short answer: The document was scanned at a resolution and colour depth far beyond what is needed for readable text.
Explanation: A "born-digital" PDF (exported from Word, for example) contains actual character codes and mathematical vector coordinates. It is compact by design. A scanned PDF contains only pixel data. The scanner divided every page into a fine grid; at 600 DPI in full colour, that grid contains 360,000 pixels per square inch. For a text document, this is approximately ten times more data than any reader requires.
Evidence: Text documents are readable and professional at 150–200 DPI in greyscale. Colour scanning of black text dramatically increases file size with no perceptible quality benefit for the reader. This is established imaging practice, not a compression trick.
Why Running It Through a Standard Compressor Fails
Short answer: Standard compressors have almost nothing to work with if the JPEG images inside the PDF are already heavily compressed.
Explanation: Most compression tools target the JPEG images embedded in the PDF. If your scanner already saved those images at high JPEG compression, there are very few repeating patterns left for the tool to remove. The result is a file that barely shrinks — sometimes less than 5% — because the useful data has already reached its compression floor.
Evidence: PDFs containing already-compressed JPEGs see diminishing returns from re-compression. This is a mathematical reality: once pixel data has been discarded by JPEG encoding, it cannot be recovered or further eliminated without destroying more of the visual quality.
Repair Strategy: Address the Root Cause — Resolution and Colour Space
The most effective compression for scanned PDFs happens before compression, at the resolution level.
💡 Insight The DPI math: Halving the resolution (for example, from 300 DPI to 150 DPI) does not halve the file size — it reduces the pixel count by 75%. This is because pixels are two-dimensional: halving both width and height cuts the total to one quarter.
| Target Use | Recommended DPI | Colour Mode | Visual Impact |
|---|---|---|---|
| Email attachment | 144–150 DPI | Greyscale | Perfect for reading |
| Web/screen viewing | 96–120 DPI | Greyscale | Fast loading on screens |
| Print archiving | 200–300 DPI | Greyscale or colour | Preserves fine details |
| Court or legal filing | 200–300 DPI | Greyscale | Meets rigid e-filing rules |
Action:
If you have the original paper document: Re-scan it at 150 DPI, greyscale, saving directly to PDF.
- First, use Convert PDF to JPG to extract every scanned page as an individual image.
- Second, use Resize Image on those JPGs to reduce their dimensions by 50% (simulating a DPI drop).
- Third, use Convert JPG to PDF to combine the smaller images back into a single, highly compressed PDF.
Download the compressed version and verify readability before discarding the original.
✓ Success Verification Your job is done when:
- The compressed file is under 5MB.
- Text is legible at 100% zoom — you can read every word without zooming in.
- The original large PDF is retained as an archive copy.