Splitting comes up whenever a PDF holds more than you need. A scanned book chapter might be buried inside a 400 page file, a signed contract might need just its signature page pulled out for a records system, or a bundled report might need to become twelve separate handouts, one per section. Doing that with a printer driver or a paid desktop app is slow for something this simple.
The pages never leave your device. The file is parsed locally, individual pages are copied into new documents and handed to you as downloads, so a confidential file stays confidential and a very large scan is not throttled by an upload connection.
When to split PDF pages instead of just scrolling past them
If you only ever need to read a section, scrolling is fine. Splitting matters the moment you need to send, archive or reuse a subset of the pages on their own, because a recipient who only needs page 12 should not have to receive and store the other 199 pages around it.
It also matters for size. Email attachment limits, upload forms and messaging apps all cap file size, and a ten page excerpt is a much easier attachment than the eighty page report it came from.
- Split PDF pages into individual files when every page needs to be a standalone document.
- Extract a page range when you only need a contiguous section, such as pages 5 to 9.
- Pull out a single page, such as a signature page or an ID scan, from a longer file.
- Separate PDF pages that were scanned as one batch back into their original individual files.
- Reduce attachment size by sending only the relevant pages instead of the whole PDF.
Splitting every page compared with a page range
Splitting into individual pages produces one PDF per page, each keeping its original size, orientation and content. This is the right choice when a scanned batch actually contains several unrelated documents that were scanned together and now need to become separate files again.
A page range instead produces a single new PDF containing only the pages you specify, in their original order. This is the right choice when you need one coherent excerpt, such as a chapter or an appendix, rather than a pile of single page files to reassemble later.
Checking pages before you split
Every page renders as a small thumbnail before you commit to anything, so you can confirm page 9 really is the page you think it is before extracting it. This matters most with scanned documents, where page numbers printed on the page itself do not always match the position of that page inside the PDF.
If a file will not open at all, it is almost always because it is password protected. A PDF encrypted with an open password cannot be read by the browser without that password, so the tool reports this clearly rather than showing a blank preview.
Choosing a page range to extract
Type a range using the page numbers shown under each thumbnail, for example 3 to 7 for five consecutive pages. The range is inclusive on both ends, and the resulting file keeps the original page order, rotation and resolution exactly as they were in the source. Choosing to extract PDF page range output instead of individual pages is the right call whenever the pages belong together as one excerpt.
For a single page, enter the same number twice, such as 4 to 4. There is no limit on how large a range can be beyond the total number of pages in the source document.
How this split PDF pages tool works under the hood
Two browser libraries share the work. One renders each page to a canvas so you get an accurate thumbnail before deciding anything, and the other copies the actual page objects into new PDF documents once you choose individual pages or a range, preserving vector text and image data rather than flattening anything to a picture.
All of that runs inside the tab that has the page open. There is no upload request carrying your file, no server side queue and no retention period, because the computation never leaves your device in the first place.
Splitting large scanned PDFs on mobile
The tool works the same way on a phone browser, and the file picker on iOS and Android includes anything saved from a scanning app or an email attachment. A large scanned batch uses more memory to render thumbnails on a phone than on a laptop, so if the tab reloads part way through, splitting the file into two smaller passes solves it.
A pdf splitter online without the upload wait
A typical pdf splitter online accepts an upload, processes it on a server and sends the result back, which means your file leaves your device and the wait scales with your connection speed rather than your device's own performance. This tool skips that model, since every thumbnail render and every page copy happens locally in the tab you already have open.
That local approach is also what makes it practical to split pdf into pages one at a time for a genuinely large scanned book, where uploading a few hundred megabytes would otherwise be the slowest part of the whole job by a wide margin.
How to split PDF pages
- 1
Add your PDF
Drop a PDF file onto the drop area or click it to choose one. A thumbnail appears for every page.
- 2
Choose a split mode
Pick individual pages to get one file per page, or a page range to extract a contiguous section.
- 3
Set the range, if needed
For a page range, enter the first and last page number. Both are included in the output.
- 4
Split and download
Press split, watch the progress bar, then download the individual pages or the extracted range.
Related tools worth bookmarking
Sources and further reading
Frequently asked questions
Common questions about the split pdf pages.
Yes. Choosing individual pages produces one separate PDF for every page in the source document, and all of them can be downloaded together in one batch action once processing finishes, so you do not have to click through them one at a time.
The tool checks that both numbers fall within the actual page count and that the first number is not greater than the second before it lets you split, showing a plain message telling you the valid range for that specific document instead of producing a broken file.
No. Pages are copied as complete PDF objects rather than rasterised and re encoded, so any selectable text stays selectable and embedded images keep their original resolution. The output pages are visually identical to the corresponding pages in the source file.
No. The entire process runs inside your browser tab using local PDF libraries. Nothing is transmitted to a server at any point, which you can confirm by opening your browser's network panel and watching for requests while a split runs.
Not without its password. Encrypted PDFs cannot be decoded by the browser without the correct credentials, so the tool detects this case and tells you the file is protected rather than failing silently. Remove the password in the application that created the file and try again.
Yes. Whatever rotation a page had in the original document, whether it was scanned sideways or upside down, carries across exactly into the split output, since the page object is copied rather than redrawn from scratch during the split.