How to shrink a PDF that's too big to email
Published 2026-05-08
- compression
You hit Send, and Gmail tells you the attachment is too big. Or your client's portal rejects the upload silently because their cap is 10 MB and your PDF is 15. Same problem, several different cures depending on what is actually inside the file.
Why PDFs get fat
A PDF is a bundle. It can carry text (small), embedded fonts (medium), images (large), scanned page raster data (huge), forms, attachments, and metadata. The biggest contributor by far is usually images — a 30-page PDF where every page is a high-resolution scan can easily hit 50 MB. The same content as text would be a few hundred kilobytes.
Knowing what is bloating your PDF tells you what kind of compression will actually help.
Five ways to shrink a PDF, ordered by what to try first
1. Lossless cleanup (always try first)
Tools like our browser PDF compressor strip metadata and re-encode the PDF's internal structure more efficiently. This is fast, lossless, and visible-output-identical. The savings are modest — usually 5 to 20 percent — but it costs nothing and never makes the PDF look worse.
If 5 to 20 percent is enough to get under your email limit, stop here. You are done.
2. Reduce image quality inside the PDF
If your PDF has photos or scanned pages, the images are usually saved at higher quality than needed for email. Re-encoding them at JPG quality 80 instead of quality 95 can cut a PDF's size in half with no visible difference at screen resolution.
Browser tools cannot easily do this — re-encoding images inside a PDF requires unpacking the PDF, finding each image, recompressing it, and repacking. Adobe Acrobat does this well. Smallpdf, ILovePDF, and similar paid services do it too. For a one-off urgent send, our affiliate links to those tools are on the PDF compressor page.
3. Lower the scan resolution before scanning
If you control the scanner, this is the cleanest fix. Most office scanners default to 300 DPI, which is print-quality. For email, 150 DPI is plenty — text is fully readable, every part of the page is visible. Half the resolution means roughly a quarter the file size for typical documents.
For a phone scanning app, the equivalent is lowering the image quality in the app's settings before scanning.
4. Split the PDF into smaller parts
Sometimes the right answer is not to shrink the file but to send it in pieces. A 50 MB document split into two 25 MB attachments fits in the same email. Or split into five 10 MB sections sent across five emails.
Use our PDF splitter with custom ranges like 1-15, 16-30 to break a 30-page document into two halves. Browser-only, no upload.
5. Send a link instead
If the file genuinely cannot shrink and cannot split (think: signed contracts that must arrive as one piece), upload it to a cloud service — Google Drive, Dropbox, OneDrive — and email the link. The recipient gets the same file, your inbox does not have to ferry the bytes.
This breaks the privacy equation, since the file now lives on a server. For non-sensitive content this is fine. For sensitive content, use a service that supports password-protected links and short expiration times.
What does not work
Renaming the file from .pdf to .zip does not make it smaller. Compressing the PDF inside a ZIP file usually does not make it smaller — PDFs are already internally compressed. "Re-printing to PDF" usually does not make it smaller either, because the print process either copies the original images at the same resolution or re-rasterizes the pages at higher quality.
The fastest path
For most email-too-big PDFs, the workflow is:
- Run the file through the browser PDF compressor first (free, no upload, ~30 seconds).
- If still too big, split it with the PDF splitter and send in chunks.
- If the document is image-heavy and must arrive as one file, fall back to a desktop tool with image re-encoding.
Nine times out of ten, step 1 or step 2 solves it.