How to Compress PDF File Size Without Losing Quality
By Ahtisham ul haq Khan · Founder & Semantic SEO Engineer
· Updated · 9 min read
On this page
- What "quality" actually means inside a PDF
- The DPI thresholds that matter
- The lossless option: preserve exact quality
- Best Result mode: near-original quality at 40 to 70 percent smaller
- When to use a specific target vs Best Result
- Fixing files that look worse than expected after compression
- Compression for print vs compression for screen
- PDF/A and PDF/X: quality-preserving standards
- Frequently asked questions
- Can I compress a PDF without any quality loss at all?
- What is Best Result mode?
- Which is safer for quality: Best Result or a specific target?
- Does compression affect text sharpness?
- Which compression setting preserves photo quality best?
- Is there a "lossless" mode on PDF Compress?
- Which is better for print: compression or original?
- Can I compress a PDF and preserve accessibility features?
- Does compression change PDF colour accuracy?
- Which is better: compress once with Best Result or compress twice at lower quality?
- Can I preview quality before downloading the compressed file?
- Where can I read about the site's editorial standards?
- Lossless PDF optimisation tools compared
- Compression's effect on OCR text layers
- Does compression change the fonts I see when reading the PDF?
- Which is smaller after lossless compression: a PDF with tables or a PDF with photos?
- Can I compress a PDF for a Kindle without losing text quality?
- Can I keep the original PDF layer visible after compression?
- Which compression preset is safest for printing at a professional shop?
- Does compression change PDF file open speed?
Compressing a PDF without losing visible quality is possible when you understand which parts of the file the compressor touches and which it leaves alone. Text stays vector-sharp regardless of the compression level. Images are the only part that ever loses fidelity. This guide covers how to compress a PDF without losing quality at target sizes from 500 KB to 5 MB, the DPI thresholds that keep documents looking sharp, the lossless compression modes for signed and legal files, and the practical rule for picking a target that preserves what matters. It applies to iPhone, Android, Windows, Mac, and Linux. Read on for the how-to, the numbers behind the settings, and eleven direct answers to the questions readers ask most about quality-preserving compression.
What "quality" actually means inside a PDF
A PDF holds three kinds of content: vector text, raster images, and embedded fonts. Each behaves differently under compression.
- Vector text: stored as glyph descriptions, not pixels. Compression doesn't change how text renders. Text stays sharp at any zoom level.
- Raster images: stored as pixels. Compression re-encodes them at lower resolution or lower JPEG quality, and this is where visible quality changes.
- Embedded fonts: stored as a subset of glyph outlines. Compression can shrink fonts by subsetting further (embedding only the letters actually used).
When people say a PDF "lost quality" after compression, they almost always mean the images inside it. Text and font quality is essentially preserved unless you compress at a very small target that forces the compressor to rasterise text to fit.
The DPI thresholds that matter
Image resolution inside a PDF is measured in dots per inch (DPI). Three thresholds guide the decision:
- 72 DPI: screen-viewing floor. Below this, images on a laptop screen look pixelated at 100 percent zoom.
- 150 DPI: the standard "print acceptable" threshold. Small text on scans stays readable, and photos look sharp on A4 prints.
- 300 DPI: the professional print threshold. Anything higher is invisible to the eye unless you're printing at magazine sizes.
Best Result mode on PDF Compress targets 150 DPI. That's the sweet spot for quality-first compression: files shrink by 40 to 70 percent while looking essentially identical to the original on screen and in A4 print.
The lossless option: preserve exact quality
Truly lossless compression on a PDF removes only:
- Duplicate embedded images (multiple copies of the same logo across pages)
- Unused objects (metadata and comments left over from editing)
- Uncompressed streams that can be re-compressed with a lossless codec (Flate)
Adobe Acrobat Pro's "Clean Up" mode does this. Ghostscript's default settings do this. Neither shrinks the file by much: 5 to 20 percent typically. But the output is byte-for-byte equivalent visually because nothing image related changed.
Use lossless when the file has a digital signature that must survive. For that workflow, see the sibling piece on how to compress PDF without losing digital signature.
Best Result mode: near-original quality at 40 to 70 percent smaller
Best Result on PDF Compress applies balanced settings:
- Image resolution: 150 DPI
- JPEG quality: 80 percent
- Font subsetting: on
- Duplicate image detection: on
These settings produce a file that a viewer usually can't tell apart from the original at normal reading zoom. Side-by-side comparisons at 400 percent zoom reveal subtle softness in photos, but at 100 percent both look the same.
For a 10 MB scanned report, Best Result typically produces a 2 to 4 MB output. For a Word-exported document, expect 500 KB to 1.5 MB output for a 2 MB source.
When to use a specific target vs Best Result
Best Result mode wins when quality is the priority and file size is flexible. A specific target mode wins when the portal has a hard limit:
- Portal accepts any reasonable size: use Best Result. Get near-original quality.
- Portal caps at 1 MB: pick the PDF guides. Compressor lands just under 1 MB with the highest possible quality.
- Portal caps at 500 KB: use the 500 KB target. Visible quality still very high.
- Portal caps at 100 KB: accept some image softening. Below that threshold, quality drops noticeably on image-heavy content.
The compressor optimises for the highest achievable quality inside your constraint. It doesn't produce arbitrarily low-quality files.
Fixing files that look worse than expected after compression
Three causes explain most "compressed file looks bad" complaints:
- Source was over-compressed already: a PDF that's already been through aggressive compression starts with soft images. Compressing again makes it worse. Go back to the original source (Word doc, scanner output) if you have it.
- You picked a target that's too small for the content: a 40-page colour scan compressed to 100 KB looks awful. It has to. Try 500 KB or 1 MB instead.
- You're comparing at 400 percent zoom: compressed PDFs look fine at 100 percent viewing size but reveal artefacts when zoomed in. Judge quality at normal reading zoom.
If the file still looks unacceptable at a larger target, re-render the source at a lower initial resolution instead of compressing an already-processed file.
Compression for print vs compression for screen
Print jobs and screen viewing tolerate different DPI. Match the compression settings to how the file will be used:
- Screen only (email, portal upload): 150 DPI is more than enough. 96 DPI is fine for many documents.
- A4 print: 150 DPI is the floor. 200 DPI looks slightly better but doubles file size.
- Large-format print (A3 poster, magazine): keep 300 DPI. Compression should be lossless only.
- Publishing to a press: avoid PDF compression entirely. Send the original master file.
For everyday screen use, Best Result mode is the right call. Aggressive compression is only worth it when a portal insists on a specific size.
PDF/A and PDF/X: quality-preserving standards
Two PDF sub-standards enforce quality preservation:
- PDF/A: designed for long-term archival. Fonts are fully embedded (not subsetted), colours use a fixed profile, and images are stored in lossless or high-quality lossy format. Files are larger than a normal PDF but the quality doesn't degrade over time.
- PDF/X: designed for professional print. Colours are CMYK, images are 300 DPI or higher, fonts are fully embedded. Not compressible without breaking the standard.
If your workflow requires PDF/A or PDF/X compliance, compression options are limited to lossless only. Don't compress these files aggressively; the compliance breaks.
Frequently asked questions
Can I compress a PDF without any quality loss at all?
Yes, with lossless compression. Files typically shrink by 5 to 20 percent. Beyond that, images must be re-encoded, which is where quality trades against size.
What is Best Result mode?
Best Result is a balanced compression preset that uses 150 DPI images at 80 percent JPEG quality. It produces files that look essentially identical to the original at normal viewing zoom, and shrinks most files by 40 to 70 percent.
Which is safer for quality: Best Result or a specific target?
Best Result when you have no size constraint. A specific target when the portal has a hard limit. Both preserve text quality; only image quality varies with the target.
Does compression affect text sharpness?
No, for typical compression. Text is stored as vector glyphs and stays sharp at any zoom. Only when the compressor rasterises text (which happens at very small targets below 50 KB per page) does text sharpness suffer.
Which compression setting preserves photo quality best?
Best Result at 150 DPI, JPEG quality 80. Photos look sharp on screen and in A4 print. For larger prints or professional use, keep the original at 300 DPI.
Is there a "lossless" mode on PDF Compress?
Best Result mode is the closest option. True lossless mode requires Adobe Acrobat Pro's Clean Up settings or Ghostscript's default preset. Both shrink files less aggressively but keep every image at the original resolution.
Which is better for print: compression or original?
Original for large prints, compressed for A4 or smaller. At A4 letter size, 150 DPI compressed images look indistinguishable from 300 DPI originals on paper. Above A4, keep the source uncompressed.
Can I compress a PDF and preserve accessibility features?
Yes. Compression doesn't remove tags, bookmarks, or the text layer used by screen readers. Accessibility features stay intact.
Does compression change PDF colour accuracy?
Slightly. JPEG encoding shifts colours by small amounts, mostly invisible on screen. For colour-critical work (design proofs, brand assets), stick to lossless compression or leave the file uncompressed.
Which is better: compress once with Best Result or compress twice at lower quality?
Compress once with Best Result. Multiple compression passes stack JPEG artefacts and degrade quality more than a single higher-target pass.
Can I preview quality before downloading the compressed file?
Not directly on PDF Compress. The compressed file is generated and downloaded together. Preview the downloaded file locally before deleting the original. If quality isn't acceptable, try a larger target.
Where can I read about the site's editorial standards?
The editorial policy explains how each guide is written, reviewed, and updated. Ahtisham ul haq Khan writes and maintains the technical content.
Start with Best Result mode when quality matters most. Move to a specific size target only when the portal demands it, and pick the largest target the portal accepts to preserve as much quality as possible.
Lossless PDF optimisation tools compared
Three tools handle lossless PDF optimisation well.
- Adobe Acrobat Pro PDF Optimizer with Clean Up mode: the most conservative option, focused on removing unused objects and duplicate resources. Typical shrink is 5 to 15 percent. Best for regulated documents where visible quality must not change at all.
- Ghostscript with default preset: re-compresses uncompressed streams using Flate (lossless). Typical shrink is 10 to 20 percent. Free and scriptable.
- qpdf command-line tool: the strictest option, focused purely on structural optimisation. Typical shrink is 3 to 10 percent. Best when the file needs to remain byte-compatible in structure but smaller in size.
Pick based on whether you care more about maximum shrink (Ghostscript) or minimum change (qpdf).
Compression's effect on OCR text layers
OCR text layers add searchable text on top of a scanned image. Compression preserves the OCR layer because it's stored as vector text underneath the image, not as pixels. Search functions (Command F, Ctrl F) still work on a compressed OCR'd PDF.
The image below the OCR layer gets compressed like any other image. If the compression is aggressive, the visible text on the page might blur while the OCR layer still contains the correct characters. That's fine for search but noticeable if someone reads the file on screen.
When the OCR quality matters (searchable archives, legal discovery), keep the target at 500 KB or larger. Below that, the visible image starts to blur enough that the correspondence between what you see and what the OCR layer says becomes unreliable at high zoom.
Does compression change the fonts I see when reading the PDF?
No. Fonts are stored as vector outlines. Compression can subset the font (keep only the glyphs actually used) but the visual appearance stays identical.
Which is smaller after lossless compression: a PDF with tables or a PDF with photos?
Tables compress more. Vector shapes like table borders and cells reduce dramatically with Flate. Photos, being pixel data, don't benefit as much from lossless compression.
Can I compress a PDF for a Kindle without losing text quality?
Yes. Text stays sharp regardless of compression settings. For Kindle, aim for a moderate target (1 MB or 2 MB) to keep any embedded images sharp on the device screen.
Can I keep the original PDF layer visible after compression?
Yes. Compression re-encodes underlying image and font data but preserves the visible page layout, colours, and content order. The rendered page looks the same as before.
Which compression preset is safest for printing at a professional shop?
Best Result with 150 DPI images works for A4 letter size. For larger formats or press-quality print, keep the source uncompressed and send the master file to the printer.
Does compression change PDF file open speed?
Slightly. Smaller files open faster on any device because there's less data to decode. The difference is a fraction of a second for typical files, more noticeable for very large PDFs on slow storage.
Related articles
How to Compress Image Size in iPhone
Four ways to shrink an iPhone JPEG, PNG, or HEIC without an app: camera settings, Mail Drop, Files convert, or a browser tool.
How to Compress PDF to 300kb
300 KB is the middle ground for UK visa boxes and scholarship portals. Fastest method, when 300 KB beats 200 or 500 KB, and 12 FAQs.
How to Compress PDF Without Losing Digital Signature
Compression breaks certificate-based signatures. The four safe workflows: compress before signing, incremental update, lossless only, or re-sign.