← All posts

How to Split a PDF or Pull Out Just the Pages You Need

2026-06-12

Short answer: To split a PDF or pull out specific pages, ToolKoala's PDF splitter does it in your browser — load the file, choose the pages or ranges, download. No upload, which matters because the PDFs you split are often confidential: signed contracts, medical records, statements. Online splitters that upload your file work fine, but your document lands on someone else's server first. This one never leaves your device.

Split vs extract — they're different jobs

People search "split PDF" for two different things:

  1. Splitting turns one PDF into several files. A 100-page report becomes ten 10-page files, or you cut it at a chapter break into two documents. Use this when you want multiple separate outputs.
  2. Extracting pulls one range out into a single new file and leaves the rest behind. "Just give me pages 5-8" — that's extraction. Use this when you only need a slice and don't care about the rest.

Same tool, slightly different setting. Knowing which you want saves you from doing it twice.

How to do it in the browser

  1. Open the PDF splitter.
  2. Drop your PDF in — you'll see the pages.
  3. To extract, enter a range like 5-8 (or pick the pages) and export just those.
  4. To split, set your break points (or split every N pages) and download the set.

Because it runs locally, a 200-page confidential file never touches the internet. Want to verify? Open DevTools (F12) → Network before you load the file — you'll see no upload.

Common jobs this handles:

  • Send one chapter of a long manual instead of the whole thing.
  • Remove a page before sharing — though if removal is all you want, delete pages is the cleaner tool.
  • Separate a scanned batch where you fed five documents through the scanner as one PDF.

Related: stitch files back together with merge PDFs, or fix page order with reorder.

Honest alternatives

  • macOS Preview (free, built in) — show the thumbnail sidebar, drag the pages you want into a new window, save. Great for a quick extract; clumsy for splitting a long doc into many files.
  • Adobe Acrobat (~$20/mo) — "Organize Pages" → Split, with the most options. A subscription for an occasional task, though.
  • pdftk / qpdf (free, command line) — e.g. qpdf --pages in.pdf 5-8 -- in.pdf out.pdf. Powerful, scriptable, local — but you need to be comfortable in a terminal.
  • Upload-based splitters (Smallpdf, iLovePDF, etc.) — easy, but they upload your file. Skip these for anything sensitive.

FAQ

What's the difference between splitting and extracting pages? Splitting makes several files out of one PDF; extracting pulls a single page range into one new file and discards the rest.

How do I extract just one page from a PDF? Open the splitter, enter that single page number as the range, and export. You'll get a one-page PDF.

Can I split a confidential PDF without uploading it? Yes — a browser-based splitter like ToolKoala processes everything on your device. Verify with the DevTools Network tab; upload-based sites send your file to their servers.

How do I split a scanned batch into separate documents? Set break points where each document starts, then split — the splitter writes out one file per segment.

— Milo 🐨