Compressing a PDF for Court eFiling: What You Must Not Get Wrong
Failure Risk: What Happens if You Get This Wrong
The hard limit is absolute. Many state and federal eFiling systems — including PACER and numerous state portals — enforce hard file size limits of 2MB, 5MB, or 10MB per document. If your file is one kilobyte over the limit, it is blocked. No clerk can override this. No email submission is accepted as an alternative. In many jurisdictions, the portal is the only legally valid submission method.
The deadline does not move. A paralegal attempting to upload a 5.1MB affidavit at 11:55 PM with a midnight deadline has approximately five minutes to compress, verify, and re-upload. If the compression process introduces an error — or if the tool rasterizes the document — the filing window closes regardless.
Verify your portal's exact limit before you start. PACER uses 10MB per document. Many state courts use 5MB or 2MB. Do not assume.
Validation: Two Requirements That Must Both Be Met
Before uploading, confirm that your compressed file satisfies both of the following:
Requirement 1 — File size is strictly under the portal's limit.
Measure the exact byte count of the compressed file, not just the rounded megabyte display. A file shown as "5.0 MB" in Windows Explorer may be 5,100,000 bytes — over the 5MB (5,000,000 byte) hard limit.
Requirement 2 — The document text is machine-readable.
Many court portals require searchable PDFs. Their ingestion systems run automated text extraction to index the document. A PDF that has been rasterized — converted from a structured document into a flat image — will fail this check. The filing will be rejected even if the file size is compliant.
⚠️ Critical If your document contains a cryptographic digital signature (applied by DocuSign, Adobe Sign, or similar), compression will invalidate it. Do not compress signed documents. See Compress a Signed PDF for the correct approach.
Mitigation: Use the Right Compression Method
The safe approach for court filings is lossless compression only.
What lossless compression does: It removes invisible bloat from the PDF — unused embedded fonts, redundant metadata, duplicate resource references — without altering any visible content or the text layer structure.
What lossless compression does NOT do: It does not rasterize text. It does not downsample images below a safe threshold. It does not merge layers.
If lossless compression is not enough: The file contains high-resolution embedded images (such as scanned exhibits). In this case, you must manually control the image DPI. Target 144 DPI for images in a court document — sufficient for legibility, within acceptable file size.
⚠️ Warning: Lossy Compression Do not use: Any compression setting labelled "Maximum," "Extreme," or "Convert to image." These are lossy operations that will destroy the text layer and cause automated rejection at the portal.
Execution: Compression Checklist
Identify your portal's exact byte limit. Check the court's eFiling FAQ or help documentation.
Upload the PDF to our compression tool. Use "Standard" or "Recommended" compression — not "Maximum."
Download the compressed file.
Measure the exact file size in bytes, not megabytes. (Right-click → Properties on Windows, Get Info on Mac.)
Open the compressed file and verify: Select a paragraph of text with your cursor. If it highlights individual words, the text layer is intact.
Upload to the portal.
✓ Verification Your filing is ready when all three conditions are confirmed:
- File size is strictly below the portal's byte limit.
- You can select and highlight text in the compressed document.
- The portal displays a successful upload confirmation.
Continue Your Workflow
Related Questions
What is the absolute maximum file size for PACER?
PACER strictly enforces a 10MB per document limit.
Can I compress a digitally signed affidavit?
No, compressing a digitally signed document invalidates the cryptographic signature.
Why was my compressed PDF rejected by the court?
It may have been rasterized, making it unsearchable by the court's automated ingestion system.
Is there a difference between bytes and megabytes?
Yes, 5MB in Windows might actually be over 5,000,000 bytes, which some portals will reject.