How to Reduce PDF File Size Without Losing Quality
Practical techniques to shrink PDF files for email, web upload, and sharing — without degrading text sharpness or making images look terrible.
Written by Alex · Developer & Founder
Solo developer based in Adelaide, Australia. Built MyEasyTools to make everyday file and text tasks faster and free for everyone.
Get more from MyEasyTools — No ads, higher limits, faster processing
Work through the examples yourself with our free tool
Try PDF Compressor →A PDF that's 28 MB and needs to go under 10 MB for an email attachment is a problem I've had to solve more times than I'd like. The good news: most bloated PDFs can be reduced by 50–80% without any visible change in quality, if you understand what's actually driving the file size.
Step 1: Understand what's making your PDF large
Before applying any compression, open the PDF's properties and check the page count and embedded resources. File size usually comes from one of three sources:
High-resolution raster images. A PDF exported from InDesign with 300 DPI press-quality images for web delivery is massively over-specified. Screen resolution is 72–96 DPI; even print-quality web PDFs only need 150 DPI. Every extra DPI is wasted storage.
Unsubsetted fonts. Old or poorly-produced PDFs sometimes embed complete font files rather than subsetting them (keeping only the glyphs actually used). A single full font can add 200–400 KB. A 50-page document might have 5–8 fonts fully embedded.
Duplicate resources. Some PDF generators create duplicate image objects for images that appear multiple times — the same logo on every page might be stored 20 separate times instead of once.
Inefficient object streams. Older PDFs don't use deflate compression on their internal data streams. This is like leaving a ZIP file unzipped.
Step 2: Choose the right compression approach
For image-heavy PDFs (scans, reports with photos)
This is where compression earns the biggest gains. The technique is image downsampling — reducing the DPI of embedded raster images from whatever they are down to what's actually needed.
For a PDF you'll only view on screen or email: 96–120 DPI is sufficient. For one that might be printed on a standard office printer: 150 DPI. For professional printing: 300 DPI (don't compress this at all).
I tested this on a 25-page scanned contract at 300 DPI. Downsampling to 150 DPI with JPEG quality 75 brought it from 18.3 MB to 4.1 MB — a 78% reduction. The text was still perfectly readable on both screen and standard printing.
Use our PDF Compressor to apply this. The "Medium" compression preset targets 150 DPI at quality 70 — start there and step up only if you need more reduction.
For text-heavy PDFs (contracts, reports, spreadsheets)
Aggressive image compression helps less here. The right approach is object stream compression and font subsetting. Most good compressors do this automatically, but some legacy PDF tools don't.
I've seen a 40-page legal contract shrink from 2.1 MB to 890 KB just from proper deflate compression on object streams, with no visible change whatsoever.
For PDFs with mixed content
Use medium compression first and review the output carefully before sending. For anything going to print, check the output at 200% zoom before settling on a compression setting.
Step 3: What to avoid
Don't use "print to PDF" as a compression method. Printing a PDF to a new PDF (on Windows: Microsoft Print to PDF; on Mac: Save as PDF from the Print dialog) does reduce file size, but it rasterises all vector content and text. Your previously crisp text becomes a raster image — you lose searchability, copy-paste ability, and the text looks noticeably softer. Don't do this.
Don't compress the same PDF twice. Running a JPEG image through compression twice applies lossy degradation twice. The output from the second pass is measurably worse than applying one moderate compression. Always compress from the original.
Don't use maximum compression for anything that will be printed at large format. Maximum compression drops DPI to 72–96, which looks fine on screen but prints poorly above A4 at close inspection.
The practical workflow
- Open the PDF and check its properties (file size, page count, embedded resources if visible)
- If it's a scanned document or photo-heavy PDF, use Medium or High compression in the PDF Compressor
- If it's a text-heavy PDF (contracts, reports), use Low compression first — often enough
- Check the output: open at 200% zoom and verify text is sharp, images are acceptable
- If still too large, step up one compression level and repeat
For most PDFs, one pass at Medium produces a result that's indistinguishable to the recipient but 50–70% smaller. That's the sweet spot.
FAQ
Why is my PDF large even though it only has text? Unoptimised fonts or inefficient object streams are the usual causes. A text-only PDF should typically be under 500 KB for 10 pages. If yours is 5 MB, the PDF was likely generated by an older tool without deflate compression. Low compression in our PDF Compressor usually fixes this.
Will compression make my PDF unsearchable? No — compression affects image quality, not the text layer. Text remains fully searchable, copy-pasteable, and screen-reader accessible regardless of compression level. Only "print to PDF" destroys text searchability.
Is there a maximum number of pages I can compress? Our PDF Compressor has no page limit. Free users can compress up to 25 MB; Pro users up to 200 MB.
Can I compress a PDF that's already been compressed? Technically yes, but you'll see diminishing returns and potential quality degradation on images. Always compress from the original file, not a previously compressed version.
Does compression change the PDF's resolution for print? Yes — Medium and High compression reduce embedded image DPI. For anything going to a professional print shop, either use Low compression or keep the original for print and use the compressed version for email/web delivery only.