Government portals don’t agree on PDF size limits. SBA’s loan portals don’t publish a documented file-size cap (community reports cluster near 25 MB). IRS e-file allows up to 60 MB per PDF and 1 GB combined, but most third-party tax software caps at 5 MB per attachment. USCIS allows 12 MB. Common App caps uploads at 2 MB. Institutional FAFSA document uploads vary by school. If you’re filing forms or supporting documents to a US government portal, “what’s the size cap?” is the first question — and the answers are scattered across dozens of portal docs. This guide consolidates the limits and gives you exact xconvert settings to fit each.
Jump to a section
- Government portal PDF size limits (2026)
- Why your scanned PDF is so big
- Compression strategies by content type
- Step by step in xconvert
- Worked examples by portal
- What to do when it still won’t fit
- FAQ
Government portal PDF size limits (2026)
US government and quasi-government portals:
| Portal | Per-file cap | Notes |
|---|---|---|
| USCIS myUSCIS (current) | 12 MB | See our USCIS-specific guide |
| NVC CEAC (visa applications) | 2 MB | Stricter than USCIS — different agency |
| SBA EIDL / 7(a) / 504 portals | Not officially published; ~25 MB practical | SBA’s CAFS doesn’t document a user-facing cap |
| IRS e-file (1040, 1099, etc.) | 60 MB per PDF, 1 GB combined | Most third-party tax software caps each attachment at 5 MB |
| Common App (college applications) | 2 MB per file (~2,000 KB) | Strict; aggressive compression often needed |
| FAFSA (financial aid) | Varies by institution (no FAFSA-wide cap) | Each school’s portal sets its own limit |
| TSA Trusted Traveler / Global Entry | ~1 MB per file (community-reported) | CBP doesn’t publish a cap; uploads commonly fail above 1 MB |
| State professional licensing portals | Varies; typically 5–10 MB | Each state different |
| Court e-filing (federal CM/ECF) | 25–35 MB depending on district | Multiple-page court filings |
| Patent/Trademark (USPTO) | 25 MB per filing | Specifications, drawings |
The common-denominator target: if you compress to 5 MB, you fit most of these portals without per-portal tuning.
Why your scanned PDF is so big
Three causes:
1. High DPI scanning. Office scanners default to 600 DPI color, which produces 4–5 MB per page. Most documents only need 200–300 DPI for legibility.
2. Color when grayscale would work. A 10-page typed letter scanned in color is 50 MB; the same in grayscale is ~7 MB.
3. Embedded high-res photos. PDFs with embedded high-resolution photos (passport, ID scans) inflate even if the text portions are well-compressed.
xconvert’s PDF compressor automatically applies all three optimizations.

Compression strategies by content type
| Content | Strategy | Expected reduction |
|---|---|---|
| Text-only document (typed letter, contract) | Convert to grayscale + 200 DPI | 5–10× smaller |
| Mixed text and signatures | Grayscale at 300 DPI | 3–5× smaller |
| Photos / IDs / passport scans | Color at 200 DPI; JPEG-encode at 80% | 2–4× smaller |
| Mixed (form + photo evidence) | Grayscale text + color photos | 4–8× smaller |
| Form with images (tax return, application) | Color at 200 DPI; JPEG-encode at 75% | 3–6× smaller |
| Hand-drawn / illustrations | Color at 300 DPI; PNG-encode | 2–3× smaller |
The dominant lever for text-heavy documents is grayscale conversion. For photo-heavy documents, JPEG quality reduction wins.
Step by step in xconvert
- Open xconvert.com/compress-pdf.
- Click + Add Files and pick your PDF.
- Advanced Options → File Compression → click Specific file size.
- Enter your target (e.g., 5 MB for general portals, 2 MB for NVC/Common App).
- Confirm Auto Scale is enabled — xconvert picks resolution and quality to hit the target.
- Click Compress. Wait — large PDFs take 10–60 seconds.
- Verify the file size.
- Open the compressed PDF and confirm text is readable.
Worked examples by portal
Example 1: SBA EIDL Application (25 MB cap)
Source: Combined PDF with cover letter + 24-month bank statements + tax returns. Originally 35 MB (high-res scans).
Target: 25 MB. Aim for 22 MB to leave headroom.
Settings:
- Specific file size: 22 MB
- Auto Scale: enabled
Result: ~21 MB. Fits.
Example 2: Common App SAT Score Upload (2 MB cap)
Source: Scanned SAT score report. 4 MB.
Target: 2 MB. Aim for 1.8 MB.
Settings:
- Specific file size: 1.8 MB
- Auto Scale: enabled
Result: ~1.7 MB. Fits.
Example 3: USCIS Evidence Submission (12 MB cap)
See USCIS Merge PDF guide for the dedicated workflow.
Example 4: NVC CEAC (2 MB cap, very tight)
Source: Marriage certificate + supporting financial docs PDF. Originally 8 MB.
Target: 2 MB. Aim for 1.7 MB.
Settings:
- Specific file size: 1.7 MB
- Convert to grayscale (do this in advanced options if your source is color but content is text-only)
- Auto Scale: enabled
Result: May not hit target on first try at this aggressive compression. If first pass produces ~3 MB, split the document into two files of ~1.7 MB each rather than over-compressing into illegibility.
Example 5: IRS Schedule with Attachments (5 MB practical cap)
Source: Schedule C with receipts and supporting documentation. 12 MB.
Target: 5 MB.
Settings:
- Specific file size: 4.5 MB
- Auto Scale: enabled
Result: ~4 MB. Fits in most third-party tax software’s per-attachment cap.
What to do when it still won’t fit
If aggressive compression still doesn’t fit:
1. Split into multiple files. Most portals accept multiple PDFs in the same submission slot. Split a 4 MB compressed file into two 2 MB files using xconvert’s split PDF tool.
2. Re-scan at lower resolution. If the source TIFF was 600 DPI, re-scan at 200 DPI for text-only documents. The size reduction is dramatic.
3. Re-take photos of physical documents. A phone camera shot at 12 MP saves to a 5 MB JPG. Combined into a PDF at 200 DPI equivalent, it’s typically 1–2 MB per page — much smaller than scanner output.
4. Use grayscale aggressively. For text-only legal documents, grayscale + 200 DPI gives 80% size reduction with no loss of legibility.
5. Convert to text-searchable PDF. OCR-then-strip-images can produce a PDF with selectable text and minimal embedded images — typically very small files. Tools like Adobe Acrobat or ABBYY FineReader handle this.
Frequently Asked Questions
Will government portals accept my compressed PDF?
Yes — government portals don’t care about how the PDF was produced or compressed; they care about the final file. As long as the compressed PDF is readable (text legible, images clear enough), it passes. The only issue: if compression introduces visible artifacts that obscure data, the reviewer may issue a Request for Additional Information.
Can I OCR after compressing?
Yes. Tools like Adobe Acrobat, ABBYY, or open-source ocrmypdf can add a searchable text layer to a compressed PDF without re-running compression. The text layer adds ~5–10% to the file size but preserves searchability.
What if the portal rejects my PDF?
Common causes: (1) password-protected — remove encryption first, (2) embedded fonts not embedded in the PDF — re-export from your source application with “Embed all fonts” enabled, (3) PDF version too new — convert to PDF/A or PDF 1.4 for maximum compatibility.
Should I use PDF/A for government submissions?
PDF/A is a standard for archival. Some courts require it; most general government portals do not. If you’re filing a court document, check the local rule. For SBA, IRS, USCIS, and similar, regular PDF works.
Why does my compressed PDF look slightly blurry?
PDF compression at very small targets uses JPEG-encoded images at low quality, which produces visible blur. The trade-off is unavoidable below a certain size:quality ratio. For text-heavy documents, grayscale conversion before compression preserves text crispness much better than aggressive JPEG quality reduction.
Does compressing remove form-fillable fields?
If your PDF has fillable form fields (XFA or AcroForm), aggressive compression can flatten them into static images. Check after compression: if you can still tab through fields and type in them, the form structure is preserved. If not, you’ll need to use a less aggressive compression approach.
Can I batch-compress multiple PDFs?
xconvert’s PDF compressor accepts multiple files at once — drag-drop several PDFs and they’ll all be compressed with the same settings. Output is a ZIP with all compressed PDFs.
Try it now
Compress a PDF for government portal submission with xconvert PDF compressor. For specific portal guidance, see USCIS Merge PDF (12 MB) for the most-detailed walkthrough on the most popular government portal.