How to Compress a PDF for Email Without Losing Quality
You hit Send on an important email and Gmail bounces it back: "Attachment exceeds the 25 MB limit." Outlook caps you at 20 MB. Most corporate mail servers cut off somewhere between 10 and 35 MB. The PDF you're trying to send β a contract with a few scanned pages, a photo-heavy proposal, a presentation exported with high-res images β is sitting at 38 MB and your deadline is in twenty minutes. You can't strip pages without changing the document. You don't want to send a Dropbox link if you can avoid it. You need the file smaller, and you need it to still look professional. This guide walks through exactly how PDF compression works, what kind of compression ratio you can realistically expect from different document types, the quality tradeoffs at each setting, and when compressing is the wrong answer entirely.
Why PDFs end up huge in the first place
A PDF is a container. It can hold vector graphics, text, embedded fonts, raster images, attached files, JavaScript, form data, and digital signatures. Most of the time, when a PDF is unexpectedly large, it's one of three culprits.
The biggest is embedded raster images. A scanned page captured at 300 DPI in full color is roughly 8 megapixels. Stored as uncompressed RGB, that's 24 MB per page. PDFs do compress images β usually with JPEG for photographs and Flate (zip) for diagrams β but a 50-page color scan can still come in at 100 MB. If your PDF was created by a phone scanning app, every page is essentially a photo, and the file size reflects that.
The second is embedded fonts. PDFs are designed to render identically on any device, which means they bundle the fonts they use. A full TrueType font can be 200β500 KB, and some documents embed entire font families they only use one weight from. Modern PDF exporters subset fonts (include only the glyphs actually used), which dramatically reduces this, but older or carelessly produced PDFs may not.
The third is embedded resources that aren't strictly necessary β color profiles, thumbnails, JavaScript actions, file attachments, redundant copies of identical images, and metadata. Acrobat's "Save As Optimized" feature can strip many of these without changing how the document looks. The PDF Association maintains useful guidance on what's safe to remove versus what's structurally important (e.g., for accessibility tagging in PDF/UA documents).
How PDF compression actually works
Compression isn't one technique β it's a stack of techniques applied to different parts of the document. Understanding which lever does what helps you pick the right setting.
Image downsampling is usually the biggest win. If your PDF will only ever be viewed on screen, the 600 DPI images inside it are wasted bits. Downsampling to 150 DPI for screen viewing or 200 DPI for "good enough" printing can shrink image-heavy PDFs by 70β90%. The tradeoff: zooming in past 200% will look noticeably softer.
Image recompression changes the encoding of embedded images. JPEG quality settings of 80β90 are visually indistinguishable from the original for most photographs but cut size by half versus quality 100. For scanned text-and-line-art pages, JBIG2 (a black-and-white compressor) can reach absurd ratios β a thousand-page scanned book at 30 MB is realistic. The downside of aggressive JBIG2 is the rare but documented "character substitution" risk, where the codec mistakenly merges visually similar glyphs; the Xerox scanner incident is the classic case study.
Font subsetting and deduplication removes glyphs that aren't actually used in the document and merges identical fonts referenced multiple times. Savings vary β typically 5β15% on text-heavy documents, more if the source was sloppily exported.
Object stream compression uses Flate (the same algorithm as gzip) on the document's internal object structure. This is universal β every modern PDF library does this β and contributes another 10β20%.
Linearization ("Fast Web View") reorganizes the file so it can be displayed before fully downloading. It doesn't reduce size β usually adds 1β2% β but it makes the file feel faster when shared.
A good compressor pipeline applies these in the right order: deduplicate first, downsample images second, recompress images third, then re-serialize with Flate. Doing them in the wrong order leaves bytes on the table.
What compression ratios should you actually expect?
Marketing copy from PDF tools tends to promise "up to 90% compression!" That's not lying β it's just cherry-picking. Real-world ratios depend entirely on what's in your document. Here's a realistic breakdown:
| Document type | Typical input size | Realistic compressed size | Ratio | Quality impact |
|---|---|---|---|---|
| Phone-scanned color document (50 pages) | 80 MB | 6β12 MB | 85β92% | Slight softness if zoomed |
| Photo-heavy presentation export (30 slides) | 40 MB | 8β15 MB | 60β80% | Photos visibly recompressed |
| Mostly-text business report | 5 MB | 3β4 MB | 20β40% | None visible |
| PDF already compressed once | 10 MB | 9β10 MB | 0β10% | Diminishing returns |
| Vector-only diagrams (CAD export) | 15 MB | 14β15 MB | 0β5% | Compression doesn't help vectors much |
| Scanned black-and-white book (300 pages) | 200 MB | 8β20 MB | 90β96% | Excellent with JBIG2 |
The single biggest predictor is image content. If your PDF is mostly text, don't expect miracles β the file is already close to its information-theoretic floor. If it's full of photos or scans, you can almost always cut it dramatically without anyone noticing.
A workflow that actually fits the email limit
Here's the practical sequence to get a PDF under Gmail's 25 MB cap (or Outlook's 20 MB) without it looking awful.
1. Check the size first. Right-click the file and look at properties. If you're at 26 MB, you have an easy job. If you're at 200 MB, you may need to split rather than compress.
2. Open ScoutMyTool's compressor. Go to https://scoutmytool.com/pdf/compress-pdf. Like our merge tool, it runs entirely in your browser β your document doesn't get uploaded.
3. Pick a quality preset.
- High quality (recommended for contracts and reports): Downsamples images to 200 DPI, JPEG quality 85. Looks identical to the original on screen.
- Medium (recommended for email): 150 DPI, JPEG quality 75. Slightly softer images, fine for screens.
- Low (last resort): 96 DPI, JPEG quality 60. Visibly compressed but readable. Use only if Medium isn't enough.
4. Run it and check the result. Open the compressed file before sending. Zoom to 100% and skim every page. If anything looks unacceptably bad, re-run at a higher quality setting.
5. If you're still over the limit, decide: compress harder or split? Compressing a 100 MB PDF down to 25 MB will be visibly degraded. Splitting it into a 50 MB part 1 and 50 MB part 2 β each compressed lightly β usually looks much better at the same total size. Use https://scoutmytool.com/pdf/split-pdf if your recipient is fine with two emails.
6. As a fallback, send a link instead. Gmail has built-in Drive integration for files larger than 25 MB; it converts the attachment into a shareable link automatically. For one-off shares, this is often the right answer.
If your PDF contains sensitive content, you can also add a password before sending β useful when emailing over networks you don't fully trust.
Frequently asked questions
What's the smallest I can make a PDF without it looking bad? For documents with images, around 30β40% of the original size is usually the sweet spot β aggressive enough to clear most email limits, gentle enough that quality looks intact at 100% zoom.
Will compressing a PDF affect the text quality? No. Text in PDFs is stored as vector instructions (font + glyph IDs + positions), and compression doesn't degrade vectors. Only embedded raster images are affected by lossy compression.
Can I compress a password-protected PDF? Most tools (including ScoutMyTool) require you to enter the password first to unlock the document for processing. The compressed output can be re-protected afterward.
Why is my compressed PDF the same size as the original? The PDF was probably already compressed by whatever created it. Re-compressing already-compressed JPEGs or already-Flate-encoded streams produces almost no further reduction. In rare cases the file may even grow by a few percent due to overhead.
Does compression reduce print quality? At 200 DPI it's hard to tell the difference on home printers. At 150 DPI you may notice slight softness on photographs in printed output. For professional print (commercial offset), don't compress below 300 DPI β but you wouldn't be emailing those files anyway.
Is it safe to send sensitive PDFs over email even after compressing? Compression is unrelated to security β it doesn't add or remove encryption. If a document is sensitive, password-protect it separately or use a secure sharing channel like an end-to-end encrypted file transfer.
Why do my scanned documents stay huge even after compressing? Phone-scanned PDFs often store full-resolution color photos for every page, even when the content is black-and-white text. Re-scan with a "document" mode that captures grayscale at lower DPI, or use a compressor that detects scanned content and applies JBIG2.
Wrapping up
Compressing a PDF for email is mostly about images. Downsample them, recompress them at quality 75β85, and most documents will fit comfortably under any mail server's limit without visibly losing quality. For text-heavy PDFs, expect modest savings; for image-heavy ones, expect dramatic ones. When the file is genuinely too big to compress sanely, split it or share via a link instead. ScoutMyTool's compressor handles the whole pipeline in your browser, free and without uploads.