How to Bulk Export Documents from iManage Work (2026 IT Guide)
A complete IT guide to bulk exporting documents from iManage Work. Covers native options, third-party tools, the 9,999 limit, and the fastest path to exporting a departing lawyer's documents.
You're an IT admin at a law firm. A partner is leaving. HR wants all their documents exported from iManage — preferably to a USB drive, preferably today. Or maybe you're migrating matters to a new firm's iManage environment. Either way, you need a reliable way to get large volumes of documents out of iManage with folder structure and metadata intact.
This guide covers every option available in 2026, from native iManage tools to third-party solutions, with an honest assessment of the trade-offs.
Option 1: Native iManage Export
Best for: Small exports under 9,999 documents
iManage Work Desktop includes a built-in export function. Right-click a workspace or folder and select "Export." This works for small matters but has significant limitations:
- 9,999 document cap — You cannot export more than 9,999 documents at once
- No batch processing — Each export must be initiated manually
- Path length issues — Fails silently on paths exceeding 254 characters
- Limited metadata — Doesn't always preserve full document metadata
Verdict: Fine for quick, small exports. Not viable for matters with more than 10,000 documents or deep folder structures.
Option 2: Custom Scripts (PowerShell / Python)
Best for: Firms with dedicated IT development resources
Some firms build custom export scripts using the iManage REST API. This can work but comes with significant overhead:
- Requires REST API credentials (OAuth registration in Control Centre)
- Still subject to API rate limits and pagination
- Must handle error recovery, retries, and logging
- Ongoing maintenance burden as iManage APIs evolve
- Typically takes weeks to develop and test
Verdict: Technically possible but expensive to build and maintain. Most small to mid-size firms don't have the IT bandwidth.
Option 3: Third-Party Server-Based Tools (Bundledocs, DocAuto)
Best for: Firms already using these tools for bundling or automation
Both Bundledocs and DocAuto offer export capabilities alongside their primary functions (document bundling and automation, respectively). Key considerations:
- Require server infrastructure or cloud routing — web servers, networking approvals
- Require REST API OAuth setup in Control Centre
- Bundledocs routes documents through its cloud infrastructure
- Subject to the REST API's 9,999 document limit
- Setup typically takes days to weeks
- Pricing not publicly listed (requires contacting sales)
Verdict: Good if you already use these tools for their primary purpose. Overkill and infrastructure-heavy if you just need export.
Option 4: MatterExport (Desktop App — No Server)
Best for: Firms that need fast bulk export without server infrastructure
MatterExport is a desktop app that connects to iManage via the REST API. No web server, no server infrastructure — it runs on a single machine.
What this means in practice:
- No server infrastructure — Desktop app. No web server, no networking approvals
- Trivial Control Centre setup — Cloud: install from approved apps list (one click). On-prem: import manifest (~30 sec)
- No document limit — Exports of 100,000+ documents in a single job
- Search by lawyer, client code, or matter — Find all matters for a departing lawyer quickly
- Version history — Export all document versions, not just the latest
- Metadata export — Generates CSV metadata files and HTML export reports with document profile properties, cumulative across runs
- Data stays local — Documents go directly from iManage to your machine. Nothing passes through external servers
- Long path support — Handles paths beyond 254 characters without skipping files
- Same-day purchase — $1,200/year for 10 seats, credit card purchase. Generate a pro-forma invoice for procurement without a sales call
Verdict: The fastest path from "I need these documents exported" to having them on a drive.
Comparison Summary
| Criteria | Native | Custom Scripts | Bundledocs/DocAuto | MatterExport |
|---|---|---|---|---|
| Max documents | 9,999 | Unlimited* | 9,999 | 100,000+ |
| Server infrastructure | No | No | Yes | No (desktop app) |
| Time to first export | Immediate | Weeks | Days | Minutes |
| Data stays local | Yes | Yes | No | Yes |
| Long path support | No | Maybe | No | Yes |
| Folder structure | Partial | Custom | Yes | Yes |
| Public pricing | Included | Dev cost | No | $1,200/yr |
* Custom scripts can technically export unlimited documents but require significant development effort and ongoing maintenance.
The Departing Lawyer Scenario (Step by Step)
This is the most common use case we see. Here's exactly how an IT team handles it with MatterExport:
- Download MatterExport — Free trial available, or purchase same-day with a credit card
- Install — Standard Windows installer, takes 2 minutes
- Control Centre setup — Cloud: install from approved apps list. On-prem: import manifest file. (~30 seconds)
- Search by lawyer — Enter the departing lawyer's name or user ID. MatterExport finds all their matters
- Queue exports — Select the matters, choose destination (local drive, USB, network share), start export
- Verify — Review the HTML export report for completeness
Total time from download to first export: under 10 minutes.
Which Option Should You Choose?
- Under 9,999 documents, one-off export: Native iManage export is fine
- Over 9,999 documents, or regular exports: Use MatterExport
- Already using Bundledocs/DocAuto with infrastructure in place: Use your existing tool
- Need it done today without provisioning a server: Use MatterExport
Frequently Asked Questions
Can I export all matters for a specific lawyer at once?
Yes. MatterExport lets you search by lawyer, client code, or matter number. You can queue multiple matters for export in one session.
What file formats are supported?
MatterExport exports documents in their native format — whatever format they're stored in iManage (Word, PDF, Excel, email, etc.). It doesn't convert or alter files.
Does this work with iManage Cloud?
Yes. MatterExport works with iManage Work 10, both on-premises and cloud. Control Centre setup is trivial for both. Read more about why no server infrastructure is needed.
How does MatterExport handle duplicate filenames?
If two documents have the same name in the same folder, MatterExport appends a sequence number to avoid overwrites while keeping filenames recognizable.