Split PDF
Split a PDF into separate files. Extract specific pages, split into individual pages, or define custom page ranges. Free and private.
Drop your PDF here
or click to choose a file
Max file size: 100MB
Three Ways to Split a PDF
There is no single 'split' operation in the PDF specification, so the tool offers three patterns. Extract pulls out specific pages you select and saves them as one new file - useful for grabbing pages 5 to 12 of a long contract. Individual splits the document so every page becomes its own file - handy when you need to upload each page of a 30-page bank statement to a portal that accepts one PDF at a time. Custom ranges let you write expressions like '1-5, 8, 11-15' to produce multiple output files, one per range.
Internally each mode does the same thing: it creates a new PDF document, copies the chosen pages from the source page tree, and writes a file. Fonts, embedded images, and annotations on the kept pages come along. Bookmarks and links pointing outside the kept range are dropped, since they no longer have anywhere to go.
When to Split vs When to Extract or Delete
Split is the right choice when you want multiple smaller PDFs from one source. If you only need one slice and want to throw the rest away, [Extract PDF Pages](/extract-pdf-pages) is more direct. If you want to keep most of the document and just remove a few pages, [Delete PDF Pages](/delete-pdf-pages) is the natural fit.
A common workflow is splitting a multi-statement bank export. A bank might give you 12 monthly statements bundled into one file. Splitting by individual page or custom ranges separates them so each month is its own attachment, ready for an accountant or expense system. The split runs locally, so the statements never sit in a third-party server's logs.
Browser-Only Processing
Splitting happens entirely in your browser using pdf-lib. The PDF is read into memory, the page subsets are extracted, and the resulting files are offered as direct downloads. Nothing uploads anywhere, which is the right setting for personal documents (medical records, legal correspondence, tax paperwork) where confidentiality is the whole point.
Splitting is fast for documents under 100MB on most devices. Very large files can hit browser memory limits, especially on phones; if a split stalls, try the Extract mode for just the pages you actually need rather than splitting into individuals. Encrypted PDFs need to be decrypted first, since the browser cannot read inside without the password.
Frequently Asked Questions
How do I write a custom range like '1-5, 8, 11-15'?
Use commas to separate ranges and dashes for spans. '1-5' means pages 1 through 5. '8' means just page 8. '11-15' means 11 through 15. Combine them with commas: '1-5, 8, 11-15' produces three output PDFs. White space around commas is allowed.
Will splitting reduce the file sizes?
Yes, usually significantly. Each split file only contains the pages you kept, plus the resources those pages need (fonts, images). For a long document where every page references the same fonts, the savings can be substantial; for a document where each page has unique embedded photos, less so.
Can I split a scanned PDF the same way?
Yes. A scanned PDF is just a PDF where each page is an image, so splitting works identically. The only thing you cannot do with a scan is search inside the resulting files, since there is no extractable text without OCR.
What happens to bookmarks when I split?
Bookmarks pointing at pages within the kept range usually survive and renumber to their new position. Bookmarks pointing at removed pages are dropped, since their targets no longer exist in the new file.
Related Tools
Merge PDF
Combine multiple PDF files into one document. Drag and drop to reorder pages before merging. Free, fast, and works entirely in your browser.
Extract PDF Pages
Extract specific pages from a PDF into a new file. Select the pages you need and download a clean new PDF with just those pages.
Delete PDF Pages
Remove unwanted pages from a PDF file. Select the pages you want to delete and download the trimmed document. Free and instant.
Rotate PDF
Rotate PDF pages individually or all at once. Fix sideways or upside-down scans in seconds. Works in your browser with no upload to servers.