How to Compress a PDF Under 1 MB for Email
By PDFwarp · · 5 min read
Get a PDF under 1 MB for email or an upload form. What actually shrinks a PDF, what doesn't, and the settings that matter.
Most portals that reject a PDF don't tell you why — just "file too large" and a red border. If you're staring at a 4 MB PDF and a 1 MB limit, here's what's actually happening inside the file, what compression can and can't fix, and how to get it under the line without redoing the whole document.
Why your PDF is that size in the first place
A PDF's size comes from three things: embedded images, embedded fonts, and — for scanned documents — the resolution the scanner used. Text itself is nearly free; a 40-page contract with no images might be 200 KB. A 3-page flyer with two high-resolution photos can easily be 5 MB. If you're not sure which one you're dealing with, open the file and look: if you can select and copy the text, it's a digital PDF and images are your problem. If you can't select anything, it's a scanned image pretending to be a PDF, and the whole page is an image.
This matters because compression tools mostly attack one thing: image data. Re-encoding text isn't a thing — text is already stored efficiently as vector outlines. So a compressor's real job is finding every embedded image, lowering its resolution and JPEG quality, and writing it back into the PDF structure without touching the text layer.
The DPI and quality math that actually moves the needle
Scanners commonly default to 300 DPI (dots per inch) because that's a reasonable print resolution. But almost nobody is printing your emailed PDF — they're reading it on a screen, and a typical monitor renders at roughly 96–110 DPI. Anything captured above about 150 DPI is detail your eyes can't use on screen; it's pure file-size cost.
Dropping a 300 DPI scan to 150 DPI cuts the pixel count to roughly a quarter, and combined with JPEG quality around 70–75% (a level where the loss is not visible at normal viewing size), image-heavy PDFs typically shrink by 50–80%. A 15 MB scanned PDF landing at 2–4 MB after that treatment is a normal, not exceptional, result. A born-digital PDF with light image content might only drop 10–20%, because there wasn't much image weight to remove in the first place — no compressor can shrink text you can select.
That's the ceiling to know going in: if your file is mostly text, compression alone probably won't get you from 4 MB to 1 MB. If it's mostly scanned pages or photos, it usually will.
Step by step
1. Open Compress PDF and upload the file. No account needed for a single compression.
2. The tool shows you the resulting size before you commit to downloading — check it against your 1 MB target before you download and re-upload somewhere else.
3. If it's still over the limit, the next-cheapest fix isn't running compression twice (that mostly just re-compresses an already-lossy JPEG and can make artifacts worse) — it's removing pages you don't need, or splitting the document with Split PDF and sending the relevant pages only.
4. For scanned documents specifically: if the original source (a photo, a raw scan) is available, re-scanning at a lower DPI from the start beats compressing an already-oversized file after the fact.
What compression won't fix
- A text-heavy PDF with no images. There's nothing left to compress once the images are gone; you're looking at page count reduction or an actual reformat, not a compression setting.
- Fonts embedded multiple times. Some PDF generators (older Office exports, some scanners) embed the same font subset per page instead of once. A compressor can sometimes deduplicate this, but it's a smaller win than image re-encoding — often single-digit percent.
- Vector graphics and charts. These are already efficient; re-encoding them as JPEG can actually make them larger and blurrier, which is why a decent compressor should leave vector content alone rather than rasterizing everything indiscriminately.
When to stop compressing and start splitting
If you've already dropped resolution and quality and you're still over budget, you've hit the point of diminishing returns — further quality cuts start showing visible artifacts on text-adjacent images (signatures, letterhead logos, stamped seals) before they buy you much more size. At that point, splitting the document and sending only the pages that matter, or switching from email attachment to a shareable link, gets you there faster than a third compression pass. For more on that tradeoff, see Why Your Email Rejects PDFs Smaller Than the Advertised Limit.
FAQ
Will compressing a PDF twice make it smaller?
Rarely helps and can hurt. The second pass re-compresses images that are already lossy, which mostly adds JPEG artifacts rather than removing meaningful data. One well-chosen compression pass beats several aggressive ones.
Does compression remove text or change the document content?
No — a proper compressor only touches image data (resolution and encoding quality). Text, form fields, and layout are untouched. If you see missing text after compressing, that's a different bug, not expected compression behavior.
Why is my scanned PDF so much bigger than a similar digital PDF?
Because every page of a scan is one large image, while a digital PDF's text costs almost nothing to store. A 10-page scan and a 10-page Word-exported PDF can differ by 10x or more in size for the same visible content.
Is there a file size limit on PDFwarp's Compress PDF tool?
Guests can upload up to 10 MB, free accounts up to 25 MB, and Pro accounts up to 500 MB.