How to Split PDF Files Fast
Splitting is the reverse of merging: you have one PDF and need to pull it apart โ extracting a single chapter from a textbook scan, separating a contract's signature page from the body, or dividing a long report so each recipient only gets their relevant section.
How the split tool works
After you drop in a PDF, the tool generates small preview thumbnails of every page using PDF.js so you can see what you're working with. These thumbnails are deliberately low-resolution โ they're just for the selection screen and are never part of the actual output. You click pages to assign them to "File 1"; everything left over becomes "File 2." When you're ready, pdf-lib copies the original page content โ fonts, vector paths, embedded images โ directly into each new file. Nothing is re-rendered, so both resulting files keep the exact same quality as the source PDF.
There's a 500-page limit per file for browser processing โ anything larger should be split in stages, since generating hundreds of preview thumbnails in a browser tab uses noticeable memory.
When splitting saves you time
Splitting is especially useful for pulling a specific section out of a long document without re-scanning or re-exporting it, dividing a merged batch of scanned pages back into individual documents, or separating a cover page or appendix that doesn't belong in the main file. If you need more than two output files from one source, you can run the split tool again on either result.
Common issues
- Encrypted PDFs. A password-protected file can't have its pages copied out โ you'll need to remove the password with a PDF reader first.
- Both files need at least one page. The split button stays disabled until you've assigned at least one page to each side โ you can't accidentally produce an empty file.
- Large scanned PDFs. Files with hundreds of high-resolution scanned pages take longer to generate previews for; this is normal and doesn't affect the final output quality.
A quick tip
If you only need to remove a handful of pages rather than divide a document into two roughly even parts, our Delete Pages tool is usually the faster choice โ it's built specifically for picking out and dropping individual pages rather than sorting everything into two groups.