PDF Splitter
A PDF splitter divides one PDF file into two smaller files at a page you choose. Toolverge does this with the same pdf-lib library as PDF Merger, running entirely in your browser — pick a split point, and download Part 1 and Part 2 as two separate files with no upload involved.
Choose a PDF file to see its page count and split it into two parts.
How it works
- Choose a PDF file — its page count appears automatically.
- Enter the page to split after.
- Press Split, then download Part 1 and Part 2.
Formula Part 1 = pages [1, N]; Part 2 = pages [N+1, last], where N is the chosen split page.
Frequently asked questions
Are my files uploaded to a server?
No. Everything — reading, splitting, and building both output files — happens in your browser using the pdf-lib library. No file ever leaves your device.
Can I split a PDF into more than 2 files?
Not in one pass — this tool splits into exactly 2 parts at one page. Split Part 2 again to divide it further.
Can I extract a single page instead of splitting in half?
Yes — set the split point to one page before the one you want, then use Part 2 (or split again) to isolate it.
Does this work the same as PDF Merger, just in reverse?
Yes — both use the same pdf-lib library and the same page-copying approach; Merger combines files, Splitter divides one.
Can I split a password-protected PDF?
No — encrypted PDFs can’t be read without the password; remove protection first in a PDF editor, then split.