How to Compress a PDF for Email Without Wrecking the Quality
6 Min. Lesezeit
You hit send, and the message bounces back: attachment too large. It happens most with PDFs, especially scanned ones, and the fix is rarely obvious. The good news is that a bloated PDF can almost always shrink dramatically, because the thing making it big is usually image data at a far higher resolution than an email attachment needs. This guide explains why PDFs get so heavy, what the actual email size limits are, and how target-size compression works so you can reliably get a file down to 1-2MB. It also covers the one trade-off you need to understand before you compress, so you are not surprised by the result.
Why PDFs get so big in the first place
A PDF is a container. A five-page text document written in Word and exported to PDF might be 80KB, because it stores the text as characters plus a small font description. The same five pages scanned on an office copier can easily be 15MB or more. Nothing changed about the content you can read, but everything changed about how it is stored.
Two things drive the size. The first is images, and above all scanned pages. A scanner captures each page as a full-color or grayscale photo at 300 dots per inch or higher. That is roughly eight million pixels per US Letter page. Ten scanned pages is like attaching ten high-resolution photos. Photos taken on a phone and dropped into a PDF do the same thing.
The second is embedded fonts. To make sure a document looks identical everywhere, PDFs often embed the full font files they use. A few embedded fonts can add hundreds of kilobytes. This matters less than images, but it is why even a text-only PDF is rarely as tiny as you would expect.
What the real email size limits are
Most email providers cap attachments in the 20-25MB range. Gmail allows up to 25MB; Outlook.com is in the same ballpark, around 20MB. But that number is misleading, and treating it as your target is a mistake.
The ceiling is measured after encoding. Email attachments are wrapped in Base64, which inflates them by about 33%. So a 20MB file on disk becomes roughly 27MB in transit and can be rejected even though it looked under the limit.
The bigger problem is the recipient. Corporate mail servers frequently enforce their own limits of 10MB or even 5MB, and those limits apply to your whole message, not just one attachment. A file that leaves your outbox fine can bounce at the other end. This is why the practical target is not 25MB. Aim for 1-2MB and your PDF will sail through almost any inbox, download fast on a phone, and leave room for a second attachment or a long reply thread.
How target-size compression actually works
There is no single dial you can turn to make a PDF a specific size. FileTinker's compress-pdf-to-1mb and compress-pdf-to-2mb tools solve this by rendering each page to an image and then searching for the image settings that hit your ceiling.
Under the hood, the tool has a ladder of settings that runs from sharp and high quality down to aggressively compact. Each rung lowers the render scale, the JPEG quality, or both, so every step down produces a smaller file. Because the sizes only move one direction, the tool can binary-search the ladder: it tries a middle setting, checks whether the result fits your target, then moves toward higher quality if there is room or toward smaller if it overshot. When it finishes, you get the highest-quality version that still fits under the limit you asked for.
Two safeguards matter here. If your PDF is already under the target, the tool hands back your original file untouched rather than re-processing it. And it never returns a file larger than what you started with. If every rung on the ladder still comes out bigger than the target (which can happen with very long documents), it gives you the smallest version it produced and tells you honestly that it could not reach the goal, rather than pretending it succeeded.
The trade-off you need to know about
This kind of compression is not lossless, and it is important to be clear about what changes. To shrink the file, each page is rasterized: it is drawn onto a canvas and saved as a JPEG image, then rebuilt into a new PDF made of those images.
That has one real consequence. Selectable text becomes part of an image. After compression you can no longer highlight, copy, or search the text, and a screen reader can no longer read it. The page looks the same to a human eye, but it is now a picture of the page rather than live text.
There is a second, quieter implication. This approach shines on scanned and image-heavy PDFs, where the page was already a picture. On a lean, text-only PDF it can be counterproductive: turning crisp text into a JPEG may barely shrink the file, and for a very small document it could even come out larger, which is exactly why the tool keeps your original when the rebuild would be bigger.
For most email situations the rasterize trade is fine. You are sending a contract to sign, a receipt, a scanned form, or a report someone will glance at, and none of those need the recipient to copy text out. But if the document's searchability matters, keep an unrasterized copy for your records and only compress the version you email.
Practical tips for a smaller, cleaner file
A few habits keep your PDFs light before you ever reach for a compressor:
- Scan at 150-200 DPI, not 600. For a document meant to be read on screen or printed casually, 200 DPI is plenty and can cut file size by more than half versus 600 DPI.
- Scan in grayscale or black-and-white when there is no color content. A grayscale scan of a text page is a fraction of the size of a full-color one.
- Remove pages you do not need to send. A ten-page PDF where only three matter is far bigger than it needs to be. Split or extract the relevant pages first.
- Target 1-2MB, not 'under 25MB.' It is faster to send, safe against strict corporate limits, and usually indistinguishable in quality for on-screen reading.
- If you only need one page, consider whether an image would do. But when you need the PDF format preserved, compress the whole document instead.
Doing it privately, in your browser
FileTinker's PDF compression runs entirely in your browser. Your file is read into memory locally, rasterized and rebuilt on your own machine, and offered back as a download. Nothing is uploaded to a server, there is no signup, and it is free. For a document you are emailing precisely because it is sensitive (a signed contract, an ID scan, a medical form) that matters: the file never leaves your device.
If you know the exact ceiling you need, use compress-pdf-to-1mb or compress-pdf-to-2mb and let the tool search for the best quality that fits. If you just want it smaller without a hard target, the general compress-pdf tool lets you set the quality yourself. Either way, check the result before sending, since compression quality depends heavily on what is in your document.