Email-Ready PDF
Runs in your browserShrink a PDF so it clears the attachment limit on Gmail, Outlook and most corporate mail servers, then confirm it actually fits.
Why this recipe exists
Almost every mail system caps attachments somewhere between 10 and 25 MB, and plenty of corporate gateways are stricter still — 5 MB is the size that reliably gets through everywhere. The problem is that you usually discover the limit after the send fails. This recipe compresses first with a lossless rewrite, which costs nothing in quality, and only rasterises if that is not enough to reach the budget. It then re-checks every file against the limit and tells you plainly whether it made it, rather than leaving you to find out from a bounce message.
What it does
- Compress under 5 MB, losslessly if possible
- Verify every file is under 5 MB
FAQ
- Is my document uploaded?
- No. Compression happens in your browser. The document is never transmitted, logged or stored, which matters more than usual for the contracts and statements people typically need to email.
- Will the text still be selectable?
- If the lossless rewrite alone gets under 5 MB, yes — nothing is degraded. If your file needs rasterising to fit, the result says so explicitly, and in that case the text becomes an image.
- Why 5 MB and not 25 MB?
- Gmail allows 25 MB, but many corporate mail gateways reject anything above 10 MB, and some cap at 5 MB. Targeting 5 MB means it gets through regardless of the recipient's system.
Other recipes
- Privacy-Safe PhotosStrip GPS and camera data, shrink, and package for sharing.
- Favicon From a LogoSquare-crop a logo and produce the whole favicon set.
- Photos to a Shareable PDFPhone photos → shrunk → one A4 PDF under 2 MB.
- Website Image OptimizationResize → convert to WebP → compress under 200 KB → download as ZIP.
- E-commerce Product ImagesSquare 1200px thumbnails, WebP, under 150 KB, ready to upload.
- Email-Ready Images800px wide, JPEG, under 100 KB — safe for every email client.