How to Reduce PDF File Size Without Losing Quality
A bloated PDF is one of those small frustrations that shows up at the worst moments — when an email bounces, when an upload portal rejects your file, or when a shared folder fills up. The good news is that most PDFs are far larger than they need to be, and you can shrink them dramatically without anyone noticing a drop in quality.
Why PDFs get so big in the first place
PDFs combine text, vector graphics, and images into one container. Text and vectors are tiny. Images are not. A single full-page scan at 600 DPI can weigh more than a hundred pages of plain text. When a PDF feels heavy, the cause is almost always embedded images: scanned pages, photos, screenshots, or high-resolution logos repeated on every page.
- Scanned documents — each page is essentially a photograph.
- Embedded fonts that were never subset to the characters actually used.
- Images saved at print resolution (300–600 DPI) when screen resolution (96–150 DPI) is plenty.
- Duplicate image data repeated across pages instead of referenced once.
The key idea: compress images, keep text vector
The reason you can shrink a PDF without visible quality loss is that text stays vector-based. Vectors are mathematical descriptions of shapes, so they render perfectly crisp at any size and barely affect file weight. Compression targets the images: it recompresses them with a smarter codec and, where appropriate, lowers their resolution to match how the document will actually be viewed.
If a document will be read on a screen or printed on a normal office printer, there is no benefit to keeping images at 600 DPI. Bringing them to 150 DPI can cut the file size by 70–90% with no perceptible difference.
How to compress a PDF safely
- Start with a balanced compression level and check the result before going more aggressive.
- Open the compressed file and zoom in on text and any fine detail — it should look identical.
- For documents headed to a print shop, keep images at 300 DPI; for everything else, 150 DPI is fine.
- If a scan is mostly text, run OCR first so the text becomes selectable and the page compresses better.
What to avoid
Don't compress the same PDF over and over — each aggressive pass recompresses already-compressed images and can introduce visible artifacts. Compress once from the original whenever you can. And don't trust a tool that uploads your file to a server you don't control; for anything sensitive, use a tool that processes the file locally in your browser.
That last point matters more than people realize. A compressed PDF is only useful if getting it didn't expose the contents of the document along the way.
Frequently asked questions
Does compressing a PDF lower its quality?+
Text stays perfectly sharp because it is vector-based. Only images are recompressed, and at a balanced level the change is invisible on screen and in normal printing.
What's a good target size for emailing a PDF?+
Under 20 MB clears Gmail, Outlook, and most corporate mail servers. Under 10 MB is safer still.
Is it safe to compress a confidential PDF online?+
Only if the tool processes the file in your browser rather than uploading it. PDF150 compresses locally, so the document never leaves your device.