Toolerax logoToolerax
·8 min read

How to Split a PDF into Separate Pages

A single PDF often contains far more than you actually need to share. It might be a 60-page report when the recipient only wants the summary, a scanned batch that should really be one file per document, or a contract where only the signed page needs archiving. Splitting is how you get exactly the pages you want. This guide covers the different ways to split, when to use each, how page numbering trips people up, and the mistakes that cause the most rework.

Three ways to split a PDF

“Split” means slightly different things depending on your goal. Being clear about which one you want saves time:

  • Extract a range. Keep pages 5–10 as a new, smaller PDF and leave the rest behind. This is the most common need — sharing one section of a long document.
  • Split into single pages. Turn an N-page document into N separate one-page files. Ideal for scanned stacks where each page is really its own document.
  • Split at a breakpoint. Cut one document into two or more parts — for example pages 1–20 and 21–40 — keeping everything, just divided.

Split vs. delete: choosing the right operation

This confuses a lot of people, and picking the wrong one means extra work. The distinction is simply what you want to end up holding:

  • Splitting pulls the pages you want outinto a new file. Think “give me pages 5–10.”
  • Deletingkeeps the whole document and drops the pages you name. Think “keep everything except pages 2 and 5.”

If you want most of the document, delete. If you want a small slice of it, split. Doing it the other way round means typing far more page numbers than necessary — and every extra number is a chance to make a mistake.

Step by step

  1. Open your PDF in the tool.
  2. Find your page numbers. Open the file in a viewer first and note exactly which pages you need. Do not rely on memory.
  3. Enter the range — for example 3-7 — or select individual pages.
  4. Split. The tool copies the selected pages into a new document.
  5. Verify that the output starts and ends on the pages you expected.
  6. Download and name the file meaningfully.

The page-numbering trap

This is the single most common source of errors, and it catches careful people too. The page numbers you type refer to the physical position in the file, counting from 1 at the very first page. They are not the numbers printed on the page.

A typical report has a cover page, a table of contents and maybe a blank page before the printed “page 1” even begins. That means printed page 1 might be physical page 4. If you ask for pages 1–5 expecting the introduction, you will get the cover and contents instead.

Always count from the first physical page of the file, including covers and blanks. Scroll to the pages you want in a viewer and read the position indicator — that is the number to use.

Does splitting reduce quality?

No. Splitting copies the selected page objects into a new PDF container. The text stays as text, vector graphics stay as vectors, and embedded images keep their original data. Nothing is re-rendered or re-compressed, so the extracted pages are pixel-for-pixel identical to the originals.

Why is my extracted page still a big file?

Here is a genuine surprise: pulling one page out of a large PDF does not always give you a tiny file. The reason is shared resources. Fonts, colour profiles and sometimes images are stored once in the document and referenced by many pages. When a tool extracts a page, it must bring along everything that page depends on — including a full embedded font, even if the page only uses a few characters of it.

So a single extracted page can easily be a few hundred kilobytes. That is normal. If size really matters, compress the extracted file afterwards.

What carries over — and what does not

  • Page content and fonts — preserved exactly.
  • Page size and rotation — preserved per page.
  • Bookmarks — usually dropped, since they point into a document structure that no longer exists.
  • Internal links — a link pointing to page 30 will break if page 30 is not in your extract. Worth checking in cross-referenced documents.
  • Digital signatures — invalidated, because the document is no longer the exact file that was signed.

Real-world uses

  • Share one chapter. Send a colleague only the section relevant to them instead of a 200-page manual.
  • Separate scanned receipts. A scanner produces one long PDF; splitting into single pages gives you one file per receipt for filing or expense claims.
  • Archive a signature page. Keep the executed page of a contract on its own.
  • Beat an upload limit. Many portals cap uploads at a few megabytes. Splitting a large document into parts gets you under the limit.
  • Remove confidential sections before circulating a document more widely.

Privacy: keep the file on your device

The documents people split are exactly the sensitive ones: contracts, bank statements, medical records, ID scans. Many free PDF sites upload your file to their servers to process it, which means handing that content to a third party — and possibly breaching your workplace's data policy without realising it.

A browser-based splitter avoids the problem entirely: the file is read and rewritten on your own device, so it never leaves your computer. There is no upload, which also makes it faster, and it works with no internet connection at all.

Common mistakes to avoid

  • Using printed page numbers instead of physical positions. The number one cause of wrong extracts.
  • Off-by-one on ranges. Check whether the range is inclusive — in most tools, including ours, 3-7 includes both 3 and 7.
  • Splitting when you meant to delete, and typing dozens of page numbers you did not need to.
  • Not keeping the original. Always retain the source file until you have confirmed the split is correct.
  • Forgetting broken cross-references in documents full of internal links.

Frequently asked questions

Can I split a password-protected PDF? You must unlock it first — an encrypted file cannot be read until it is decrypted.

Can I extract non-consecutive pages? Yes. Select individual pages such as 2, 5 and 9 to build a new document from just those.

Will splitting a scanned PDF make the text searchable? No. If the original was a plain scan with no OCR layer, the extract is still just an image. Splitting does not add text.

Can I undo a split? The original is untouched, so nothing is lost. And if you need to reassemble parts, you can simply merge them again.

Split your PDF now

Use our Split PDF tool to extract exactly the pages you need — in seconds, in your browser, with no upload and no watermark. If you actually want to keep most of the document, Delete PDF Pages is the better fit. To reassemble parts afterwards, use Merge PDF, and to fix sideways scans first, try Rotate PDF.

Tools mentioned in this article