2026-07-27 · By SnapFetch
How to Shrink a PDF Without Wrecking It
Email attachment limits and upload caps have a way of showing up at the worst moment. The good news: a big PDF is almost always big because of the pictures inside it, not the words. That gives you a clean way to shrink it, and a clear idea of how much to expect.
Why PDFs get heavy
Text in a PDF is tiny. The characters themselves are stored as instructions - draw this glyph from this font at this position - so a whole book's worth of words is a few hundred kilobytes. Even the embedded font is usually well under a megabyte.
What blows the size up is images. A scanned page, a full-bleed photo, a screenshot-heavy report: those can be several megabytes each, and they are very often saved at far higher quality than anyone will ever perceive. A page scanned at 600 DPI and then viewed on a laptop screen is carrying maybe four times the pixels it needs. Slide decks exported to PDF are the worst offenders, because presentation software tends to embed every pasted image at its original resolution regardless of how small it appears on the slide.
This is why "compress the PDF" and "compress the images in the PDF" are, in practice, the same operation.
Recompress the images, keep the text
The trick is to re-encode only the images at a lower quality and leave the text and layout completely untouched. That is exactly what Compress PDF does.
You pick a level, and the levels are real JPEG quality settings rather than vague labels:
- Basic - quality 85. A light pass. Visually indistinguishable from the original in almost every case, with a modest size saving.
- Moderate - quality 60. The default, and the right answer most of the time. Most people cannot spot the difference on screen, and the saving is substantial.
- Strong - quality 30. Aggressive. Use it when the file has to fit under a hard limit and legibility matters more than fidelity. You will see softening on detailed images.
Before you commit, the tool shows the real estimated output size for each level, computed from your actual file rather than a rule of thumb. So the decision is "12 MB, 4 MB, or 1.8 MB" rather than "light, medium, or heavy" - which is a much easier decision to make.
Because the text layer is never touched, it stays sharp and selectable. Search still works, copy-paste still works, and a screen reader can still read it. You are only trading image detail.
What compression cannot do
Worth setting expectations honestly, because this is where people get frustrated.
If your PDF is mostly text to begin with, there is very little to squeeze, and a compression pass will return something close to the size you started with. That is not a failure - there was simply nothing there to remove. A 900 KB text-only report is already about as small as that content gets.
Compression also cannot help a scanned document as much as you would hope if the scan is a single enormous image per page at high DPI. It will help, but the ceiling is set by the resolution the scanner chose. Rescanning at 200-300 DPI beats compressing a 600 DPI scan.
And it is not reversible. The discarded detail is gone from the output file. Keep the original if the document is one you may need at full quality later - an archival contract, artwork, anything going to print.
The same idea for Office files
Word, Excel, and PowerPoint files bloat the same way, and usually for the same reason: pasted-in images at full resolution.
- Compress Word for
.docand.docx - Compress Excel for spreadsheets carrying charts and logos
- Compress PowerPoint for decks, which is where the biggest wins usually are
Each recompresses the embedded pictures while leaving text, formulas, slide structure, and formatting exactly as they were. The same three levels apply.
For a single image rather than a document, Compress Image does the same job directly - and it is often the better tool when the image is what you are actually sending.
A quick decision guide
- Attachment slightly over the limit? Compress PDF at Basic, and you keep essentially full quality.
- Well over, and it is image-heavy? Moderate. This is the common case.
- Hard cap and it has to fit? Strong, then check the result before sending.
- Mostly text and still too big? Compression will not save you. Look at whether the file has embedded fonts you do not need, or split it with Split PDF and send the relevant section.
- It is really a stack of photos? Compress each image first, then combine with Image to PDF.
Limits worth knowing
Uploads here are capped at 20 MB and 50 pages per PDF, and everything you upload or download is deleted from our servers automatically one hour later. There is no account, no watermark on the output, and no quality tax for not paying - the Basic level really is quality 85.
For anything image-heavy, a single pass is often the whole difference between "too big to send" and "done."