How to Split a PDF by Page Range

You do not need the whole document. Here is how to take the pages you actually want, in the order you want them, and leave the rest alone.

Page ranges are the part people get wrong

Splitting a PDF sounds mechanical until you actually do it. The two things that go wrong are almost always the same: starting one page too early, and losing the page order. Both are easy to fix if you check before you commit rather than after you have downloaded the result.

Two different jobs that share a name

Split and extract are often used to describe the same action, but they produce different files. Splitting usually means cutting one document into parts that sit side by side. Extracting means lifting a selection out and building a new document from it. If you want pages 40 to 52 as their own file, you are extracting. If you want chapters 1 to 3 as a separate document and chapters 4 onward as another, you are splitting.

How to extract a page range

  • Open the split tool and load the file. Page numbers are shown per document, not per session, so a 300-page report reads the same as it does in any viewer.
  • Set the range to the first and last page you want. Most tools accept a single number for one page, or a range such as 5-12.
  • Add more ranges if you need several blocks. Order is preserved, so an extract of 5-12 and 80-84 comes out in that sequence rather than by page number.
  • Run it. The pages are cut inside your browser and written to your device as a new file.
  • Verify the first and last page of the result. If a cover page or a signature landed in the wrong place, adjust the range and run it again.

When one page is a whole document

Scanners and phone cameras have a habit of merging a cover, a terms page and a signature into a single image file. In that case no page range will help, because the boundary is inside one page. Split that page apart first, then range-extract the block you needed. It is two steps instead of one, and it is the only reliable way to do it.

Why the extraction stays local

Extracting pages means reading the file and rewriting it, which is exactly the work a browser can do on your own device. This matters more than it sounds: the average contract or exam paper is not something you want copied onto a server so a script can count its pages. Because nothing is transmitted, there is also no upload round-trip, and the tool keeps working if the network drops mid-task.

Which method should you use?

âš¡

Speed

Browser tools skip the upload and download entirely, so merging takes about as long as your machine needs to write the file. Server-based tools add transfer time on both ends.

🔒

Privacy

Merged documents often end up being the complete package — a contract with all annexes, a full set of invoices. Keeping that on your device means there's no copy sitting on someone else's server afterwards.

💰

Cost

Browser mergers and Preview are free. Paid desktop software earns its keep only when you need capabilities beyond merging, such as OCR or sophisticated form work.

🧰

Convenience

If merging is an occasional task, a bookmarked browser tool is hard to beat: no install, no login, works on a phone when someone emails you files while you're out.

Common questions

How do I split a PDF by specific page numbers?

Set the first and last page of the range in the split tool and run it. The output contains only those pages, in the order you selected them.

Can I extract several ranges into one file?

Yes. Adding more than one range builds a single document that keeps your chosen order rather than sorting by page number.

What if the pages I need are one page?

Enter the page number on its own. A single number is treated as a one-page extract, not as a range from that page to the end.

Does splitting reduce the quality of my PDF?

No. The pages are copied into the new document rather than re-rendered, so vector text stays sharp and scans keep their resolution.

Is it safe to split a confidential document online?

A server-based splitter creates a copy on someone else's storage. A browser tool reads the file into your device and writes the result back to you, so no copy is left behind.

Try it on your own pages

No upload · No sign-up · No watermark · Works offline once loaded

Open Split PDF →

Also useful: Merge PDF · Split PDF · Rotate PDF · JPG to PDF · PDF to JPG