What actually makes a PDF file large
Text itself takes up very little space in a PDF — the size overwhelmingly comes from embedded images, especially high-resolution scans or photos placed at full camera resolution instead of resized for the page. Fonts embedded in full (rather than subset to only the characters used) and duplicate resources across pages can also add unnecessary bulk.
Lossy vs. lossless compression
Most PDF compressors use lossy image compression, meaning some image data is permanently discarded to save space, similar to how a JPEG works. This is fine for most everyday documents, but for anything requiring exact image fidelity — legal exhibits, printed photography, technical diagrams — check whether the tool offers a lossless or "print quality" option instead.
Frequently Asked Questions
Will compressing a PDF make the text blurry?
Compression primarily affects embedded images, not the underlying vector text most PDFs use, so text usually stays crisp even at high compression. Text can degrade only if the entire page was itself an image, like a scan.
How much smaller can I realistically expect a PDF to get?
It depends heavily on the original content — an image-heavy scanned document can often shrink by 60-80%, while a text-only PDF may only shrink slightly, since there is not much redundant data to remove.