How to Compress a PDF Without Losing Quality
By Daniel Mercer · Aug 3, 2026 · 6 min read
What actually makes a PDF file huge?
Images. In a typical oversized PDF, more than 90 percent of the bytes belong to embedded images, and the rest is split between fonts, vector drawings and the text itself. A page of pure text weighs a few kilobytes. One photo taken on a modern phone weighs a few megabytes. That imbalance is the whole story of PDF compression: if you shrink the images intelligently, the file collapses in size while every letter on the page stays vector sharp.
This is also why two PDFs with the same page count can differ in size by a factor of a hundred. A 40 page contract exported from Word might be 300 KB. A 4 page scan of the same contract can hit 30 MB, because every page is one giant photograph of paper.
The three levers that shrink a PDF
Every PDF compressor, from Acrobat to the tool on this site, pulls some combination of three levers:
1. Image downsampling. A photo embedded at 300 DPI holds four times the pixels of the same photo at 150 DPI. Screens display around 96 to 150 DPI, so downsampling to 150 DPI throws away detail no monitor could show anyway. This single step usually delivers the biggest win.
2. Image re-encoding. Images inside PDFs are often stored losslessly or at unnecessarily high JPEG quality. Re-encoding them at JPEG quality 75 cuts their size by half or more with differences you would need a loupe to spot.
3. Structure cleanup. Unused fonts, duplicate resources, editing metadata and uncompressed content streams all ride along invisibly. Rebuilding the file discards this dead weight. It rarely saves megabytes on its own, but it is pure profit: nothing visible changes at all.
What settings should you use?
It depends on where the PDF is going. These are the settings professionals actually use:
Email and web sharing: 150 DPI, JPEG quality 75. Text stays perfect, photos look clean on any screen, and files usually land at 10 to 25 percent of their original size.
Archiving and print: 300 DPI, JPEG quality 85 or higher. Print output needs the extra resolution, so accept the larger file.
Getting under a hard limit (a portal that caps uploads at 2 MB, for example): start at 150 DPI quality 70 and step down to 120 DPI if needed. Below 100 DPI, photos visibly soften, so treat that as the floor for anything a human needs to look at.
One honest warning: if a PDF is already mostly text, there is little left to squeeze. A 200 KB text document might only drop to 150 KB. Massive savings come from image heavy files, because that is where the bytes live.
Scanned PDFs are a special case
A scan has no real text layer: each page is one large image, so compression touches everything on the page, including the words. Two rules keep scans readable. First, never go below 150 DPI, because letterforms start to smear at 120 and below. Second, if your scanner offers black and white or grayscale mode, use it at scan time: a 1 bit black and white page is dramatically smaller than the same page scanned in full colour, before any compression even begins.
If you need to fix a scan after the fact, extract the text with our free PDF to text tool or run OCR on the page images, then rebuild a real text PDF that will be a fraction of the size.
How to compress a PDF in your browser, step by step
Our free PDF compressor runs entirely on your device. The file never uploads anywhere, which matters for contracts, medical records and anything else you would not email to a stranger.
Open the tool, drop your PDF on the upload area, pick a compression level, and download the result. The tool reports the exact size reduction so you can decide whether to try a stronger setting. If you also need to remove pages to save space, reorder or delete pages first, then compress what remains. For a document that needs edits before sending, the free PDF editor handles text, signatures and checkboxes in the same private, browser only way.
Try it free, no upload required
Compress any PDF in seconds. Your files never leave your browser.
Free PDF CompressorFrequently Asked Questions
Why is my PDF so large in the first place?
Almost always images. A PDF scanned at 300 DPI or assembled from phone photos carries far more pixel data than any screen can display. Text, fonts and vector graphics cost almost nothing by comparison. That is why shrinking the embedded images produces nearly all of the size reduction, and why a text only PDF barely compresses at all.
What is a safe compression level for a PDF I need to email?
Downsampling images to 150 DPI with JPEG quality around 75 is the accepted standard for email and online sharing. Text is stored as vectors, so it stays perfectly sharp at any setting, and photographs remain clean on screen. Keep 300 DPI only for documents headed to a printer, where the extra resolution actually gets used.
Does compressing a PDF make the text blurry?
Not in a normally created PDF. Text lives in the file as vector outlines and compression never touches it. The exception is scanned documents, where the entire page including the words is one image. For scans, stay at or above 150 DPI and the text remains comfortably readable; below 120 DPI, letterforms begin to smear.
Can I compress a PDF to a specific size like 1 MB?
Yes, by tuning image DPI and quality until the output lands under the target. A 20 page text document compresses far below 1 MB without effort. Image heavy files may need 120 DPI or lower to fit. Run a moderate setting first, check the reported output size, and only step down further if you are still over the limit.
