Split PDF
Extract selected pages from a PDF into a new file.
This tool runs entirely in your browser. Your data is never uploaded, never stored, and never leaves your device.
Extracts the pages you name from a PDF into one new document — despite the name, the result is a single file, not one file per page.
How to use it
- 1Choose a PDF; the tool reads it and reports how many pages it holds.
- 2Type the pages you want — single numbers, ranges, or a mix such as 1-3,5.
- 3Press Extract Pages and download split.pdf.
Example
- Input
- A 10-page PDF, pages field: 5,1,1-2
- Output
- split.pdf containing pages 1, 2 and 5, in that order
Whatever you type is de-duplicated and sorted ascending, so 5,1 comes back as 1 then 5 and a repeated page still appears once. That means this cannot reorder pages. Numbers past the end of the document are quietly ignored; if nothing valid remains you are told to enter a page between 1 and the document's length.
What happens to your data
The PDF is opened and rewritten by JavaScript in your own browser. It is never sent anywhere, and the extracted pages exist only as a temporary download link that dies with the tab.
Last updated August 2026
Someone has asked for pages 4 to 9 of a 200-page contract. Or two pages of a scanned bundle concern you and the other forty do not. Or there is one payslip somewhere inside a year's worth of them. Sending the whole file is the easy move and usually the wrong one — it makes the person at the other end hunt, and it hands over more than they asked for.
Before typing anything, work out which way round the job is. If you want a small part of a long document, naming the pages you want is the short route. If you want nearly all of it minus a page or two, saying it the other way round is fewer keystrokes and less to get wrong — Delete Pages from PDF exists for exactly that, and the two arrive at the same kind of result from opposite ends.
The mistake that costs people a second attempt is the numbering. What you type here are positions in the file, counted from the first sheet the viewer shows, and that is not always the number printed on the paper. A cover, a blank verso, roman-numbered front matter — each one pushes the printed numbers out of step, so the page labelled 1 in a report can easily be the third page of the PDF.
Worth knowing too: a page is not a self-contained thing inside a PDF. Fonts, colour profiles and images are shared across the document, so pulling three pages out of two hundred will not necessarily give you a file a hundredth of the size. The pages you keep bring their dependencies with them.\n\nA PDF splitter goes by several names \u2014 split PDF online, separate PDF, extract pages from PDF \u2014 and the useful distinction is not the name but the direction. Naming the pages you want is extraction; naming the ones you do not is deletion, and the page-removal tool does that from the other end. How to split PDF files comes down to knowing which of those you are asking for. It is split PDF free here in the plain sense: no page cap, no watermark, and nothing uploaded.
How it works
Toolvore runs entirely in the tab you already have open. Choosing a file loads pdf-lib on demand, reads the document into memory and reports how many pages it holds, and that count is what every entry is then checked against. What you type is split on commas, each part read as a single number or as a start-to-end range, and the results collected so that overlapping requests settle into one ascending list of positions. A new, empty PDF is created and the chosen pages are copied into it, each bringing across the fonts and images it draws on, and the finished bytes become a temporary download named split.pdf. The weakness sits in that empty document: anything stored at the level of the file rather than on a page has nowhere to travel. The bookmark tree, the title and author fields, and the structure behind form fields are not rebuilt, and an internal link that pointed at a page you left behind has nothing to land on. Page content itself is copied rather than re-encoded, so nothing is compressed on the way through — a heavy scan comes out just as heavy per page as it went in.
Common use cases
- Pulling out the three pages of a contract someone actually asked for
- Sending one section of a scanned bundle without the rest of it
- Taking a single payslip or statement out of a year filed as one document
- Lifting a chapter from a long report for a reviewer who needs only that
- Trimming a document down before joining it to another one
- Keeping just the signed pages of a returned agreement
- Cutting a long PDF to the few pages an upload form will accept
Frequently asked questions
How do I take certain pages out of a PDF?+
You need something that can copy pages into a fresh document rather than an editor that only hides them. Here, drop the PDF in and the page count appears beside the filename, type what you want in the Pages box — single numbers, ranges written with a hyphen, separated by commas — then press Extract Pages and take the download. Everything you type is measured against the length of the document before any file is built, so a range that runs past the end, or one written backwards, stops with a message naming the part that is wrong. That is deliberate: the alternative is a download that is quietly missing pages you asked for.
Why do the page numbers I type not match the numbers printed on the page?+
Because they are counting different things. Printed numbering usually starts after a cover, and long documents often give front matter roman numerals before the arabic numbers begin, so the page marked 1 can be the third sheet in the file. Some viewers show that printed label rather than the position, which makes the gap easy to miss. Positions are what get used here: page 1 is the first sheet, whatever it says on it. The reliable check is to scroll to the page you want and read where it sits out of the total your viewer reports, then use that number rather than the one on the paper.
Does splitting a PDF make the file smaller?+
Usually, but rarely in proportion to the pages you dropped. A PDF stores fonts, embedded colour profiles and images once and points at them from wherever they are used, so the saving depends on what the pages you kept still need. Take three text pages out of a 200-page report and the result can be tiny; take the three pages that carry all the photographs and you keep most of the weight. Nothing is re-compressed during the copy either, so image quality and image size come across untouched. If a size limit is the real problem, extract first and then run the result through a compressor.
Can I split a password-protected PDF?+
Not here. The file is read before anything else happens, and an encrypted document fails at that step — you get a message saying it could not be read and may be encrypted or corrupted, and no page count appears. There are two kinds of PDF password, one that stops the file opening at all and one that claims to restrict printing or editing, and neither is handled. The fix is to open the document in a reader where you know the password, save an unprotected copy, and split that. It is also worth not typing a document password into a random website in order to have the protection stripped.
Is the PDF uploaded to a server when it is split?+
No. The pdf-lib library is pulled into the page and the whole job — reading the document, counting its pages, copying the ones you named, saving the result — happens in JavaScript on your own machine. The download is a temporary link held by the tab, and each new file or new run releases the previous one, so an old link cannot be downloaded by mistake after you have changed your mind. If a file arrives from another tool on the site it is handed across inside the same tab and the page says so on screen. That matters more than usual here, given that the documents people cut up tend to be contracts, bank statements and letters from a doctor.
Will bookmarks, links and form fields survive?+
The pages will. What sits above them will not. The output begins as an empty document and receives copied pages, so the bookmark tree, the title and author metadata, and the structure that makes form fields fillable are not carried over — the widgets may still be drawn on the page without the machinery behind them. Internal links are the subtle one: a cross-reference pointing at page 140 has nothing to point at once you have kept only pages 4 to 9, so it either dies or lands somewhere unintended. If the outline of a long document is part of its value, keep the original alongside the extract rather than replacing it.
How do I reorder pages in a PDF?+
Not by extracting them. Whatever order you type the numbers in, the list is sorted into ascending order before the copy runs, so an extract always comes back in the document's own sequence. To move a block, take each piece as its own extract and then join them in the order you want with Merge PDFs: pages 5 to 8 as one file, pages 1 to 4 as another, then merge with the second half first. That works for one or two moves and gets tedious quickly. For a real reshuffle, a desktop editor with a thumbnail view you can drag will cost you less time.
Can I still search and select the text afterwards?+
If the original had selectable text, yes. Pages are copied across as they are rather than redrawn or re-encoded, so characters remain characters and a viewer's find command works on the extract exactly as it did on the source. If searching the result turns up nothing, it would have turned up nothing in the original too — that document is a scan, meaning a photograph of text rather than text, and no amount of splitting will change it. Reading those words as characters needs OCR, which is a separate step. Splitting neither adds a text layer nor destroys one.
Related tools
Merge PDFs
Combine multiple PDF files into a single document.
PDF to JPG Converter
Turn every page of a PDF into a JPG image, at screen, high or print resolution.
Rotate PDF
Rotate all or selected pages of a PDF and download the result.
Extract Text from PDF
Pull all readable text out of a PDF file.