How to split invoices in Adobe — and a faster way that doesn't need a subscription.
Adobe Acrobat can split a combined invoice PDF, but it takes a paid Acrobat Pro subscription and manual page-range selection for every invoice. PDF SmartSplit finds each invoice's boundary automatically by matching text like "Invoice #" — free, with no install and no upload.
No signup. No install. Free for files up to 30 pages.
How to split invoices in Adobe Acrobat
For accuracy, here's what the Adobe workflow actually involves before you commit to it.
Open Organize Pages → Split
This tool lives in Acrobat Pro (not the free Acrobat Reader) — it requires a paid subscription. Free online "Adobe Acrobat" split tools exist too, but they upload your file to Adobe's servers to process it.
Choose a split rule
Acrobat's Split tool offers three options: by number of pages, by file size, or by top-level bookmarks. There's no option to split wherever a piece of text — like an invoice number — appears on the page.
Fix the misaligned invoices by hand
If invoices vary in length — nearly always true — a fixed page count or file size cut splits mid-invoice. You end up manually re-checking and re-splitting the ones that didn't line up.
| Adobe Acrobat | PDF SmartSplit | |
|---|---|---|
| Cost | Acrobat Pro subscription required for editing/splitting | Free tier, no signup; Pro is a one-time $19 |
| Where it processes your file | Desktop app locally, or uploaded to Adobe's servers for online tools | Entirely in this browser tab — never uploaded |
| Finds invoice boundaries by text | No — page count, file size, or top-level bookmarks only | Yes — matches text like "Invoice #" automatically |
| Handles variable-length invoices | Only by manually re-checking each split | Yes — a new file starts wherever the match text appears |
| Install required | Desktop app, or account for online tools | None — runs in any modern browser |
pdf.js to read the
text and pdf-lib to
assemble each invoice's pages into their own file, both running as JavaScript in this page.
Split your invoice PDF — no Adobe needed
Free tier: 1 file at a time, up to 30 pages. Text-layer PDFs only (no scanned/OCR yet).
Drag & drop your combined invoice PDF here, or click to choose
Up to 30 pages · stays on this device
Preview
Split mode
Need each invoice named automatically too?
Free tier splits and numbers the files for you. Pro (in development) extracts the invoice
number from each page and renames the file to match — e.g.
INV-1042.pdf
instead of part-03.pdf —
plus multi-file batch processing and unlimited pages. One-time $19, still no subscription.
Your invoice data never leaves your browser
PDF SmartSplit has no upload endpoint, no server that touches your document, and no account to leak. Open your browser's network tab while you split a batch — you'll see it stay quiet. Processing uses pdf.js and pdf-lib running as JavaScript in this tab; the zip is built in memory and handed straight to your browser's download dialog.