Compress PDF
Shrink a scanned document by re-encoding the images inside it, in your browser. Text stays text.
Compress PDF
Re-encodes the photographs and scans inside the document. Text and vector drawings are left untouched, because they are already small.
Where the size in a PDF actually is
A PDF is a bag of objects: page trees, font programs, drawing instructions, and image streams. Everything except the images is already tiny and already compressed. A forty-page report exported from a word processor might be a few hundred kilobytes in total, and no amount of squeezing will make it meaningfully less.
A four-page scan of the same document can be twenty megabytes, because every page is a photograph at 300 dots per inch. That is where the entire opportunity lives, which is why this tool works on images and leaves everything else alone.
Two levers, both applied
The first is the JPEG quality the image is re-encoded at. The second, and usually the bigger one, is resolution: a 300 DPI scan is about 2550 pixels across an A4 page, and reading it on a screen or printing it at 150 DPI needs half of that. Halving both edges removes three quarters of the pixels before the encoder has done anything.
What it deliberately does not do
It does not rasterise your pages. Some compressors reach their headline numbers by rendering each page to a single flat image and wrapping those in a new PDF. The file does get smaller, and your text stops being text: no selecting, no searching, no copying, and a document that looks soft at any zoom. Here the text objects are carried across untouched and only image streams are replaced.
It also refuses to hand back something worse than it was given. If the images were already compressed at least as hard as you asked for, rebuilding the document would cost more bytes than it saved, so you get the original back exactly as it was and are told why. A compressor that returns a bigger file and calls it a success is not compressing.