Last updated 2026-07-14
PDF Compression — How to Shrink PDFs Without Losing Quality
A practical guide to compressing PDFs the right way — with the trade-offs explained honestly.
Why file size limits keep tripping people up
Email providers cap attachments around 25 MB. Government upload portals often stop at 10 MB. Job application forms sometimes reject anything over 5 MB. A well-scanned tenancy contract or a photo-heavy proposal can cross those limits without anyone noticing until the send button turns red.
PDF compression solves the size problem quietly, but only if you pick the right mode. Wrong mode choice is the single most common reason a compressor either barely shrinks a file or turns a scanned document into an unreadable blur.
How PDF compression actually works
A PDF is a container. Inside it you have text (usually already tiny), embedded fonts, vector shapes, and — the real reason most files are large — raster images from scans, screenshots, or phone photos. Serious compression targets those images.
The compressor lowers image resolution to what your reader actually sees on screen, re-encodes JPEGs at a slightly lower quality setting, strips hidden thumbnails, and subsets embedded fonts to only the characters used in the document. Everything else is marketing.
- Text: already stored as characters, not pixels — compression gains are negligible.
- Fonts: subsetting can save 100–500 KB on documents with many embedded typefaces.
- Vector graphics: kept exact — no visible change after compression.
- Raster images: the actual target — where 60–80% size reduction is possible.
The two compression modes and when to pick each
PDFTrusted's compressor exposes two modes because the correct choice depends on what your PDF contains — not on how much you want to shrink it.
- Best for digital PDFs — a safe lossless pass. Perfect for invoices, exported reports, contracts generated from Word, and form-based documents where you cannot afford any visual change. Typical reduction: 5 to 30 percent.
- Best for scanned PDFs (Strong) — aggressive image re-encoding. Ideal for photo-based scans, ID copies, tenancy paperwork, and construction drawings. Typical reduction: 40 to 80 percent while keeping text legible at normal reading distance.
When compression cannot shrink a file further
Sometimes a 1.3 MB PDF stays 1.3 MB after compression. That is usually a sign the file is already efficient — pure text with subsetted fonts, or images that have been optimized elsewhere. Forcing further reduction on a file like that produces worse quality without meaningful size savings.
PDFTrusted's compressor tells you when it detects this situation instead of silently returning a slightly larger file. Read the size delta before assuming the tool is broken.
Practical tips for better results
Small changes upstream produce a much smaller final file.
- If your PDF came from a phone scan, the source images are already lossy — use Strong mode.
- If your PDF came from Word, Google Docs, or a report exporter, start with the digital mode.
- Split very long documents (300+ pages) into halves before compressing — the tool works page-by-page and this helps memory-constrained browsers.
- Password-protected files must be unlocked first. Use our Unlock PDF tool if you legally own the file.
- Never compress a document after signing it — any content change invalidates the digital signature.
Privacy for compressed files
Digital mode compression runs inside your browser tab — the file is never uploaded. Strong mode may route heavy images through our secure processing worker for a faster result on older devices; files and outputs are auto-deleted within one hour and are not used for training or advertising.
Explore
Questions & answers
Yes. Any modification to a signed PDF invalidates the digital signature. Always compress before signing, never after.
Yes. The invisible text layer stays intact — only the underlying image is re-encoded. Text will remain searchable and selectable after compression.
The free tier supports up to 100 MB per file. Larger documents are handled on paid plans, and very long PDFs benefit from being split first.
Text-only PDFs are already efficient. Compression tools primarily shrink embedded images, so pure-text or already-optimized documents have very little to give up.