CalculatorsConvertersDeveloperTextAll toolsDirectory
Submit your tool Sign in
Theme
Home/Answers/PDF
How-to

How do I split a PDF into separate pages for free?

Short answer

Use a browser-based PDF splitter that pulls the page range you want out of the file and saves it as a new PDF, entirely on your own device. It is free, needs no account, and because the split happens locally the document is never uploaded. To break a PDF into several parts, just repeat the split for each range.

Splitting means choosing a page range

Most real-world splits are not "one file per page" but "pages 3 to 7 as their own document": a chapter, an exhibit, a single signed form out of a scanned bundle. A splitter that lets you type a page range and download that range as a fresh PDF covers this directly, and running it again with a different range gives you as many parts as you need.

Why the local approach matters here

PDFs that need splitting are often exactly the ones you least want on a stranger's server: contracts, medical records, bank statements. A client-side splitter reads the file in your browser, copies the selected pages into a new PDF with a small JavaScript library, and never transmits anything, so the only copies that exist are the ones on your machine.

Step by step

  1. Open the splitter. Open the PDF splitter and add the PDF you want to split. It stays on your device.
  2. Pick the page range. Enter the pages you want to pull out, for example 3 to 7.
  3. Download the new PDF. Download the extracted pages as their own PDF, and repeat for any other range.

Frequently asked questions

Is the PDF uploaded to a server?

No. The split runs entirely in your browser, so the file never leaves your device.

Can I split one PDF into several files?

Yes. Extract one page range, download it, then run the tool again for each additional range.

Does the original file get changed?

No. The tool creates a new PDF from the selected pages and leaves your original untouched.

Related answers