Skip to content
♥ Donate

How to split a PDF into separate files

· 4 min read

Sometimes a PDF is just too much in one file: a 60-page scan when you only need page 12, a bank statement bundle where you want a single month, or a big report you'd rather send as chapters. Splitting a PDF solves all of these — and, like merging, it's something your browser can do without ever uploading the file.

What "splitting" a PDF can mean

There are a few different things people mean by splitting, and it's worth knowing which you need:

  • Extract one page — pull a single page out into its own PDF.
  • Extract a range — keep pages 5–10, for example, and drop the rest.
  • Split into individual files — break every page into its own PDF.
  • Split at a point — divide one document into two at a chosen page.

How to split a PDF without uploading it

Statements, contracts, and scans are exactly the files you don't want on a stranger's server, so doing this locally is the sensible default. KeepItLocally's Split PDF tool runs entirely in your browser:

  • Open Split PDF and add (or paste) your file.
  • Choose what to extract — a page, a range, or every page separately.
  • Split and download your new file(s). The original never left your device.

Because it all happens on your machine, there's no upload wait and no file-size ceiling beyond your browser's memory — and you can confirm it in DevTools → Network, or by working offline.

Split, then put it back together

Splitting pairs naturally with a few other tools. Pulled out the pages you need? You can merge them with other PDFs into a fresh document — see how to merge PDFs without uploading them. If the extracted file is still large, compress it without losing quality. And if a page is sideways, rotate and reorder pages first.