How to Compress PDF Without Losing Quality
Big PDFs are everywhere, and trimming them down sounds simple until your first attempt produces grainy images and unreadable text. Here's what actually works — and where the obvious tricks fail.
Why PDFs balloon in size (and which part you can actually shrink)
PDF file size comes down to a handful of components: embedded images, embedded fonts, vector content, metadata, and the compression scheme applied to each. For most documents, embedded images are 80–95% of the file weight. Text and vector content are tiny by comparison. So when you compress a PDF, you're almost always really compressing its images — everything else is rounding error.
This is why PDFs from scanners or photo-heavy documents get huge while PDFs from Word documents stay reasonable. A 30-page scanned contract can hit 80MB; the same contract typed in Word and exported to PDF is 200KB. Knowing this lets you target the right thing — if your file is big, the question to ask is 'what are the images doing in here?' not 'how do I compress the text?'.
The good news: image compression is well-understood. The bad news: every compression decision is a quality tradeoff. Compressing too aggressively produces visible artifacts; not enough and the file stays huge. The sweet spot depends on what the PDF will be used for.
Three techniques that actually preserve quality
Downsample images to the right resolution for the use case. A PDF you'll read on screen never needs more than 150 DPI. A print-shop submission needs 300 DPI. If your source PDF has images at 600 DPI but it'll only be viewed on screens, downsampling to 150 DPI cuts file size by 4x without any visible quality loss. This is the single biggest win for most PDFs.
Re-encode images with a better compression algorithm. Old PDFs often use lossless or inefficient image encoding. Re-encoding to JPEG at 85% quality (or JPEG 2000 for an even better balance) typically cuts size by 50–70% with no visible quality change. Modern tools do this automatically — older ones often skip it.
Strip unused fonts, metadata, and embedded thumbnails. PDFs accumulate junk over time: fonts that aren't actually used on any page, edit history, embedded thumbnails, application metadata. Each individually is small, but together they can add several MB to a complex document. A proper PDF optimizer strips all of this without touching content quality.
The compression settings that get it right by default
For most PDFs, these are the settings that produce excellent quality at small file sizes: image resolution 150 DPI for screen use or 300 DPI for print; JPEG quality 85%; lossless compression for any vector or text-only pages; strip metadata and thumbnails on export.
Avoid these temptations: 'maximum compression' is almost always too aggressive and produces visible artifacts on photo content. 'Optimize for web viewing' often downsamples to too-low resolution. 'Reduce file size' presets in some apps re-encode text as images, which is worse than the original.
If you're working in a specific tool, look for 'high quality' or 'good' optimization presets rather than 'small file size' presets. The quality-first defaults usually still cut file size significantly while preserving everything important.
When online compressors are safe (and when they're not)
Online PDF compressors are convenient but most of them upload your file to their servers. For a marketing PDF or a public-facing document, that's fine. For a contract, a medical record, a tax return, or any internal company document, uploading to a third-party server is a privacy risk you shouldn't take for a one-time compression.
The alternative is browser-based compression that runs locally on your device. Easy Press Pro's PDF compressor works entirely in your browser — your file never leaves your computer, no server involved. The quality settings default to the 150 DPI / 85% JPEG / strip-junk combination described above, which produces excellent results for almost all use cases without any tweaking.
If you're not sure whether a PDF is sensitive, default to local processing. The convenience cost of using a local tool is approximately zero — same drag-and-drop, same one-click result.
Common mistakes that ruin compression quality
Compressing the same PDF multiple times. Each compression pass introduces tiny artifacts. Doing it three times in a row produces visibly worse output than doing it once with the right settings. If a previous compression didn't shrink the file enough, the answer isn't more compression — it's different settings.
Compressing a PDF that's already been heavily compressed. If a colleague sent you a 5MB version of what should be a 50MB document, they already squeezed it. Compressing again gives you marginal extra savings and visible quality loss.
Using maximum compression for scanned text. Scanned documents look like images of text, but each character's edge matters for readability. Aggressive JPEG compression turns those edges into mush. For scanned text, use a milder compression setting (90%+ JPEG) or look for tools that have a specific 'scanned document' mode that preserves text clarity.
The math behind how much you can realistically compress
There's a theoretical floor to how small a given PDF can get without losing quality, and it's worth understanding why. A 50-page PDF that's mostly text typically holds 200–400 KB of actual content (text strings, font definitions, basic vector graphics). The other 5MB+ in a bloated version is overhead: redundant fonts, image-format inefficiency, edit history, embedded thumbnails, and so on. Aggressive optimization can get you from 5MB down to ~500KB without touching the content quality at all — the savings come entirely from stripping accumulated overhead.
Once you've stripped the overhead, the next compression budget comes from the images. A scanned 30-page document at 600 DPI carries about 60–90MB of raw image data; at 150 DPI it's about 4–6MB; at 75 DPI it's about 1.5MB. Picking the right target resolution for the use case is the single biggest lever you have. A document that will only be read on screen never needs more than 150 DPI; a print-shop submission needs 300 DPI; archive quality requires 300+ DPI.
Beyond that, JPEG encoding quality is a continuous curve, not a binary choice. At 100% quality, the file is large and pixel-perfect. At 85%, it's about 1/3 the size with imperceptible quality loss. At 70%, it's about 1/5 the size with slight artifacting on smooth gradients. Below 70%, artifacts become obvious. For most document content, 85% is the sweet spot — large quality margin, real file-size savings.
Frequently asked questions
How much can I realistically shrink a typical PDF?
For text-heavy documents with no images: 20–40% savings (mostly from stripping overhead). For mixed documents with embedded images: 50–80% savings. For scanned documents at high DPI: 80–95% savings when downsampled to screen resolution.
Will compressed PDFs still be searchable?
Yes — as long as the original PDF had real text (not scanned images of text). Compression only affects images and overhead; text content stays intact and searchable.
Why is my PDF still huge after compression?
Three common causes: (1) it's mostly embedded images at very high resolution that need explicit downsampling, (2) it contains embedded fonts for unused characters, (3) it has embedded video or 3D content that won't compress further. Each needs a different fix.
Does compressing a PDF affect its legal validity?
Visual content compression doesn't affect legal validity. Cryptographic signatures are tied to the file's bytes, so any modification — including compression — invalidates an existing digital signature. If your PDF is signed, compress before signing, not after.
Can I batch-compress many PDFs at once?
Browser-based tools typically handle one file at a time. For batch compression of hundreds of files, command-line tools like Ghostscript or qpdf are faster and scriptable.
Try the PDF Compressor
Browser-based, no upload, preserves quality. Cut typical PDFs by 40–70% in one click.
Open PDF Compressor