Free tool

Split PDF

Split a PDF by page range, every N pages or extract each page individually. No sign-up, 100% in browser.

Drag your PDF here or click to select it

PDF

Upload a PDF to choose how to split it.

Built by

Miguel Ángel Colorado Marin

Full-Stack Developer · Guadalajara, España

I develop web apps, digital tools and full projects — from design to deployment.

Contact me

How to split a PDF?

  1. 1

    Upload the PDF

    Drag your PDF file to the upload area or click to select it from your device. The tool automatically detects the number of pages in the document.

  2. 2

    Choose the split mode

    Select from three modes: Page range to extract a specific subset (e.g.: 1-3, 5, 7-9), Every N pages to split into equal chunks, or Page by page to get an independent PDF for each page.

  3. 3

    Configure and download

    Enter the page range or the N number according to the chosen mode and click Split PDF. The resulting files download automatically. Everything happens in your browser without sending anything to any external server.

Frequently asked questions

What split modes are available?

There are three modes. Page range lets you specify exactly which pages to extract (like 1-3, 5, 7-9) generating a single PDF. Every N pages splits the entire PDF into chunks of N pages generating several files. Page by page downloads each page as an independent PDF.

Can I extract only some specific pages?

Yes. With Page range mode you can specify combinations of individual pages and ranges. For example, '2-5, 8, 10-12' will extract exactly pages 2, 3, 4, 5, 8, 10, 11 and 12 into a single resulting PDF.

Does it work with large PDFs with many pages?

Yes, as long as your device has enough RAM available. For very large PDFs the processing may take a few more seconds, but there is no page limit or file size limit imposed by the tool itself.

Is the original PDF quality maintained?

Yes, completely. The tool extracts and copies the selected pages without recompressing or modifying any content. Images, fonts and visual formatting remain exactly the same as in the original PDF.

Are my PDFs sent to any server?

No, not at all. All processing happens exclusively in your local browser using the open source pdf-lib library. No PDF file leaves your device at any point, making it completely private and safe for sensitive documents.

Related tools

Embed the splitter on your site

Embed this PDF splitter tool in any web page with a simple iframe:

<iframe
  src="https://miguelacm.es/embed/pdf-split"
  width="100%"
  height="600"
  frameborder="0"
  title="PDF Split"
></iframe>
View embed in new tab →