Prepare Images and PDFs for Email Attachments
A practical workflow for reducing attachments while keeping text readable.
Email limits apply to the encoded message, not only the visible file sizes. Attachments are commonly base64-encoded, which adds overhead, so a set of files near the stated limit can still fail.
Prepare one clear package instead of sending many duplicate versions.
Calculate a safe total
A provider may advertise a 25 MB message limit, but encoding and message content use part of that allowance. Aim comfortably below the maximum.
When many files belong together, a ZIP improves organization but may not reduce already-compressed images or PDFs.
Optimize images first
Crop irrelevant background, reduce camera dimensions and save photos as JPG or WebP when accepted.
Do not reduce document photos so far that names or numbers become unreadable.
Treat PDFs by type
Scanned PDFs can often be reduced through image compression. Digital text PDFs may already be efficient and should not be rasterized unnecessarily.
Keep signed, fillable and accessible PDFs in their original structure when those features matter.
Name and verify attachments
Use clear filenames with document type and date. Avoid ambiguous names such as scan0001.
Open every final file, count pages and confirm the recipient address before sending confidential information.
Attachment workflow
| File type | First action | Then |
|---|---|---|
| Camera photo | Crop and resize | Compress to JPG/WebP |
| Scanned PDF | Check readability | Balanced PDF compression |
| Digital text PDF | Keep structure | Send original if size allows |
| Many related files | Clean folder | ZIP for organization |
Final checklist
Aim below the message limit
Remove duplicates
Use clear filenames
Open every final attachment
Send sensitive files through approved channels
Questions people ask
Why does a 24 MB attachment fail on a 25 MB service?
Email encoding and message data add overhead.
Will ZIP reduce photos?
Usually very little because JPG and similar files are already compressed.
Should I email identity documents normally?
Follow the recipient’s approved secure process and privacy guidance.
This article explains the current DocPixel interface and known trade-offs. Requirements from a receiving institution or software provider take priority.