Split PDF guide
Pull specific pages out of a PDF or break it into several files. Type ranges like 1-3, 5, 8-, split every N pages, or save each page separately. Your document is processed on your device and never uploaded.
Four ways to split a PDF
Extract pages into one PDF: you list the pages you want and get a single new file with just those pages, in the order you typed them. This is what most people mean by "split": pulling the three pages the HR portal asked for out of a 40-page benefits packet.
Each range as its own PDF: every comma-separated range becomes a separate file. Type 1-2, 3-10, 11- and you get three PDFs. Use it to break a combined scan back into its original documents.
Every N pages: chops the file into equal chunks. Set it to 2 to split a batch of scanned two-page forms, or to 1 for the same result as the next option. Every page as its own PDF: one file per page, handy for invoices scanned in one go.
Range syntax, with examples
Pages are numbered from 1, the way your PDF viewer shows them. Not by the printed page numbers in the document footer, which often start later because of covers and tables of contents. Check the viewer's page counter if you're unsure.
5 means just page 5. 1-3 means pages 1, 2 and 3. 8- means page 8 to the last page. -4 means the first four pages. Combine them with commas: 1, 4-6, 10- extracts page 1, pages 4 to 6, and page 10 to the end. Spaces don't matter. If a range runs past the end of the document or backwards (like 9-3), the tool tells you which part is wrong instead of silently guessing.
Order is respected in extract mode, so 5, 1-4 puts page 5 first. That's a quick way to move a signature page to the front without a full reorder.
Worked example: a 30-page scan of mixed documents
You scanned everything for a mortgage application in one go: a 4-page ID and tax form bundle, 6 pages of pay stubs, and 20 pages of bank statements. Choose "Each range as its own PDF" and type 1-4, 5-10, 11-. You get three files named after the original with the page ranges, like scan-p1-4.pdf, scan-p5-10.pdf and scan-p11-30.pdf. Rename them to match what the lender asked for and upload each where it belongs.
Want only the last page of each statement? Use extract mode with something like 14, 18, 22, 26, 30 to get a single PDF of summary pages.
Your file stays on your device
PDF sites that upload your document limit you by pages, file size or tasks per hour because processing costs them money. Worse, your bank statements now sit on someone else's server. Here the split happens in your browser with the open-source pdf-lib library. The file is read into memory, the pages you picked are copied into new documents, and the results go straight to your downloads. There is no page cap. The practical limit is your device's memory, which on a laptop means hundreds of pages without trouble.
What to expect from the output
Pages are copied, not re-rendered, so text stays sharp and selectable and images keep their original quality. Each output file carries only the resources its pages need, so splitting a 50 MB file usually gives much smaller pieces. Though if one page holds a huge embedded image, that page alone stays big.
Document-wide extras like bookmarks and fillable form fields tied to other pages may not come along. For a form you need to keep filling in, split first, then fill; or fill, print to PDF, and split the flat copy.
Troubleshooting
"Password-protected": the file is encrypted. Open it with the password in your viewer and use Print, Save as PDF to make an unlocked copy, then split that. "Could not read this file": the PDF may be damaged or only partly downloaded; re-download it and try again.
Getting lots of files at once? Browsers treat each link as a separate download, so click through them. For a one-file-per-page split of a long document, extract mode with a range list is often less clicking. Need to put pieces from different PDFs together afterwards? That's Merge PDF.
How we calculate: sources
Frequently asked questions
Is my PDF uploaded?
No. Splitting happens in your browser, so the file never leaves your device. That also means no page limit or hourly quota.
How do I extract specific pages from a PDF?
Choose Extract pages into one PDF and type the pages, for example 2, 5-7. You get one new PDF with just those pages, in the order you typed.
What range formats are supported?
Single pages (5), ranges (1-3), open ranges to the end (8-) or from the start (-4), separated by commas. Pages are numbered from 1 as your PDF viewer shows them.
Can I split a PDF into single pages?
Yes. Choose Every page as its own PDF and you get one file per page, named with its page number.
Does splitting reduce quality?
No. Pages are copied, not re-rendered, so text stays sharp and selectable and images keep their resolution.
Why can't I split my PDF?
If it asks for a password to open, it is encrypted. Open it with the password and use Print, Save as PDF to make an unlocked copy, then split that.
Can I split a PDF on my phone?
Yes. Pick the file from Files or Google Drive, enter your ranges, and each resulting PDF downloads to your phone.