rankato

Compress PDFs without losing readability

The biggest chunk of most PDFs is embedded images. Recompress them at a lower quality target and files shrink dramatically — often 60-80%.

The compressor extracts every embedded raster image, re-encodes at a tunable quality (JPEG for photos, PNG for graphics), and reassembles the PDF. Text stays vector-crisp; only image content changes. Three presets: Best quality (light re-encode), Balanced (quality 80), Smallest (quality 60 + downsample to 150 DPI). File size drops of 50-80% are typical on image-heavy PDFs.

How compression works

PDFs store fonts and vector content compactly; the size bloat almost always comes from embedded images (scans, photos, screenshots). This tool decodes each image, re-encodes at your quality target, and swaps it in. Text and vector graphics are untouched — they stay perfectly sharp.

Presets and expected savings

Best quality: quality 90, no downsample — 10-25% smaller. Balanced (default): quality 80, downsample above 200 DPI — 40-65% smaller. Smallest: quality 60, downsample to 150 DPI — 60-85% smaller. Preview each preset's result before committing.

When compression won't help much

Text-only PDFs (contracts, e-books, papers) have almost no image content to compress — expect single-digit savings. Already-optimized PDFs from web export tools may have nothing left to squeeze. Vector-heavy PDFs (CAD drawings, technical illustrations) can't be compressed further with image tricks.

Tool FAQs

Everything you need to know about using Compress PDF.

Does my PDF get uploaded to a server?+

No. This tool runs entirely in your browser using pdf-lib and pdf.js loaded as WebAssembly. Open your browser's Network tab while processing and you'll see zero uploads — your PDFs never leave your device. That's why confidential contracts, tax records, and internal docs are safe to run through this tool.

Will text stay sharp?+

Yes — text is stored as vector glyphs, not images. Compression only affects embedded raster images.

Can I process multiple PDFs at once?+

Yes — batch mode is available on the Pro plan. Free users process one file at a time. Pro unlocks unlimited concurrent PDF processing across every tool in the suite.