Why Court Exhibits Are Different from Any Other PDF
A motion exhibit is not just a document — it is a piece of the official record that judges, clerks, opposing counsel, appellate panels, and possibly the public will rely on for years. A typo on a slide deck is forgettable. A redaction failure on a court exhibit makes the news. PDFs filed with the court must meet a higher standard for searchability, archival stability, redaction integrity, and citation accuracy than almost any other document you produce.
This guide walks through the seven steps that turn a working file into a court-ready exhibit, and the tools to do each step cleanly.
Step 1: Confirm the Court's Technical Requirements
Every court has rules. Read them before you start. Common requirements include:
- File format: PDF (always) and increasingly PDF/A for permanent records.
- File size cap: Federal courts via CM/ECF generally cap at 25–100 MB per file; state courts vary.
- Text-searchable: almost universally required — no flat scans.
- Bookmarks: required for any filing with multiple exhibits in many jurisdictions.
- Hyperlinks: some courts require live hyperlinks from a brief to each cited exhibit.
- Confidentiality designations: if filed under seal or with redactions, specific footer language is required.
- Color: some appellate courts still require black-and-white for printed copies.
Step 2: OCR Every Scanned Document
Local rules in most federal districts and a growing number of state courts require filed PDFs to be text-searchable. A scanned PDF is technically a stack of images — the text is not selectable, Ctrl+F finds nothing. OCR PDF fixes this by running Tesseract optical character recognition and adding an invisible text layer underneath the page images.
OCR before you do anything else. It is the foundation that lets every later step (redaction, bookmarks, search) work properly.
Step 3: Redact Privileged and Sensitive Information
Court filings frequently expose information that should never be public: Social Security numbers, account numbers, minors' names, trade secrets, medical details, settlement amounts under seal. Federal Rule of Civil Procedure 5.2 and analogous state rules require redaction before filing.
Use Redact PDF to draw solid black rectangles over the sensitive terms. Critical rule: never just highlight or change text color — the underlying data must be physically removed.
Verify the redactions stuck
After redacting, run the PDF through Flatten PDF. Flattening bakes annotations and form fields into the page content so there is no underlying layer to recover. Then verify by trying to select text in the redacted area — you should select nothing.
Step 4: Add Bates or Exhibit Numbers
Every page of every exhibit should bear a unique identifier. For attached exhibits to a brief, use a clear scheme: Ex. A-001, Ex. A-002, Ex. B-001, etc. For larger productions cited within an exhibit, use Bates numbers.
Use Add Page Numbers to apply the labels. Position bottom-right or bottom-center, clear of any page content. See our Bates numbering guide for full conventions.
Step 5: Build the Exhibit Stack
Most courts want a single filed PDF containing the motion, all exhibits, and a tab divider or coversheet for each exhibit. The recommended approach:
- Create coversheets for each exhibit in Word with the exhibit letter and a short title, then convert via Word to PDF.
- Order the components: motion, then Exhibit A coversheet, Exhibit A body, Exhibit B coversheet, Exhibit B body, etc.
- Merge them all with Merge PDF in the correct order.
- If you need to drop or reorder anything, use Reorder Pages or Remove Pages — do not re-merge from scratch.
Step 6: Convert to PDF/A for Archival Filings
For appellate records, court reporters' archives, and any filing required to survive long-term, convert the final stack to PDF/A using PDF to PDF/A. PDF/A is an ISO standard that requires self-contained files: all fonts embedded, no JavaScript, no external dependencies, ICC color profiles included. It is the format archivists trust to render identically 30 years from now.
See our deep dive: PDF vs PDF/A: What's the Difference?
Step 7: Compress to Fit the Court's File Size Limit
If your final exhibit stack exceeds the court's size cap (commonly 25 MB or 35 MB for CM/ECF), use Compress PDF at the medium level. This downsamples images to 150 DPI — still print-quality — while keeping text crisp.
If compression is not enough, split the stack into multiple filings (Part 1, Part 2, etc.) using Split PDF at the natural exhibit boundaries.
Pre-Filing Quality Checklist
- Open the final PDF and verify: every page is visible, no blank or rotated pages.
- Ctrl+F a unique phrase from a scanned exhibit. It should be found.
- Try to select text in a redacted area. Nothing should select.
- Bookmarks (if used) match the exhibit labels.
- File size is under the court's cap.
- Metadata in PDF Metadata Editor reflects your firm, the matter, and a meaningful title — not the author's home directory path.
- Print the first and last page on paper if your court still maintains paper chambers copies.
Common Court-Filing Mistakes
- Redacting with highlighter color. Yellow highlighting in Word and then printed to PDF does not remove the underlying text. The redacted material is still extractable. Use Redact PDF with flattening.
- Embedding draft metadata. Word's “Inspect Document” finds comments, tracked changes, and author names that should not survive into a filed PDF. Strip them via Metadata Editor.
- Filing flat scans. Many courts auto-reject non-searchable PDFs. OCR first.
- Letting page numbers run continuously across exhibits. Each exhibit should reset to 1 (or use its own letter prefix) for clarity.
- Forgetting the brief itself needs bookmarking too. Tables of contents are bookmarks the court actually uses.
Frequently Asked Questions
Does PDF/A work for electronic court filings (ECF)?
Yes. PDF/A files are valid PDFs and CM/ECF accepts them. Some appellate clerks specifically request PDF/A.
Can I file a password-protected PDF?
No. Court filings must be openable by the clerk and the public (unless filed under seal through the appropriate sealed-filing procedure). Strip passwords with Unlock PDF before filing.
What about embedded form fields in exhibits?
Flatten them. Filed exhibits should be static documents. Flatten PDF converts form fields, signatures, and annotations into permanent page content.
Do I need to sign each exhibit?
Generally no — only the underlying motion or declaration is signed (or e-signed). Exhibits are referenced by the signed pleading. If a specific exhibit requires a signature (an affidavit, a verification), use Sign PDF and then flatten.