Skip to main content

Split PDF

Split PDF files into multiple documents. Extract specific pages or divide by page ranges.

Upload PDF File

Drag and drop a PDF file here, or click to browse.

Developer API

Available via API

Automate this PDF workflow with the PDF Tools API. Each successful request costs 1 Credit, and failed processing attempts are refunded automatically.

/api/external/pdf-tools/split-pdf1 Credit per successful requestOutput: result.zip
curl -X POST https://itextmaster.com/api/external/pdf-tools/split-pdf \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"mode":"ranges","ranges":[{"start":1,"end":2},{"start":3,"end":5}]}' \
  --output result.zip

About This Tool

Split PDF enables you to divide a single PDF document into multiple smaller files. This is perfect for extracting specific chapters, separating combined documents, or creating individual files from a multi-page PDF.

You can split by specific page ranges, extract individual pages, or divide the document at regular intervals. The tool provides a visual preview of your pages, making it easy to select exactly what you need.

All processing is done locally in your browser, ensuring your documents remain private and secure.

How to Use

  1. Upload Your PDF

    Drag and drop your PDF file or click to browse and select the file you want to split.

  2. Select Split Method

    Choose how to split: by page ranges, extract specific pages, or split at regular intervals.

  3. Define Page Ranges

    Enter the page numbers or ranges you want to extract (e.g., 1-5, 8, 10-15).

  4. Split and Download

    Click Split to create your new PDF files and download them individually or as a ZIP archive.

Use Cases

Extract Chapters

Split a book or manual into individual chapters for easier reading or distribution.

Separate Combined Scans

Divide a batch-scanned document into individual files for each original document.

Create Handouts

Extract specific slides or pages from a presentation to create focused handouts.

Practical guide

Why choose local processing?

  • Multi-page PDFs can contain contracts, invoices, identity details, or internal business information, so keeping processing in the browser reduces exposure.
  • The website tool is free to use with no usage limits and does not require sign-in.
  • Local processing also keeps iteration fast: adjust options, preview the result, and export separate PDF files without waiting for an upload queue.

Best files for this tool

  • Best for PDF files that open correctly in a modern browser and are not intentionally damaged or restricted.
  • Works well for everyday business, school, legal, finance, and personal documents where you need separate PDF files.
  • For very large files, close unused tabs and process one batch at a time so the browser has enough memory.

Common limitations

  • Encrypted or permission-restricted PDFs may need to be unlocked before processing.
  • Scanned pages, unusual fonts, complex layers, and damaged files can reduce accuracy or processing speed.
  • Browser memory and device performance matter more for local tools than for upload-based services.

Local processing vs upload-based tools

  • Local tools keep routine website processing on your device, while upload-based tools send files to a remote server.
  • Upload-based services can move heavy work off your computer, but they add transfer time and require trusting a server with your files.
  • Use the API when you intentionally need server-side automation; use the website when you want private manual processing.

What to do if processing fails

  • Try a smaller file, a shorter page range, or one file at a time if the browser runs out of memory.
  • If a PDF is encrypted, damaged, or restricted, unlock or repair it first and then retry the workflow.
  • If the output looks wrong, check whether the source file uses scans, complex transparency, form fields, or unsupported embedded objects.

API automation

Automate split or extract pages with the PDF Tools API. Each successful request uses 1 Credit, and every signed-in user receives 100 free API Credits each month.

Frequently Asked Questions

Can I split a PDF into individual pages?

Yes, you can split a PDF into individual single-page files by selecting the "Split every page" option.

What happens to bookmarks when splitting?

Bookmarks that fall within the extracted page range are preserved in the resulting PDF files.

Can I split password-protected PDFs?

You need to decrypt the PDF first using our Decrypt PDF tool before splitting.