How to Compress a PDF Without Losing Quality
A 40 MB PDF that will not attach to an email is one of the most common document problems there is. The good news: most oversized PDFs are large for one or two very fixable reasons.
What actually makes a PDF large
Three things dominate PDF file size: embedded images, embedded fonts, and redundant document structure left behind by whichever program produced the file.
Images are almost always the biggest factor. A scanned page photographed at 12 megapixels can weigh several megabytes on its own, and a 30-page scan quickly becomes unmanageable. Fonts matter less, but a document that embeds four full font families adds up. Structural bloat — duplicated resources, unused objects, old revision data from repeated saves — is invisible but real.
Structural optimisation: the safe first step
Rebuilding a PDF's internal structure is completely lossless. Nothing in the visible page changes; the file is simply written more efficiently, with shared resources stored once and unused objects dropped.
This is what our Compress PDF tool does in your browser. If your file grew through many rounds of editing, this alone can cut a noticeable slice off the size. If the file is mostly photographs, expect a modest change — and we will tell you that honestly rather than showing you a fake percentage.
Reducing image weight
For image-heavy documents, the real win is downsampling: reducing image resolution to what the output actually needs. 150 DPI is plenty for on-screen reading; 300 DPI is the norm for print. Scanning at 600 DPI and emailing the result wastes bandwidth for no visible benefit.
Set the resolution at scan time when you can. If the PDF already exists, re-export it from the source application with a lower image quality setting, or rebuild it from downsampled images using our JPG to PDF tool.
Trim what you do not need
Before compressing, ask whether every page belongs. Cover sheets, blank scanner pages and duplicated appendices are pure weight. Delete PDF Pages and Extract PDF Pages both handle this in seconds, and removing five scanned pages beats any compression setting.
A sensible workflow
Remove unnecessary pages, then run a structural optimisation, then check the result. If the file is still too big and it is image-based, go back to the source and re-export at a lower resolution. Compressing an already-compressed file repeatedly does not help — JPEG data does not shrink twice without visible damage.
Frequently asked questions
Does compressing a PDF reduce its readability?
Lossless structural optimisation does not change how the page looks at all. Image downsampling can, which is why it is worth choosing a target resolution deliberately rather than accepting an aggressive default.
Why did my file barely get smaller?
It was probably already well optimised, or its size comes almost entirely from image data that only downsampling can reduce.
Is there a maximum file size for browser tools?
Everything runs in your device's memory, so very large files (roughly above 100 MB) may be slow or fail depending on your device.