PDF Basics

How to Compress a PDF Without Losing Quality

April 2026 · 6 min read

Why PDFs get so large

A PDF is not a single thing - it is a container. Inside it there can be vector text, raster images, embedded fonts, colour profiles, form data, and metadata. Each of these contributes to file size, but the dominant factor in nearly every large PDF is embedded raster images.

When you scan a document, the scanner produces a high-resolution bitmap - often 300 DPI or higher - and the PDF wraps that image with minimal processing. A 10-page scanned document at 300 DPI in colour can easily hit 30-40 MB, even though the same content in a text-based PDF might be under 500 KB.

Fonts are the second major contributor. PDF embeds entire font files so the document renders consistently on any device. A document that uses four different typefaces may embed 2-3 MB of font data alone, even if the visible text fits on a single page. Subsetting - embedding only the characters actually used - helps, but not all PDF creators do it.

What "lossy" means for PDFs

Compression is either lossless (the original data is perfectly recoverable) or lossy (some data is permanently discarded to achieve a smaller file). For text and vector elements in a PDF, compression is always lossless - the text stays sharp regardless of what you do to the images.

For embedded images, lossy compression trades visual quality for file size. JPEG is the standard lossy format used here. At high JPEG quality, the image is nearly indistinguishable from the original. At low quality, you see the familiar blocky artefacts - acceptable for a background photo, not acceptable for a scan with fine text.

This is why "compress without losing quality" is a promise that needs qualification. It is possible to compress significantly without visible quality loss, but only up to a point. Beyond that, you are making a judgement call about how much visual degradation is acceptable for the file size reduction you need.

The three presets - and when to use each

PDFsuite offers three presets: Web, Reading, and Print. Each targets a different balance of file size and quality.

Web is the most aggressive. It targets files intended for online display or email attachment where screen viewing is the only use case. Images are compressed to roughly 72-96 DPI equivalent and JPEG quality is set low. Use this when you need the smallest possible file and the PDF will only ever be read on a screen at normal zoom.

Reading is the default and the right choice for most situations. Images are compressed to roughly 150 DPI at medium-high JPEG quality. The results are visually clean at normal reading zoom and the file size reduction is typically 40-70% for image-heavy documents. Use this for any PDF you will send by email or share as a download.

Print keeps image quality high enough for actual printing - around 200-250 DPI at high JPEG quality. The compression gain is smaller, typically 20-40%. Use this when the recipient might print the document and you cannot afford visible degradation.

How to compress with PDFsuite

Open /tools/compress and drop your PDF onto the upload area. The tool will display the current file size. Select your quality preset. The preview updates in real time to show you an estimate of the output size and the expected reduction percentage.

Click Compress. The tool processes the file in your browser using PDF.js and pdf-lib - no server, no upload. The compressed file downloads automatically. If the result is larger than expected, try the next preset down and compare.

One thing worth knowing: if your PDF is already well-compressed, the tool may produce only modest savings or none at all. A text-only PDF with no embedded images has almost nothing to compress. The progress indicator will tell you the actual achieved reduction.

Compression for email vs print vs web

For email attachments, your practical ceiling is around 10 MB for reliable delivery across most email providers - some corporate mail servers reject larger files. The Reading preset usually gets image-heavy documents well under this limit. If you are still over after compression, consider whether you need all the pages, or whether /tools/split would let you send fewer pages.

For web download (PDFs linked from a website), target under 5 MB for a good user experience on mobile connections. The Web preset is appropriate here. Users who download a 25 MB PDF from a link on their phone will notice.

For print, do not compress if you can avoid it. If you must compress before sending to a print shop, use the Print preset and check their stated requirements. Many print providers specify a minimum of 300 DPI for images - the Print preset in PDFsuite targets 200-250 DPI, which may not be sufficient for professional print work.

When compression will not help much

If your PDF was created from vector software like Illustrator or InDesign and contains primarily vectors and text, there is little to compress. The file is likely already near its minimum size. The same is true for PDFs that have already been compressed by another tool.

Scanned documents with very fine text benefit from careful compression. Aggressive JPEG compression can make small text harder to read, particularly in black-and-white scans. If you are compressing a scanned document and the text needs to remain readable at 100% zoom, test the output carefully before distributing it.

Try it yourself

Process your PDFs in the browser.

All 28 tools. Files never leave your device. $29/year.