Best fit
- Portal or mailbox has a hard 5MB attachment limit.
- You must submit one file and cannot split final delivery.
- You need a first-pass flow with minimal resend attempts.
Constraint workflow
Use this when portals reject files over 5MB and you need to pass on the first try.
Segment large files before compression to avoid all-or-nothing failure.
Shrink size by content pruning before quality tradeoffs.
Use email-oriented profile and re-check key text blocks.
Must send a contract packet via email with a hard 5MB cap.
This reveals which sections are size-heavy before tuning.
Checkpoint: Each chapter size is known before merge.
Content pruning preserves clarity better than over-compression.
Checkpoint: Final packet contains only required sections.
The last MB reduction is where readability often breaks.
Checkpoint: 100% zoom text remains readable on key pages.
Expected outcome: Email accepted on first attempt without readability complaints.
Avoid this: Using max compression immediately and damaging small text.
| Signal | Likely cause | Recommended fix |
|---|---|---|
| Still above 5MB after compression | Compression done before removing non-required pages. | Split and trim first, then run compression with size target. |
| Text becomes blurry after export | Compression profile is too aggressive for dense text. | Switch to balanced profile and trim extra pages instead. |
| Recipient cannot open attachment | Wrong format or transfer corruption during mail flow. | Re-export with clean filename and verify download-open once. |