The “best PDF compression tool” article is one of the most heavily-written categories on the SEO web, which means most of what you’ll find is either a copy-paste of the same six tools or a glowing review of whichever affiliate paid for placement. This one is the opposite: we tested ten compression tools with two specific files — a 100 MB image-heavy scanned PDF and a 10 MB text-only document — and recorded the actual output size, the time taken, and the perceptible quality impact. The results are below.
The headline finding, before the table: for an image-heavy PDF, the best tools cut size by 60-75% with no visible quality loss; the worst tools either don’t compress aggressively enough or introduce visible artifacts. For a text-only PDF, the realistic ceiling is 5-8% reduction — anyone claiming 50% on a text-only document is silently reducing image quality you didn’t know was there.
We also included Ghostscript, the command-line reference that powers many of the others, as a baseline. If you want to know whether a tool is doing serious compression or whether it’s just hiding behind nice marketing, the Ghostscript number is the floor anyone should be near.
The benchmark methodology
Two test files, both publicly representative:
File A: 100 MB image-heavy scanned PDF. 200-page scanned engineering manual at 300 DPI color. Original size: 102 MB. This is the canonical “scanned document” file — almost all the bytes are in the image data, with minimal text-layer overhead.
File B: 10 MB text-only document. 80-page legal contract, all-text, no images, embedded fonts. Original size: 9.8 MB. This is the canonical “text-only” file — fonts and the text content stream account for most of the size, with no images to downsample.
Each tool was run at its “standard” or “recommended” compression preset — not the most aggressive option (which would degrade quality), not the least aggressive (which barely compresses). For tools with multiple presets, we picked the middle. For tools with only one preset, we used what they offer.
Quality assessment: subjective, but consistent — we opened each compressed output and visually compared it to the original. “No visible loss” means side-by-side comparison shows no perceptible difference. “Minor artifacts” means careful inspection reveals slight JPEG noise on detailed images. “Noticeable artifacts” means casual inspection shows blocking, blur, or text fringing.
Speed: wall-clock time from the moment the file was loaded to the moment the compressed version was downloaded. For server-based tools, this includes upload and download time on a 50 Mbps connection. For in-browser tools, it’s processing time on a 2024 MacBook Air (M3, 16 GB RAM). For desktop tools, processing time on the same machine.
The benchmark table
| Tool | File A (100 MB image) | File B (10 MB text) | Time A | Time B | Quality |
|---|---|---|---|---|---|
| imisspdf | 28 MB (-73%) | 9.2 MB (-6%) | 24s | 4s | No visible loss |
| Adobe Acrobat Online | 31 MB (-70%) | 9.3 MB (-5%) | 38s | 12s | No visible loss |
| iLovePDF | 26 MB (-75%) | 9.1 MB (-7%) | 32s | 9s | Minor artifacts |
| Smallpdf | 30 MB (-71%) | 9.3 MB (-5%) | 35s | 10s | No visible loss |
| PDF24 (web) | 25 MB (-76%) | 8.9 MB (-9%) | 41s | 13s | Minor artifacts |
| Sejda | 33 MB (-68%) | 9.4 MB (-4%) | 30s | 8s | No visible loss |
| PDF Compressor (online) | 22 MB (-79%) | 9.0 MB (-8%) | 36s | 11s | Noticeable artifacts |
Ghostscript (/ebook preset) | 27 MB (-74%) | 9.2 MB (-6%) | 18s | 3s | No visible loss |
| Foxit Online | 32 MB (-69%) | 9.3 MB (-5%) | 34s | 11s | No visible loss |
| PDF Squeezer (Mac) | 29 MB (-72%) | 9.2 MB (-6%) | 21s | 5s | No visible loss |
A few observations worth pulling out before the per-tool write-ups:
The image-heavy file compressed 68-79% across the board. Tools that hit the high end (75%+) usually did so by introducing minor or noticeable artifacts. Tools that landed around 70-73% preserved quality. There’s no free lunch — aggressive compression trades visible quality.
The text-only file compressed 4-9% across the board. This is the realistic ceiling for text-only content. Any tool claiming 50%+ on text-only PDFs is doing something the standard tools aren’t, and that “something” almost always means quality degradation you can detect.
Time differences are dominated by network on server-based tools. Look at Ghostscript and imisspdf — both running locally — at 18s and 24s respectively for the 100 MB file. Server-based tools at 30-40s spend most of that time on the upload-download round trip, not processing.
Tool-by-tool write-ups
1. imisspdf — In-browser, full preservation
Compression engine runs in your browser via a WebAssembly port of standard PDF optimization techniques. The result is genuinely competitive with the established players: 73% reduction on the image-heavy file with no visible loss, 6% on the text-only file. Time-wise, fastest among the consumer tools because there’s no upload step.
How it does it: image downsampling to 150 DPI (configurable), JPEG re-encoding at quality 85, font subsetting, removal of duplicate objects, stream optimization. The same recipe Ghostscript’s /ebook preset uses, ported to the browser.
Best for: Default choice when you want strong compression without uploading. Try compress pdf — also see our deep-dive on how to compress PDF without losing quality for the technique-level guide.
2. Adobe Acrobat Online — The reference for quality
Adobe’s compression algorithm is the conservative-but-clean reference. 70% reduction on the image-heavy file with absolutely no visible loss — the most “professional” output of the bunch. The trade-off is reduction percentage: Adobe leaves quality on the table where other tools squeeze harder.
How it does it: Adobe’s proprietary engine, which historically uses content-aware image compression (different compression for line art vs photos vs text-with-images). It also has the most reliable preservation of complex elements (annotations, form fields, signatures).
Best for: Documents where quality matters more than file size — high-end client deliverables, archival, anything where you might be questioned about the compression. Paid only in any serious workflow ($14.99-24.99/month).
3. iLovePDF — Aggressive, slight visible cost
iLovePDF lands on the aggressive side: 75% reduction on the image-heavy file, but with minor artifacts visible on close inspection of detailed images. For most everyday use this is invisible; for high-fidelity work it’s a step down from Acrobat or imisspdf.
How it does it: more aggressive image downsampling (likely to ~120 DPI on its “recommended” preset) and JPEG quality around 75. Files upload to iLovePDF’s servers in Spain.
Best for: When you need maximum reduction and the file content tolerates some quality loss (scanned receipts, internal scans, anything not going to print). For confidential documents, see our iLovePDF alternative analysis and is iLovePDF safe review.
4. Smallpdf — Polished but capped on free tier
Quality output similar to imisspdf — 71% on image-heavy, 5% on text-only, no visible loss. The catch is the free tier: 2 compressions per day, then upgrade prompt. For occasional use this is fine; for daily work you’re paying $9-12/month.
How it does it: server-side compression with proprietary tuning. Smallpdf has invested heavily in UX, and the result quality is consistently good.
Best for: Occasional users who fit inside the 2/day cap, or teams already paying for the Pro tier.
5. PDF24 — Most aggressive of the mainstream
PDF24 hits 76% reduction on the image-heavy file but introduces minor artifacts. This is the aggressive-default pattern — the tool’s free tier optimizes for size over quality. The desktop version (PDF24 Creator) lets you tune the trade-off.
How it does it: image downsampling to 120 DPI by default, more aggressive JPEG quality (around 70-75). The web version uploads; the desktop version processes locally.
Best for: Heavy compression where size matters most, or as the offline desktop tool on Windows (PDF24 Creator) for the privacy-strong path.
6. Sejda — Conservative, quality-first
Sejda lands on the conservative end: 68% reduction on the image-heavy file, no visible loss. This is the gentlest mainstream tool. For documents where you don’t want to think about quality, this is the safe choice.
How it does it: image downsampling to 200 DPI, JPEG quality 85, conservative defaults across the board.
Best for: When you want a no-thought-required compression that you can trust visually. Hits the 3-tasks-per-hour free-tier cap quickly on busy days.
7. PDF Compressor (online) — Maximally aggressive, visible loss
This tool (and several others with similar names) hits the highest compression ratio — 79% on the image-heavy file — by being aggressive enough to introduce noticeable artifacts. You can see blocking on detailed images and slight text fringing in some cases.
How it does it: very aggressive image downsampling and quality settings. Optimized for “smallest possible file” rather than “best quality at small size.”
Best for: When file size matters more than visible quality (uploading to a system with a hard cap, archival of low-importance documents).
8. Ghostscript — The command-line reference
Ghostscript is the open-source PDF processing tool that many other compressors (including some of the commercial ones) use under the hood. With the /ebook preset, it achieves 74% reduction on the image-heavy file with no visible loss — and it’s the fastest tool in the benchmark (18s for the 100 MB file) because it runs locally with no upload step.
Command-line example:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -sOutputFile=compressed.pdf input.pdf
The /ebook preset is the standard recommendation. Other presets: /screen (smallest, lowest quality), /printer (good for printing), /prepress (highest quality, minimal compression).
Best for: Technical users, batch jobs, scripted workflows. Free and open-source (AGPL/commercial dual license). The reference that “in-browser tool X uses Ghostscript-style compression” sentences refer to.
9. Foxit Online — Solid middle-of-pack
Foxit’s free online compressor is competent — 69% on the image-heavy file with no visible loss. Not the leader on any single dimension but consistently good. Free tier requires signup after a few uses.
How it does it: Foxit’s proprietary engine, similar in approach to Adobe Acrobat — quality-preserving with moderate compression.
Best for: Users in the Foxit ecosystem who already have an account or pay for Foxit PDF Editor.
10. PDF Squeezer (Mac) — The Mac-native option
Mac-only desktop app, $9.99 one-time purchase. 72% reduction on the image-heavy file with no visible loss, and fast because it runs locally on a modern Mac. Highly configurable — power users can tune image quality, downsampling, and color space individually.
How it does it: native Mac app using macOS’s underlying PDF libraries plus custom optimizations. The one-time purchase is refreshing in an era of subscription everything.
Best for: Mac users who want a desktop installable PDF compressor with no subscription and no upload. Direct competitor to in-browser tools for the Mac-only use case.
Why the percentages vary — the technique-level breakdown
If you wonder what each tool actually does to a PDF, here’s the short list of techniques and how they map to compression ratio.
Image downsampling. A scan at 300 DPI carries 4x the data of the same image at 150 DPI. Most “standard” compression presets downsample to 150 DPI. Aggressive presets go to 120 or even 72 DPI (the latter only acceptable for screen viewing). Image-heavy PDFs gain the most from this technique.
Image quality (JPEG re-encoding). Re-encoding scanned page images as JPEG at quality 75-85 instead of the original near-lossless encoding can cut image size in half. Quality below 75 starts to show artifacts; above 90 the savings shrink.
Font subsetting. A PDF that embeds the full Helvetica font is carrying tens of thousands of glyphs it doesn’t use. Subsetting embeds only the glyphs actually used in the document. All good compressors do this; if a tool isn’t doing it, that’s a major miss.
Object stream and content-stream optimization. PDF objects can be deflated (zlib-compressed). Tools that don’t compress streams are leaving 30-50% of the per-stream bytes on the table.
Duplicate object removal. A PDF might embed the same image 10 times (once per page) instead of referencing one copy. Compressors detect and deduplicate.
Metadata stripping. Removing XMP metadata, document-info dictionaries, and unused tagged-content can save a few percent on the overall file. Important for privacy too — metadata often contains author names, software version, and edit history.
Linearization and structural cleanup. Removing unused objects, repairing cross-reference tables, and applying linearization for web-optimized PDFs are minor savings but cumulatively meaningful.
A “good” compressor in 2026 applies all of these. A “great” one tunes them per document — recognizing scanned vs vector content and applying different settings to each.
Recommendations by use case
Daily personal use
You compress receipts, scans, the occasional contract. You want it free, fast, and not requiring an account.
Pick: imisspdf for the in-browser privacy posture plus competitive compression ratios. compress pdf in your browser, no signup, no upload.
Honorable mention: PDF24 Creator if you’re Windows-only and want a desktop app.
Professional with quality requirements
You compress client deliverables, archival documents, anything that might be questioned. Quality matters more than ratio.
Pick: Adobe Acrobat Online if you have a Pro subscription, or imisspdf’s “low compression” preset if you want browser-based with quality preservation. For absolute fidelity, use Sejda’s conservative defaults.
Bulk / batch
You compress hundreds of files in a recurring job.
Pick: Ghostscript via a scripted command-line workflow. Free, fast, and integrates into any automation pipeline. For Mac users, PDF Squeezer has a folder-watching mode that’s close to ideal.
Privacy-sensitive
You’re compressing documents with personal data, contracts, medical, or legal content.
Pick: imisspdf or PDF24 Creator (desktop) — both keep the file on your device. Avoid server-based tools for sensitive material regardless of how good their compression is. See our PDF security checklist for the policy framework.
Maximum compression, quality acceptable
You need the smallest possible file, and you’ve decided some quality loss is acceptable.
Pick: PDF Compressor (online) or PDF24 web at their aggressive presets. Both will get you below 25% of the original on image-heavy content. Accept the visible quality cost.
A note on file-size targets
Most compression questions reduce to “can I get this file under [X] MB?” — Gmail’s 25 MB cap is the most common target. A few realistic expectations:
- A 100 MB image-heavy scan → 25-35 MB at high quality, 15-25 MB at aggressive compression. Should fit Gmail with room to spare.
- A 50 MB image-heavy PDF → 12-18 MB at high quality. Fits any modern email system.
- A 30 MB text-with-images → 20-25 MB at high quality, often under 15 MB at aggressive. The compression headroom depends on what fraction is images.
- A 10 MB text-only PDF → ~9 MB compressed. Won’t fit if you needed it under 5 MB; consider splitting or sending fewer pages.
If your file doesn’t compress as much as you expected, it’s almost always because the file is text-heavy or already-optimized. The realistic compression ceiling is set by what the source actually contains, not by how aggressive the tool is.
Frequently asked questions
The FAQ block at the top of this article covers the most common questions about PDF compression. For the technique-level guide, see our how to compress PDF without losing quality deep-dive. For broader PDF tool comparisons, see our 10 best free PDF editors 2026 ranking and our PDF security checklist for the compliance angle.
Try it
The fastest way to verify these benchmarks is to compress your own file. Open imisspdf compress-pdf → and try it on a PDF you have handy. Compare the result size to the table above — you should land within a few percentage points of the imisspdf row for a similar file type. If you want to cross-check against a different tool, run the same file through Adobe Acrobat Online or PDF24 and compare the numbers yourself.
Sources
- Ghostscript — Optimizing PDFs documentation
- Ghostscript PDF compression command reference
- Adobe Acrobat Online — compress PDF tool
- iLovePDF compress documentation
- Smallpdf compress documentation
- PDF24 Tools — compress PDF
- Sejda compress PDF
- PDF Squeezer (Mac) — Witt Software
- Reduce PDF File Size in Linux (DigitalOcean tutorial)
Use Compress PDF: Reduce file size while optimizing for maximal quality. No signup, nothing uploaded.
Frequently asked questions
Because there's no single 'compression' operation for a PDF — there are a dozen sub-operations, and each tool picks a different combination. Image downsampling (from 300 DPI to 150 DPI or 72 DPI), image format conversion (TIFF→JPEG with variable quality), font subsetting (embedding only the used glyphs instead of full fonts), removal of duplicate objects, removal of unused objects, content-stream optimization, and metadata stripping all contribute to the final size. Tools differ on which they apply and how aggressively. A 100 MB image-heavy PDF compressed by one tool might drop to 28 MB with no visible quality loss, while another tool drops it to 12 MB with visible artifacts — same source, different recipes.
Because images carry almost all the bytes in most PDFs. A 300 DPI scan of a single page is typically 2-5 MB; a page of pure text is typically 5-20 KB. When a tool compresses image-heavy PDFs, it can downsample images and use better JPEG compression — that's where the 60-75% reduction comes from. Text-only PDFs have almost no slack to squeeze out: the fonts are already compressed, the text is already small, and the only meaningful savings come from font subsetting (which all good tools already do) and removing duplicates. A text-only PDF compressed by even the best tool typically drops 3-8%. If your text-only PDF compresses 50%, the tool is probably reducing image quality somewhere you didn't expect.
On modern hardware in 2026, yes for files under ~500 MB. The compression algorithms themselves (Ghostscript-style image downsampling, zlib for streams, font subsetting) compile to WebAssembly and run at within 10-20% of native speed. The end-to-end time often favors in-browser because there's no upload step: a 100 MB file on a 10 Mbps connection takes 80 seconds just to upload to a server, before any processing starts. In-browser compression of the same file on a modern laptop finishes in 15-30 seconds total. The exception is very large files (over ~1 GB) where browser memory limits create issues that server-based tools don't have.
It depends on the tool. Conservative compressors preserve the text layer (the OCR results that make a scanned PDF searchable); aggressive compressors that rasterize the page or re-OCR after downsampling can lose or degrade the text layer. If you have a PDF where the OCR layer matters (a contract you need to search later, a scanned book you need to copy text from), test the compressed version: try to select text from a page and verify it copies correctly. If the text comes out as gibberish or empty, the compression damaged the OCR layer. imisspdf, PDF24, and Adobe Acrobat preserve the OCR layer by default at their standard compression levels.
Compress yourself. Email servers don't compress attachments — they have file-size caps (typically 20-25 MB for Gmail/Outlook, sometimes 10 MB for corporate mail) and reject anything larger outright. If your PDF is 35 MB, the email simply bounces. Compressing yourself to under the cap (or ideally well under, to leave headroom for the email envelope) is the only reliable approach. For consistently large files, a file-share link is the better pattern.
Related articles
Best Free PDF Compressor 2026 (Tested)
We tested 10 free PDF compressors in 2026 on file size, quality, privacy, and limits. See the rankings, the comparison table, and which one wins for you.
Best Online PDF Tools 2026
We compared 10 online PDF tool suites in 2026 on breadth, privacy, and free limits. See the rankings, the comparison table, and which free PDF toolkit fits you.
Best PDF Annotator 2026 (Tested & Ranked)
We tested 9 PDF annotators in 2026 on privacy, free limits, and markup tools. See the rankings, the comparison table, and which annotator actually fits you.