Skip to content
Back to Blog
platform-pain-points

PDF Too Large to Email? 5 Compression Strategies

2026-05-17 8 min read

Why Your PDF Is Probably Bigger Than It Needs to Be

Most email servers cap attachments somewhere between 10 MB and 25 MB. Gmail gives you 25 MB, Outlook is a bit stingier at 20 MB, and corporate mail servers can be the real killers—some IT departments enforce a hard 10 MB limit. We've all been there: you hit 'send' on an important file only to get that dreaded 'message size exceeded' bounce-back. The frustration is real. The culprit is almost always one of three things. It could be high-resolution images. It could be entire fonts embedded when only a few letters were needed. Or it could be a scan saved with lazy, uncompressed settings. A 40-page brochure exported straight from InDesign at print quality can easily swell to 80 MB. That same document, when properly prepared for screen viewing, should be well under 5 MB. Before you can fix the problem, you have to diagnose it. On a Mac, you can get a quick clue by opening the PDF in Preview, going to File > Export as PDF, and checking the estimated file size. In Adobe Acrobat, the Document Properties panel (Ctrl+D / Cmd+D) is a start, but the real power is in the Preflight tool under Tools > Print Production. For a full breakdown, free desktop apps like PDF Analyzer will show you exactly how many bytes are being eaten by images, fonts, and other data. Knowing your problem is a 15 MB photo versus a bloated font collection tells you exactly which strategy to try first.

Strategy 1: Reduce Image Resolution and Recompress

Images are the number one cause of bloated PDFs. A photo scanned at 600 DPI is complete overkill for on-screen reading. For screens, 150 DPI is plenty, while 300 DPI is the standard for print. If your PDF has 600 DPI photos, downsampling them to 150 DPI can slash the image data's size by about 90%. If you have Adobe Acrobat Pro, head to Tools > Compress PDF and select Advanced Optimization. In the Images panel, set both Color and Grayscale Images to Bicubic Downsampling at 150 PPI for images above 225 PPI. Then, change the compression to JPEG and set the quality to Medium (a value between 45 and 55 usually works well). For monochrome images like scanned text or line art, use JBIG2 compression; it's far more efficient than the old CCITT Group 4 standard for most documents. Don't have Acrobat Pro? CocoConvert's PDF Compressor automates this whole process. Just upload your file, pick the 'Screen' or 'Web' compression preset, and the tool will downsample images to 150 DPI and apply smart JPEG compression. A 30 MB photo-heavy brochure typically shrinks to the 2–5 MB range. A quick note: CocoConvert is smart enough to leave vector artwork like logos and charts alone. Since they don't benefit from this type of compression, the tool doesn't needlessly rasterize them.

Strategy 2: Flatten Transparency and Remove Unnecessary Layers

That slick drop shadow or gradient in your design? It has a hidden cost in file size. Transparency effects require the PDF viewer to do extra work, but worse, some export workflows embed both the transparent object and a flattened preview, essentially doubling the data for those elements. It's a quiet but significant source of bloat. If you're working in Adobe Illustrator or InDesign, you can fix this at the source. When you export, enable the 'Flatten Transparency' option (found under Advanced in the PDF export dialog). This can cut 10–30% off the file size of a design-heavy document. The High Resolution preset is your best bet if the file might be printed, while Medium Resolution is fine for email. Layered PDFs, often from CAD or Visio, also carry extra weight. These layers are invisible to most readers but still take up space. You can merge them in Acrobat Pro by going to View > Show/Hide > Navigation Panes > Layers. Select the layers, then use the Options menu to Merge Layers and save it as a new file. CocoConvert doesn't have a dedicated layer-flattening feature, so if your file's size is due to complex transparency or engineering layers, your best tools are Acrobat Pro or the open-source powerhouse Ghostscript. A simple Ghostscript command using the '-dFlattenTransparency' flag will do the job reliably and for free.

Strategy 3: Subset or Remove Embedded Fonts

Fonts can be surprisingly heavy, adding anywhere from a few kilobytes to several megabytes. The problem is full font embedding, which stuffs every single glyph from a typeface—all 65,000+ characters in a big Unicode font—into your file, even if you only used the letters A through Z. The solution is font subsetting. It embeds only the characters you actually used, and for finished documents, it's almost always the right move. In InDesign, you can force this behavior under Advanced > Fonts in the PDF export dialog. Just set 'Subset fonts when percent of characters used is less than' to 100%. In Microsoft Word, the path is File > Options > Save > Embed fonts in the file; make sure 'Embed only the characters used in the document' is checked, along with 'Do not embed common system fonts'. If the PDF is already made, Acrobat Pro's PDF Optimizer (File > Save As Other > Optimized PDF) lets you unembed fonts from its Fonts panel. This is an aggressive, risky move. It only works if the recipient has the exact same fonts installed. Only try this for documents using ultra-common fonts like Arial or Times New Roman. For anything with a custom or licensed font, stick with a proper subset. Consider this: a 12-page legal brief using a custom serif font was 9.8 MB. It used only 340 glyphs out of over 8,000 in the font file. After subsetting the font, the PDF dropped to 1.2 MB with zero visual difference.

Strategy 4: Convert to a Compressed Format First, Then Back to PDF

It sounds counterintuitive, but sometimes the best way to clean up a PDF is to completely rebuild it. This brute-force approach strips out all the accumulated junk from a file that's been edited multiple times: duplicate resources, orphaned objects, revision histories, and hidden metadata. The simplest version of this is the 'print to PDF' trick. On Windows, open your file, hit Ctrl+P, and choose 'Microsoft Print to PDF'. On a Mac, open it in Preview and use 'File > Export as PDF'. Both methods re-render the document from scratch, shedding all the cruft. The big downside? You'll lose searchable text, hyperlinks, and form fields. It's a destructive process. A more powerful method is using Ghostscript. The command `gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf` rebuilds the file cleanly. The `/ebook` setting aims for 150 DPI images, perfect for email. The `/screen` setting is more aggressive at 72 DPI, which might look too soft on modern displays. CocoConvert's compression tool uses a similar re-rendering pipeline. When you upload a PDF, our engine rebuilds it, stripping redundant objects and recompressing images. For PDFs that have been passed around and edited in Acrobat for weeks, this step alone can easily cut the file size by 40–60% without any visible loss of quality.

Strategy 5: Split the Document and Use a File Transfer Service

Sometimes, you just have to admit defeat. A 200-page technical manual with high-resolution diagrams that must remain at 300 DPI isn't going to shrink to 10 MB. Stop trying to force it. The right answer isn't better compression; it's a better delivery method. If the content allows, splitting the document is a perfectly valid strategy. A single 120 MB report can become five 24 MB chapters, each easily sent by email. In Acrobat Pro, this is done via Tools > Organize Pages > Split. CocoConvert also provides a simple PDF Split tool where you can define page ranges if you don't have Acrobat. For files that can't be compressed or split, it's time to abandon email attachments and use a proper file transfer service. Google Drive, Dropbox, OneDrive, and WeTransfer can all handle files of 2 GB or more. Just send a shared link. For sending files to external clients, I find WeTransfer is the path of least resistance—its free tier handles up to 2 GB and doesn't require the recipient to create an account. If you're hitting these limits constantly, the problem is your workflow. Someone is exporting PDFs at print quality when they're only meant for screen viewing. Fix the problem at the source. Create a 'web export' preset in InDesign, Word, or whatever tool your team uses, and make it the default for anything sent by email. Stop the problem before it even starts.

Choosing the Right Strategy for Your Situation

There's no single magic bullet here. The right fix depends entirely on what's making your file so big and what level of quality you absolutely must preserve. Is your PDF a scan of a contract, form, or other physical paper? Strategy 1 is your answer. Scans are just images, so recompressing them is the key. Dropping the resolution from 300 DPI to 150 DPI with JPEG compression will take a 25 MB scan down to under 3 MB. Use CocoConvert's compressor or Acrobat's 'Optimize Scanned PDF' tool. Is it a design file full of gradients, custom fonts, and transparency effects? You need a combination of Strategies 2 and 3. Flatten the transparency and subset the fonts. Critically, you should do this in the original authoring application before you export the PDF. Trying to fix it later is messy and unpredictable. Fix it at the source. Is the PDF ancient, having been edited and passed around for weeks? Use Strategy 4. A full re-render via Ghostscript or a compression tool will surgically remove all the accumulated digital cruft and redundant data that individual optimizations often miss. Finally, if you're trying to email large technical manuals or high-resolution print files, just stop. Email is the wrong tool for the job. Set up a shared folder in Google Drive or SharePoint and send a link. It's more reliable, preserves full quality, and saves everyone from fighting with their inbox. For those one-off emergencies where you just need a file to send *now*, CocoConvert's PDF Compressor is built to handle the most common bloat from images and multi-edit documents, with no software to install. Upload, compress, and get on with your day.