How to Compress a PDF for an Online Application — Free
Web forms are unforgiving about size. Here is the target that usually works.
Quick answer: Target under 5MB for a typical web form, and keep the file text-based so the form’s validator accepts it.
Real-world use — what we verified
We compressed an 18MB supporting-document PDF to 3.2MB on Balanced and it cleared a housing-application widget that had rejected the original with a vague error.
Honest note: A vague “upload failed” message is usually a size or format issue. Compress and re-export from the source if needed.
The limits you are up against
| Form type | Typical limit | Safe target |
|---|---|---|
| Generic web forms | 5–10 MB | Under 5 MB |
| School / membership forms | 2–5 MB | Under 2 MB |
| Bank / finance uploads | 5–10 MB | Under 5 MB |
Many web forms fail silently past their limit. Aim under 5MB and keep the PDF text-based for the validator.
Step-by-step
- Read the form’s stated limit.
- Compress on “Balanced” if you are over it.
- Check the size and that text is selectable.
- Re-submit the form.
If it is still too big
- Re-export from the source document rather than compressing a scan.
- Remove pages the form does not ask for.
- Split into multiple allowed uploads if the form allows several files.
AdSense slot — paste your in-article display ad <ins> code here (mid-content)
FAQ
Why does the form say “upload failed” with no reason?
Usually a size or format limit. Compress under 5MB and make sure it is a real PDF, not a renamed image.
What size should an application PDF be?
Under 5MB clears most web forms; go under 2MB for school or membership forms.
The form wants JPG, not PDF — what do I do?
Convert the PDF pages to images with a PDF-to-JPG tool, then upload the JPGs.