What Is a PDF Splitter?
A PDF splitter is a tool that divides one PDF document into multiple smaller files, based on page ranges, a fixed page count per file, or manually selected pages. This is the inverse of merging — instead of combining documents, you're breaking a larger document apart into more manageable, shareable, or organized pieces.
Browser-based PDF splitters like this one process your document on your device using the pdf-lib JavaScript library, so your file is not sent to the tool's server. Local processing reduces exposure for business documents, contracts, financial records, or scanned files, although you should still use a trusted device and browser.
Choosing the Right Split Mode
Custom Ranges
Best when you need specific, named sections — like splitting a report into chapters or a contract into exhibits with distinct labels.
Split Every N Pages
Best for evenly dividing long documents into equal chunks, such as splitting a 100-page scan into ten 10-page files for easier upload.
Every Page Separately
Best when you need each page as its own standalone file — common for archiving, OCR processing, or distributing individual certificates.
Select Pages
Best when you only need a handful of specific pages from a much longer document, like extracting just the signature page from a contract.
Common Use Cases
Splitting eBook Chapters
Divide a full-length eBook PDF into individual chapter files.
Separating Invoice Batches
Split a bulk invoice export into individual invoices per client.
Extracting Contract Sections
Pull out just the signature pages or specific exhibits from a contract.
Organizing Scanned Archives
Break a large scanned archive into per-document files for filing.
Splitting Exam Papers
Divide a combined exam PDF into individual student submissions.
Sharing Report Sections
Send only the relevant section of a large report to each stakeholder.
Frequently Asked Questions
Technical note: This tool uses the open-source pdf-lib JavaScript library to copy visible page content into new PDFs without rasterizing it. ZIP bundles use store-only packaging, so PDF data is not additionally compressed. Document-level bookmarks, portfolios, scripts, attachments, digital signatures, and some interactive forms may not carry over. Encrypted or password-protected PDFs cannot be processed directly.