How to Reduce a PDF Size for Email (Step-by-Step)
How to Reduce a PDF Size for Email (Step-by-Step)
You hit "send" on the contract and your email client throws a polite refusal: the attachment is too large. The PDF you wrote to send a single file is now blocking the actual work. Compressing a PDF for email takes about a minute once you know which lever to pull, and the right method depends on what made the file large in the first place. This guide walks through the three compression methods that actually work, what causes PDF bloat, and what to do when the file still won't fit.
For browser-based compression that handles most cases in seconds, our free compress PDF tool is the fastest path.
Why PDFs are too large to email
Most PDFs that exceed email limits do so for one reason: embedded images at far higher resolution than email or screen viewing requires. A scanned 30-page contract often comes in at 60-100 MB because each page was scanned at 600 DPI when 150 DPI is enough for clear text. A 20-slide presentation exported to PDF can balloon to 40 MB if each slide has a high-res photo embedded at print quality.
Other contributors to PDF size:
- Embedded fonts: every font used in the document is bundled. Documents using uncommon fonts can carry an extra 1-5 MB just for font data.
- Metadata and revision history: some PDF creators (especially Word with track-changes enabled) embed revision data that bloats the file.
- Unoptimized images: pasting an iPhone photo straight into a document keeps the original 4-12 MB image inside the PDF, even if it displays at a small size.
- Vector graphics with high path complexity: detailed illustrations or technical drawings can add several MB.
- Embedded files and attachments: PDFs can carry attached files (spreadsheets, other PDFs) inside them, often without the author realizing.
The single biggest lever is almost always image resolution. A PDF that compresses from 50 MB to 5 MB is usually one where the images were 4x larger than necessary.
Email attachment limits to plan around
Knowing the target size before you compress saves time:
- Gmail: 25 MB attachment limit. Files over 25 MB are auto-uploaded to Google Drive and sent as a link.
- Outlook (free Outlook.com / Hotmail): 20 MB attachment limit.
- Outlook with Microsoft 365: up to 150 MB on some plans, but 25 MB is the safe default since the recipient's mail server may have a lower limit.
- Yahoo Mail: 25 MB.
- iCloud Mail: 20 MB. Larger files use Mail Drop (cloud link).
- Most corporate email: 10-25 MB. Aggressive spam filters often strip large attachments entirely.
Always plan for the recipient's limit, not yours. A 24 MB attachment that leaves your Outlook will bounce off a corporate Gmail with a strict 10 MB inbound rule. When in doubt, target 10 MB or under.
Method 1: browser-based compression (fastest)
The quickest way to compress a PDF is a browser tool. The workflow takes under a minute:
Step 1: Open the compress PDF tool in your browser.
Step 2: Drag your PDF into the upload area or click to select it.
Step 3: Choose a compression level. Most tools offer three:
- High (smallest file, lowest quality) β good for text-only documents
- Medium (balanced) β good default for mixed text and images
- Low (largest file, best quality) β use when image fidelity matters
Step 4: Wait 5-30 seconds depending on file size.
Step 5: Download the compressed PDF and check it visually before sending. Open both versions side by side and confirm the text is still sharp and any important images are still readable.
For a typical contract or report, browser compression cuts file size 50-80% with no visible quality loss. For image-heavy documents (photo portfolios, scanned engineering drawings), the savings are even larger but quality matters more β always check the output.
The tradeoff with browser tools is the upload. For non-sensitive documents, this is a non-issue. For confidential materials, prefer a desktop method below.
Method 2: built-in OS compression
Both macOS and Windows have built-in PDF compression that works without any install.
macOS Preview has a "Reduce File Size" Quartz filter:
- Open the PDF in Preview
- File > Export
- Change "Format" to PDF if not already
- In the "Quartz Filter" dropdown, select "Reduce File Size"
- Save with a new filename (always β the filter is destructive)
The default filter is aggressive and quality drops noticeably on image-heavy PDFs. For better results on Mac, you can install custom Quartz filters that compress less aggressively, or use a browser tool.
Windows does not have built-in PDF compression in File Explorer, but Microsoft Word can do it indirectly:
- Open the PDF in Word (Word converts it to an editable document)
- File > Save As
- Choose PDF
- Click Options > select "Minimum size (publishing online)"
- Save
This route works for simple documents but the Word conversion can shift layouts. Browser-based compression is usually the better Windows path.
Method 3: desktop tools and command line
For repeated compression jobs, sensitive documents, or finer control over output quality, desktop tools are the right answer.
Adobe Acrobat Pro has the most controls: precise image downsampling settings, font subsetting, content removal options. It costs about $20/month. Useful if you compress PDFs daily.
Free desktop options include PDF24 Creator (Windows), PDFsam Enhanced (cross-platform, with paid features), and a handful of others. Quality of compression varies β test with a representative file before committing.
Ghostscript (command line, free, all platforms) is the most flexible:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
The -dPDFSETTINGS flag controls the compression preset:
/screenβ most aggressive, 72 DPI images, smallest file/ebookβ 150 DPI images, good balance for email/printerβ 300 DPI images, larger file, print quality/prepressβ 300 DPI with color preservation, largest, professional print
For email purposes, /ebook is the right default. Ghostscript handles batch jobs trivially β a one-line shell loop can compress hundreds of PDFs overnight.
When compression isn't enough: split the file
Sometimes a PDF cannot be compressed enough to fit the limit without destroying quality. A 70 MB legal contract with detailed exhibits, a 100 MB photo portfolio, a 50 MB scanned medical record β these can resist compression because the data is genuinely large.
When compression hits a wall, splitting is the right move. Send the file as multiple emails: pages 1-30 in part 1, pages 31-60 in part 2, pages 61-90 in part 3. Our split PDF tool handles this cleanly with custom page ranges.
A few tips for splitting cleanly:
- Split at logical boundaries (chapter breaks, section ends) rather than mid-paragraph
- Name the parts clearly:
Contract_Part1of3.pdf,Contract_Part2of3.pdf,Contract_Part3of3.pdf - Send all parts in close succession so the recipient doesn't process them out of order
- Mention the split in the email body so the recipient knows to look for the other parts
- For very large files, consider a cloud link instead β Google Drive, Dropbox, WeTransfer all handle multi-GB files with a single shareable URL
A different alternative: convert image-heavy pages to JPG. If your PDF is mostly photos, the PDF to JPG converter extracts each page as an image, and you can attach the most important ones individually rather than sending the whole PDF.
What about emailing huge files via cloud links?
For files that genuinely cannot be compressed or split sensibly (a 500 MB design portfolio, a 2 GB video PDF), the right path is a cloud link rather than an attachment:
- Google Drive: upload, share with link, paste in email. Gmail does this automatically for files over 25 MB.
- Dropbox: upload, "share" button, copy link. Works with any email client.
- OneDrive: same workflow, integrated with Outlook.
- WeTransfer: free tier handles files up to 2 GB without an account.
The downside of cloud links: the recipient sees a link, not a file, which some senders find less professional. The upside: it always works, regardless of file size.
FAQ
Q: How much can I realistically compress a PDF without losing quality?
For text-heavy documents (contracts, reports, articles), 60-80% size reduction is normal with no visible quality loss. For image-heavy documents, 30-50% reduction without quality loss is more typical. Beyond that, quality starts to suffer β image edges blur, photos look grainy, fine details disappear.
Q: Why does my PDF stay large after compression?
Three common reasons: (1) the original images were already at low resolution, leaving little to compress, (2) the file is mostly vector content (which doesn't benefit much from typical compression), or (3) the file has embedded fonts or attached files that compression doesn't touch. For case 3, removing embedded files or subsetting fonts can help.
Q: Will compression damage signatures or form fields in my PDF?
Most modern compression tools preserve digital signatures, form fields, and bookmarks. However, some aggressive compression presets flatten interactive elements into static images. If your PDF has a digital signature you need to preserve, test the compressed output by opening it in Adobe Reader and confirming the signature is still recognized.
Q: Is it safe to upload sensitive PDFs to a browser compression tool?
It depends on the tool's data policy. Reputable tools delete uploaded files after processing (usually within an hour). For genuinely confidential content (financial records, medical files, NDAs), prefer a desktop method where the file never leaves your computer.
Q: What's the smallest a PDF can possibly be?
A single-page text-only PDF with no images can be under 5 KB. A text-heavy 10-page report compresses to around 50-200 KB. Below that, you're dealing with edge cases (deliberately stripped metadata, single-color text). For most practical purposes, expect a well-compressed PDF to be 20-50 KB per page of text content and 100-500 KB per page of mixed text and images.
Bottom line
Reducing a PDF for email is usually a one-minute job: pick a compression tool, drop the file in, download the result. Browser tools handle the common case fastest. For sensitive content, use desktop tools or built-in OS features. When compression isn't enough, splitting the file or using a cloud link will always work β there is no email attachment too large to handle if you have the right backup plan.