How to Reduce PDF File Size for Email [2026]
Your PDF is too big to send as an email attachment. Every compressor you find wants you to upload the file to a server. Here is how to shrink a PDF for email entirely in your browser β no upload, no server, with an honest explanation of what it can and cannot do.

Table of Contents
Email attachment limits in 2026: what you are actually dealing with
Every major email provider has a maximum attachment size. These limits have not changed much in years, even as PDFs have gotten larger due to higher-resolution scans and more images. Here are the current limits:
| Email provider | Attachment limit (send) | Notes |
|---|---|---|
| Gmail | 25 MB | Files over 25 MB are automatically converted to Google Drive links |
| Outlook / Microsoft 365 | 20 MB (personal), up to 150 MB (enterprise, varies) | Enterprise settings vary by IT admin. Personal and Hotmail capped at 20 MB. |
| Yahoo Mail | 25 MB | Total per email including all attachments |
| Apple Mail / iCloud | 20 MB | Mail Drop sends larger files via iCloud link instead |
| ProtonMail | 25 MB (free), up to 100 MB (paid) | Encrypted attachments have higher overhead per MB |
One important detail: these limits apply to the total email, including all attachments. If you attach a 18 MB PDF and a few other files, you may hit the 20 MB cap even though the PDF alone would have passed. Also, the recipient's server has its own limits, which may be stricter. If your recipient uses a corporate email server, their IT team may have set limits as low as 10 MB.
Why PDFs get so large
Not all PDFs are created equal. Understanding what is inside your PDF helps you choose the right approach to reduce its size.
Scanned documents: the most common cause
When you scan a physical document, the scanner converts each page to a raster image (a grid of colored pixels). A typical office scanner runs at 300 DPI (dots per inch) in color. A single A4 page at 300 DPI color produces a raw image of about 2480 x 3508 pixels β roughly 25 megapixels. Even with internal JPEG compression, each scanned page might be 500 KB to 2 MB inside the PDF. A 20-page scan bundle can easily reach 20 to 40 MB.
Presentation exports
PowerPoint and Keynote PDFs are large because each slide is exported with full-resolution background images and embedded graphics. A 30-slide deck with full-bleed images can produce a 30 to 60 MB PDF even though the on-screen presentation looks the same at any file size.
Photo portfolios and brochures
PDFs exported from InDesign or Affinity Publisher for professional printing contain very high-resolution images intended for print (often 300 DPI). These are unnecessarily large for screen sharing or email. A print-ready brochure can be 100 MB or more.
Embedded fonts and metadata
Even a text-only PDF can be large if it embeds entire font files (every character for every font used) rather than subsetting them (only the characters actually present in the document). A PDF that embeds four complete fonts might add 2 to 5 MB just for the font data.
The fastest fix: compress in your browser with no upload
The typical workflow when a PDF is too big to email is to search for an online compressor and upload the file. That works, but it sends your document to a third-party server. For invoices, contracts, and financial records, that is an unnecessary privacy risk.
SammaPix PDF Compress compresses the PDF entirely in your browser using pdf.js (Mozilla's open-source PDF renderer) and pdf-lib. Each page is rendered on a canvas and re-encoded as a JPEG at your chosen quality level. The resulting PDF is assembled in memory and downloaded directly. No network request carries your file. You can verify this by opening your browser's DevTools Network tab while the tool runs.
Honest limitation: rasterization converts pages to images, so text in the output is not selectable or searchable. For scanned documents (which were already image-based), this is a non-issue. For text-only PDFs where you need recipients to select text, the alternatives section at the end of this article covers your options.
Compress your PDF for email now
No upload. See before and after size. Works best on scanned documents and image-heavy PDFs. Low, Medium, or High quality. Free, no signup.
Open PDF Compress, FreeHow to reduce PDF size for email, step by step
The whole process takes under two minutes for most PDFs:
- Check the target size. Know your email provider's limit before you start. If you are sending to a corporate address, assume 10 to 20 MB is the cap.
- Open SammaPix PDF Compress at sammapix.com/tools/pdf-compress. No account required. Works in Chrome, Safari, Firefox, or Edge.
- Drop your PDF. Drag the file onto the dropzone or click to browse. The original file size is shown. Nothing is uploaded.
- Choose Medium quality. For most email use cases, Medium is the right balance. It typically produces 50 to 70 percent reduction on scanned documents while keeping everything clearly readable.
- Click Compress and review the result. The tool shows both the original and compressed file size. If the compressed size is still above your email limit, click back and choose Low quality for more aggressive compression.
- Download and attach. Click Download. The compressed PDF saves directly to your device. Attach it to your email as normal.
How much size reduction can you expect?
The result depends heavily on what is inside the PDF. Here are realistic expectations:
| PDF type | Original size example | After Medium compression | After Low compression |
|---|---|---|---|
| 20-page scanned invoice bundle | 25 MB | ~8 MB (68% reduction) | ~5 MB (80% reduction) |
| 30-slide presentation PDF | 40 MB | ~16 MB (60% reduction) | ~8 MB (80% reduction) |
| Photo portfolio or brochure | 50 MB | ~20 MB (60% reduction) | ~10 MB (80% reduction) |
| Text-only contract or report | 2 MB | Minimal; tool keeps original if output is larger | Minimal |
These figures are representative, not guaranteed. The actual reduction depends on the original image quality inside the PDF. If the original was already aggressively compressed, re-compressing will have diminishing returns.
What to do if the compressed PDF is still too big
If even Low quality compression does not get the file under your email limit, here are three effective next steps:
Option 1: Send a cloud storage link instead
Upload the original PDF to Google Drive, Dropbox, OneDrive, or WeTransfer and paste the share link in the email. This bypasses attachment limits entirely. Most email clients render the link with a preview. It is the fastest solution when the file is simply too large for any compression to help (for example, a 200-page scan bundle).
Option 2: Split out only the pages the recipient needs
If the recipient only needs pages 3 and 5 from a 40-page document, extract those pages first using PDF Split, then compress the 2-page extract. A 2-page extract from a 40-page scan can be as small as 500 KB to 2 MB before any compression. This combination often reduces the final file by 95 percent or more. More details on this workflow are in the next section.
Option 3: Use a server-based Ghostscript tool for text-only PDFs
For text-heavy PDFs where rasterization does not help much, a Ghostscript-based tool (such as the command-line Ghostscript package, or a server-based tool that uses it) can compress streams and subset fonts without rasterizing. The trade-off is that these tools require either installing software or uploading your file.
The split-then-compress strategy: often the fastest path
The most effective approach to getting a PDF under an email limit is often not compression but page reduction: extract only the pages the recipient needs, then compress what is left. Here is why this works so well:
A 40-page scanned document at 25 MB contains roughly 625 KB per page. If the recipient needs 5 pages, those 5 pages contain about 3 MB of content before compression. Compress that at Medium quality and the result is roughly 1 MB β well within any email limit.
Here is the workflow, all in your browser with no upload:
- Open PDF Split at sammapix.com/tools/pdf-split. Drop your PDF and note the page count.
- Extract the pages the recipient needs. Choose the Extract page range mode and enter the pages, for example: 3,5,8-10.
- Download the extract and check its file size.
- If still too large, open PDF Compress and compress the extract. The file is already smaller, so compression is faster and the result is usually well under the email limit.
For a detailed guide to splitting, see How to split a PDF privately, no upload.
Split out only what you need, then compress
Both tools run in your browser with no upload. Extract the relevant pages with PDF Split, then shrink with PDF Compress. Often reduces the final file by 90 percent or more.
What about text-only PDFs?
If your PDF contains primarily text with minimal images β a legal contract, a business report, an ebook β the browser-based rasterization approach produces limited size reduction. Here is why:
The PDF format stores text as vector data: actual character codes, font references, and positioning information. This is inherently compact. A 50-page text PDF might be 500 KB to 2 MB. When you rasterize it (render each page as a pixel image), you replace that compact text representation with a much larger pixel grid, then re-compress that grid as JPEG. JPEG was designed for photographic content, not sharp high-contrast text. The result is often a file that is similar in size or larger than the original, which is why the tool keeps the original when the compressed output would be larger.
For text-only PDFs, the right approach depends on your requirements:
- Selectable text must be preserved: use Ghostscript locally (free, command-line) or a server-based Ghostscript tool. This subsets fonts and compresses streams without rasterizing.
- Selectable text does not matter: use the Low quality setting in SammaPix PDF Compress. The file may not be much smaller, but the tool will keep the original if the output would be larger.
- The text PDF is large because of embedded fonts: a server-side tool with font subsetting is the right fix.
Other browser-based PDF tools from SammaPix
If you regularly work with PDFs, these tools handle the most common tasks without uploading anything:
- PDF Compress: reduce file size by re-encoding page images as JPEG. Best on scanned and image-heavy PDFs. Keeps the original if the output would be larger.
- PDF Split: extract specific pages, split into individual page PDFs, or split every N pages. Works well as a first step before compressing.
- PDF Merge: combine multiple PDFs into one file. If you have split a document and need to recombine selected pages, use this.
- JPG to PDF: convert images to PDF. If you need to create a compact PDF from photos rather than compressing an existing one, start here.
All PDF tasks, all in your browser
Compress, split, merge, or create PDFs without uploading them. Every tool runs locally via pdf.js and pdf-lib. No server. No signup. No watermark.
FAQ
What is the maximum PDF size you can send by email?
The attachment limits by email provider are: Gmail 25 MB, Outlook 20 MB (some enterprise configurations cap at 10 MB), Yahoo Mail 25 MB, Apple iCloud Mail 20 MB, ProtonMail 25 MB. These limits apply to the entire email including all attachments, not just the PDF. If your PDF alone is close to 20 MB, and you attach anything else, the total may exceed the limit. Note that the recipient's server may also have independent limits that are stricter than the sender's provider.
Why is my PDF so large?
The most common reasons for a large PDF file size are: the PDF was created by scanning physical documents (each scanned page is a high-resolution image, typically 300 to 600 DPI, which takes a lot of storage), the PDF contains high-resolution photographs, the PDF was exported from presentation software with full-resolution slide images, or the PDF contains embedded fonts and resources that are not subsetted. Scanned PDFs are the most common culprit β a single-page scan at 300 DPI in color is typically 500 KB to 3 MB before any compression.
How much can I reduce a PDF's file size for email?
It depends entirely on the PDF type. Scanned documents and image-heavy PDFs compress by 50 to 80 percent with the SammaPix Medium or Low quality settings. A 20 MB scanned invoice bundle can typically become 5 to 8 MB, which fits within any email attachment limit. Text-only PDFs (legal documents, plain reports) compress very little with rasterization β often less than 20 percent. For those, consider splitting out only the pages the recipient needs rather than compressing the whole document.
What if the compressed PDF is still too big to email?
If the compressed PDF is still over the email limit, try three alternatives in order: first, apply Low quality compression (the most aggressive setting) for the smallest possible file; second, use PDF Split to extract only the pages the recipient actually needs β if a 40-page document is relevant to only 5 pages, splitting reduces size by 87 percent before any compression; third, use a file sharing link instead (Google Drive, Dropbox, WeTransfer, or OneDrive) and paste the link in the email. The last option avoids attachment limits entirely.
Does compressing a PDF for email reduce its quality?
Yes, the rasterization approach reduces quality in two ways: images are re-encoded at a lower JPEG quality, and text becomes part of the image (not selectable). The visual impact at Medium quality is minimal for most documents β text remains readable and images look good at screen resolution. At Low quality, JPEG artifacts may appear on images viewed close-up, but the document remains perfectly readable. For a scanned invoice or receipt, this trade-off is almost always acceptable. For a high-fidelity brochure or document where image sharpness matters, use High quality.
Is it safe to compress a PDF for email using an online tool?
It depends on the tool. Most popular services (iLovePDF, Smallpdf, Adobe Acrobat Online) upload your file to a remote server for processing. For documents containing financial data, personal information, medical records, or business-sensitive content, this creates a real privacy risk. SammaPix PDF Compress processes the file entirely in your browser using pdf.js and pdf-lib β no data is sent to any server. You can verify this by opening the Network inspector in your browser's developer tools and confirming no outgoing requests occur during compression.
Can I reduce a PDF's size without losing text selectability?
Yes, but not with a rasterization-based browser tool. To compress a PDF while keeping text selectable, you need a Ghostscript-based compressor. Ghostscript reduces file size by subsetting fonts (keeping only the characters actually used), removing redundant metadata, and compressing internal streams β all without rasterizing the pages. The trade-off is that Ghostscript requires either running it locally via command line or uploading your file to a server-based tool. If your PDF is a contract or legal document where recipients need to select text, Ghostscript is the right choice. If it is a scanned invoice or image-heavy brochure, the SammaPix browser-based approach will shrink it more aggressively and keep your file private.