How to Compress a PDF Without Losing Quality
Why PDFs get so large
Three culprits cause 90% of large PDFs:
- Image resolution: A scanned page at 600 DPI is ~12 MB per page; at 150 DPI it's ~750 KB. Most screens can't display more than 150 DPI clearly.
- Lossless image encoding: Scanners often save as PNG or uncompressed TIFF; JPEG compression at quality 80 is visually identical but 10x smaller.
- Embedded fonts: Documents with many fonts can carry 1-2 MB of font data.
Compression works by addressing these directly. The best tools downsample images intelligently, re-encode them with appropriate compression, and subset fonts.
Three compression methods
Method 1 — Browser-based compression (privacy-first): Use iConvertDoc's Compress PDF. Everything runs in your browser. The tool reads your PDF, identifies images, downsamples to 150 DPI (default), re-encodes as JPEG at quality 80, and rewrites the PDF. Typical results: 70-85% size reduction for image-heavy PDFs. Best for: sensitive documents (bank statements, contracts, ID copies).
Method 2 — Adobe Acrobat Pro: Its "Reduce File Size" function is excellent. Pro versions let you tune compression levels per element. Downside: $20/month subscription.
Method 3 — Print to PDF with reduced quality: On Mac, open the PDF in Preview → File → Export → Quartz Filter → "Reduce File Size." Surprisingly aggressive — often cuts 80%+ — but quality varies. On Windows, install a free PDF printer (CutePDF, doPDF) and "print" the PDF at lower quality.
What compression level should you use?
Match compression to use case:
- Email attachments (under 25 MB): Medium compression, ~150 DPI images. Usually plenty.
- Web hosting / portfolio: Stronger compression, 96 DPI images, JPEG quality 70-75.
- Government forms: Strict size limit (often 500 KB). Strong compression + black-and-white where possible.
- Archive (long-term storage): Light compression only. Keep quality high.
If you're submitting to a portal with a strict size limit, use iConvertDoc's Image Compressor with exact KB target for individual pages, then PDF Maker to recombine them.
FAQ
Q: How much can I compress?
A: Image-heavy PDFs compress 70-90% routinely. Text-only PDFs already compressed might only shrink 10-20%.
Q: Will compression make my PDF unreadable?
A: No — at the default 150 DPI setting, text remains crisp and images remain readable.
Q: Is browser-based PDF compression secure?
A: Yes. Open your browser's network tab while compressing — you'll see no upload activity. Everything stays on your device.
Related reading
Best Free PDF Tools in 2026 (Tested & Ranked)
We tested 30+ free PDF tools. Here are the 10 best — for merging, splitting, compressing, editing, and converting. Privacy-first options ranked highest.
2026-06-12 · 1 min read
PDF GuidesHow to Convert PDF to Word Without Losing Formatting
Convert PDF to Word (DOCX) without losing fonts, tables, or layout. Three methods explained — browser-based, OCR, and manual.
2026-06-12 · 2 min read