Split PDF — Extract Specific Pages into a New File
Splitting takes the pages you actually need out of a long document — one chapter from a book, one invoice from a batch, the signature page from a contract — and saves them as a new PDF, leaving the original untouched.
How to extract pages in your browser
- 1Add the PDF you want to split.
- 2Type the pages you want in the Pages box. You can mix ranges and single pages, like 1-3, 7, 10-12.
- 3Click Extract Pages to download a new PDF containing only those pages, in the order listed.
Frequently Asked Questions
How do I write the page range?
Use commas to separate entries and a hyphen for ranges. For example 1-3, 7, 10-12 gives you pages 1, 2, 3, 7, 10, 11, and 12. Page numbers start at 1, matching what your PDF reader displays.
What happens if I enter a page number that does not exist?
Out-of-range numbers are ignored and ranges are clipped to the document length. If nothing valid remains, you get a clear error rather than an empty file.
How is this different from Delete Pages?
Extract keeps only the pages you list. Delete Pages does the opposite — it keeps everything except the pages you list. Use whichever needs less typing.
Are my files uploaded to a server?
No. This tool runs entirely inside your browser using WebAssembly — your file is never uploaded, never stored on a server, and never seen by us. You can confirm it by opening your browser's Network tab while the tool runs, or by disconnecting from the internet after the page loads: it still works.