toolsmith

No upload · everything runs in your browser

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

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