Why your PDF is so large — and what actually shrinks it
A 40 MB PDF and a 400 KB PDF can look identical on screen. The difference is almost never the text.
Updated
A PDF is a box, and the weight is the pictures
PDF is a container. Text is stored as characters plus an embedded font — a few hundred kilobytes for an entire book. Vector drawings are stored as coordinates and are similarly tiny.
Images are stored as images. A single phone photo dropped into a document can outweigh two hundred pages of text. When a PDF is enormous, it is carrying pictures.
First work out which kind of PDF you have
Try to select a sentence with your cursor. If the text highlights word by word, it is a text PDF — the characters are real. If nothing highlights, or the whole page highlights as one block, every page is a photograph of a page.
That single test tells you what will work:
- Text PDF that is large → something bulky was inserted: photos, a chart pasted as an image, or a scanned cover page. Compressing the images is the fix.
- Scanned PDF → the pages themselves are the images. Re-encoding them is the only lever, and there is a floor below which the scan stops being readable.
What actually reduces the size
Re-encode the embedded JPEGs at a lower quality. This is the main lever and it is usually enough — the text, links, bookmarks and the ability to search all survive untouched, because none of them were the problem.
Remove pages you do not need. Obvious, and routinely the biggest single win — the appendix of scans is often most of the file.
Split the document. If you only need to send chapter 3, send chapter 3.
Reduce the resolution of the images. A scan at 600 DPI is four times the pixels of the same scan at 300 DPI, and 300 DPI already exceeds what any screen shows.
What does not work
Putting it in a ZIP saves close to nothing. The streams inside a PDF are already compressed, and compressing compressed data is a null operation.
The other trap is the aggressive kind of "compress": a tool that renders every page to a bitmap and rebuilds the PDF around those pictures. The number gets smaller and the document is ruined — the text is now a photograph of text, so it cannot be searched, cannot be copied, cannot be read by a screen reader, and prints soft. If you compressed a PDF and can no longer select its text, this is what happened.
What our compressor does, and when it refuses
It re-encodes JPEG images and leaves everything else alone. Text stays text. Fonts, links and structure come through unchanged.
The consequence is that it sometimes has nothing to do. We ran it against a real 1929 scanned receipt whose pages were not stored as JPEG, and it produced no download at all rather than handing back a file the same size with a smaller-sounding label. If your scan is stored in another format, this is the honest answer — reducing the page count or the resolution is the route that remains.
Do it now, without uploading anything
- Compress PDFRe-compress the photos inside a PDF. The text stays text — nothing is flattened.
- Split PDFPull out the pages you want, or explode every page into its own PDF inside a ZIP.
- Rotate & delete pagesSee every page, turn the sideways ones upright and drop the ones you don't want.
- Image to textPull the text out of a photo, screenshot or scanned PDF. Nothing is uploaded.
How much smaller will my PDF get?
It depends entirely on what is inside. Photo-heavy documents often drop by half or more. A pure text PDF is already near its floor and will barely move — there was nothing heavy in it to begin with.
Will compressing break the text or the links?
Not with an image-only approach. Only the embedded pictures are rewritten; characters, fonts, links and bookmarks are copied through. Tools that flatten every page to an image do destroy all of that.
My scanned PDF barely shrank. Why?
Scanners do not all store pages as JPEG. If the pages are in another image format, a JPEG re-encoder has nothing to grip. Splitting out the pages you actually need is usually the larger win anyway.
Worth reading
- What is a HEIC file, and why won't it open?
- PNG, JPG, WebP or AVIF — which should you use?
- MOV vs MP4 — what actually differs
- How background removal actually works — and when it fails
- Does AI upscaling add real detail?
- SRT vs VTT — which subtitle file do you need?
- What are stems — and can you really unmix a finished song?
- Why won't my PDF open?
- CSV vs Excel — what actually differs
- Can AI summarise a document reliably?
- WAV vs MP3: which one do you actually need?
- What is a codec — and how is it different from MP4?
- Why is my video sideways?