Why scanned PDFs are so big, and how to shrink them
A five-page scan somehow weighs 40 MB. Here's why scanned PDFs balloon, and how to shrink one to a sane size in your browser without uploading it.
You scan a five-page document and the file comes out at 40 megabytes. A PDF you made from a Word document, same length, would be a fraction of that. So why is the scan so heavy, and how do you get it down to something you can actually email?
It’s not random, and once you know what’s going on, shrinking it is a one-step job.
Why a scan is so much bigger
The difference comes down to what’s actually inside the file. A PDF exported from a document stores text as text: compact instructions that say “draw these letters here.” Tiny.
A scanned PDF stores each page as a photograph. Your scanner or phone captured an image of the page, and that’s what’s in the file, a raster image, a grid of colored dots, for every single page. Images are far heavier than text, and a few things push the size up fast:
- Resolution. Scanners often capture at a high DPI, lots of dots per inch. More dots mean more detail, but also a much bigger file. A scan at 600 DPI is enormous compared to one at 200.
- Color. A full-color scan of what’s really a black-and-white page stores three color values per dot instead of one. For plain text documents, that’s a lot of wasted weight.
- No real compression. Some scanners save pages with little or no compression, so nothing is trimming the bulk.
Multiply a heavy image by every page and you get a 40 MB file from a five-page document.
Shrinking a scanned PDF in your browser
files.co has a compress tool that runs on your device and is well suited to this:
- Open the compress tool and drop your scanned PDF in.
- Let it process. It re-encodes the page images more efficiently, cutting the size while keeping the pages perfectly readable.
- Download the smaller file. A 40 MB scan often comes out a fraction of the size, small enough to email without a second thought.
The original stays as it is; you get a lighter copy.
A bonus: make it searchable while you’re at it
Since a scan is just images, the text in it isn’t really text, you can’t search or select it. If you’re already cleaning up the file, it’s a good moment to fix that too. Run it through OCR to add a real text layer, so the document becomes searchable. It’s the difference between a heavy, dead image and a tidy, useful document.
Why it shouldn’t be uploaded to shrink it
Scanned documents are, very often, exactly the private ones: an ID, a signed contract, a bank statement, a medical form. The irony of most “compress PDF online” sites is that you’d upload that sensitive scan to a stranger’s server just to make it smaller.
files.co compresses in your browser. The scan is read into memory on your machine, shrunk right there, and saved back to your downloads. Nothing is uploaded. You can confirm it with DevTools (F12) on the Network tab, or by switching off your connection and compressing offline, it still works, because the file was never leaving.
So a giant scan isn’t a mystery, it’s a stack of photographs. Compress it once to get it down to a sane size, OCR it if you want the text back, and send a file that’s light and useful, without it ever leaving your machine.