A ten-page PDF shouldn't be 40MB, but it happens constantly - especially with documents exported from scanners, office software, or older design tools. Before reaching for a paid tool, it's worth understanding what's actually taking up the space.
Where PDF bloat comes from
PDFs aren't a single format so much as a container for several kinds of data bundled together:
- Embedded fonts - many editors embed a full font file even if only a handful of characters are used.
- Uncompressed object streams - older export settings can leave the document's internal structure completely uncompressed.
- Redundant metadata - revision history, editing software fingerprints, and unused color profiles.
- High-resolution embedded images - scanned pages saved at print resolution when screen resolution would do.
Lossless vs. lossy compression
There are two very different approaches to shrinking a PDF, and it's worth knowing which one you're getting:
- Lossless structural compression rebuilds the document's internal object table with compressed streams and strips redundant data, without touching the actual content. This is safe to apply to any document and never affects image quality or text, but the size reduction depends entirely on how bloated the original export was.
- Lossy recompression re-encodes embedded images at a lower quality, similar to JPEG compression. This can produce dramatically smaller files on image-heavy PDFs, but it does reduce image fidelity and isn't appropriate for documents where exact reproduction matters.
When to expect big wins vs. small ones
If a PDF was exported from office software with default settings, or produced by a scanner without any optimization pass, lossless structural compression alone can often cut the file size by 30-60%. If a PDF is already well-optimized, or its size is dominated by necessarily high-resolution images, the gains from lossless compression will be modest - that's expected, not a sign the tool isn't working.
Compressing a PDF in your browser
Mcatorce Suite's PDF Compressor performs lossless, structural compression entirely in your browser - the file never leaves your device. It's best suited to documents with redundant metadata or uncompressed streams; for PDFs whose size comes mostly from large embedded photos, expect smaller (but still real) reductions.

