Splitting vs. extracting — same tool, two use cases
"Splitting" and "extracting" get used interchangeably, but it's worth knowing they're really the same operation applied differently. Splitting by range breaks a long document into several smaller multi-page files — pages 1–10 and 11–20 becoming two separate documents, for example. Extracting pulls out one specific page, or a handful of individual pages, into their own file. A tool that accepts a comma-separated list of pages and ranges — like 1-3, 5, 8-10 — handles both at once: each entry in that list becomes its own output file, so there's no need to pick between a "split" mode and an "extract" mode ahead of time.
Split a PDF now
Reading page ranges correctly (the most common mistake)
The single most common error when splitting a PDF is counting from the wrong number — a printed page number in the corner of a document rarely matches the PDF's actual internal page count if there's a cover page, a blank page, or a table of contents before it. A document with a cover page and a printed "page 1" on the third sheet is actually on the PDF's internal page 3, not page 1. Always count from the position shown in your PDF viewer's own page indicator, not any number printed on the page itself, and double-check the exact pages you need before entering a range — an off-by-one mistake here is the single easiest way to end up with the wrong pages in your extracted file.
Step-by-step: splitting a PDF on Nonkera
Upload the PDF you want to split — the tool reads it locally and shows you the exact page count, which is the number to count against rather than any printed page number. Type the pages or ranges you want as a comma-separated list, like 1-3, 5, 8-10, mixing individual pages and ranges freely in the same entry. If that list resolves to just one range, clicking split downloads a single PDF containing those pages. If it resolves to more than one — because you listed several separate ranges or pages — the tool bundles each one into its own PDF inside a single ZIP file, so a multi-part split still arrives as one download instead of several separate ones to manage.
Why local, browser-based splitting matters for sensitive documents
Splitting a document often means handling something you'd rather not send through a third-party server — a signed contract you're extracting just the signature page from, a medical report, or financial statements you only need one section of. Many free PDF splitters online route the file through a remote server to perform the split, which briefly puts that document on infrastructure you don't control. A splitter that processes everything locally in your browser avoids that step entirely: the file is read, split, and turned into a download all on your own device, with nothing uploaded anywhere in between.
Common use cases
Pulling a single chapter out of a long ebook or course packet without sharing the whole document is one of the more common reasons to split a PDF. Extracting just a signature page from a contract to send separately, rather than the entire agreement, is another. Businesses use splitting to break a combined batch of invoices back into individual files per customer, and anyone working with a large scanned document — old records, a lengthy report — uses it to break the file into more manageable, individually shareable pieces instead of one unwieldy download.
What splitting doesn't change
Splitting only rearranges which pages end up in which output file — it doesn't re-render, recompress, or otherwise touch the actual content, so every extracted page keeps its original resolution, formatting, and quality exactly as it appeared in the source document. The one thing splitting can't get past is a password: if the source PDF is protected, you'll need the correct password to open it first, since a tool can't split content it isn't able to read in the first place. And because splitting works from a copy rather than modifying the original, the source file you uploaded stays completely intact — you can always go back and split it a different way later if your needs change.