Extract a page range, or burst a PDF into one file per page. Free, runs entirely in your browser — your files are never uploaded.
How to use Split PDF
Add the PDF you want to split.
Choose a page range to extract, or burst the document into one file per page.
Download the result — a single PDF for a range, or a ZIP when bursting.
Frequently asked questions
Is the PDF uploaded anywhere?
Nothing is uploaded. The file is read into memory by the page and processed by your own browser, and the site’s Content Security Policy blocks outbound connections entirely — so it cannot send your file anywhere even if it tried.
How do I write the page range?
Ranges accept single pages and spans together, like 1-3, 7, 12-14. Pages come out in the order the original had them.
What happens to the original file?
It is untouched. Splitting produces new files and leaves the document you added exactly as it was.
Why is bursting a ZIP?
A 40-page document bursts into 40 PDFs, and browsers will not download that many files individually without prompting. Zipping them keeps it to one download.