Home Image tools Split PDF

Split PDF

Split a PDF into separate files right here — cut it by page ranges like 1-3, 5, 8-10 or every N pages, and get one download per output file. Free, no uploads, no signup.

FileNo file loaded
Pages
Size
No PDF loaded yet.

Separate ranges with commas. A single page is just the number, such as 5; a run of pages is 8-10. One output file is created per range.

Every output file holds this many pages, except the last one, which holds whatever is left.

Choose a PDF file to begin.

What is a PDF splitter?

A PDF splitter takes one PDF and produces several smaller PDFs from it. Instead of printing pages to separate files or paying for desktop software, you give the tool the page numbers you want and it writes a new document for each group. This is the same job as cutting a paper report into chapters and stapling each one.

This page offers two ways to split. Split by ranges takes a list such as 1-3, 5, 8-10 and writes one file per range, so you keep control of exactly where the cuts land. Split every N pages takes a single number and writes files of N pages each, in order, which is what you want for scans, statements and batched records.

Everything happens in your browser with the open-source pdf-lib library: the file is read from your disk, the pages are copied as they are, and each output is offered as a separate download. No upload, no server, no account.

How to use this PDF splitter

  1. Press Choose a PDF file and pick the document you want to cut up. The tool shows the file name, the page count and the file size, and nothing is uploaded.
  2. Pick a mode. Split by ranges keeps you in control of where the cuts land; Split every N pages cuts at a fixed interval.
  3. In ranges mode, type the ranges in the text field, for example 1-3, 5, 8-10. In every-N mode, type how many pages each output file should hold.
  4. Press Split PDF. Each output file appears in the list with its name, page count and size.
  5. Press Download on any file to save just that one, or Download all to save every file in turn.

Worked example

The test file used here is quarterly-report.pdf, a real 10-page PDF that is 2,763 bytes (2.70 KB). It was split with this page, in a browser, and the numbers below are what the tool reported.

Split by ranges, input 1-3, 4, 5-10 — three ranges are read, so three files come out:

The three outputs contain 3 + 1 + 6 = 10 pages, the whole document, with no page repeated.

Split every 4 pages, same file — 10 ÷ 4 = 2.5, and the file count is rounded up, so 3 files come out: quarterly-report-pages-1-4.pdf (4 pages), quarterly-report-pages-5-8.pdf (4 pages) and quarterly-report-pages-9-10.pdf (2 pages). The last file is short because 10 does not divide evenly by 4.

Wrong input fails safely. Ranges 1-3, 3-5 are rejected because page 3 appears twice, and 1-12 is rejected because a 10-page file has no page 12. In both cases the page shows a message and produces no files.

Who is this PDF splitter for?

How ranges and N map to output files

Both tables were computed from the same rules the tool uses: one output file per range, and ceil(pages ÷ N) output files for the every-N mode. ceil means the count is rounded up, so the final file is shorter when the pages do not divide evenly.

PDF pagesRanges enteredOutput filesPages in each filePages left out
101-3, 4, 5-1033, 1, 60
101-3, 5, 8-1033, 1, 33 (pages 4, 6, 7)
121-6, 7-1226, 60
124, 1221, 110
101-3, 3-50 — rejectedpage 3 is used twice
101-120 — rejectedthere is no page 12

Split by ranges: the number of output files is the number of ranges you type, and the pages inside them add up to the pages you listed.

PDF pagesPages per file (N)Output files = ceil(pages ÷ N)Pages in each file
10434, 4, 2
12535, 5, 2
12434, 4, 4
12626, 6
1010110
1011110
101101, 1, 1, 1, 1, 1, 1, 1, 1, 1
36550850, 50, 50, 50, 50, 50, 50, 15

Split every N pages: the file count is always rounded up, so the last file can be smaller than N. Setting N larger than the page count returns the whole document as a single file.

Common use cases

Pro tips

FAQ

Are my PDFs uploaded to a server?

No. The split runs entirely in your browser using the pdf-lib library, so the file is read from your own disk and the output files are created on your device. Nothing is sent anywhere and no copy of the document is stored.

Is there a page limit?

There is no fixed page limit. The only real constraint is your device's memory, because the whole PDF is held in the browser while it is split. Documents of a few hundred pages are handled comfortably; for very large files, close other tabs first.

Can I split a PDF by bookmark or outline?

No. This tool splits by page ranges or by a fixed number of pages per file, and it does not read the bookmark tree or the chapter structure of a PDF. Open the file in a PDF reader, note the page numbers of each chapter, then enter them here as ranges.

Does splitting a PDF keep the quality, links and form fields?

Yes. pdf-lib copies the original pages as they are, so text stays vector, images keep their original resolution, and internal links and form fields travel with the pages they belong to. Nothing is re-rendered or re-compressed.

Can I split an encrypted or password-protected PDF?

No. A PDF that needs an open password cannot be read by the tool, and the page reports that instead of producing a broken download. Remove the password in a PDF reader, or print the file to a new PDF, then split the unlocked copy.

Why did my file fail to load?

The usual causes are that the file is not really a PDF (a .pdf extension on an image or a text file), that it is password-protected, or that the download was cut short so the file is incomplete. Open it in a PDF reader first; if it opens there, reload this page and try again.

Can I split a PDF into single pages?

Yes. Choose Split every N pages and set N to 1, and every page becomes its own one-page PDF. A 10-page document produces 10 files, each named after the page it contains.

Does the splitter work on mobile?

Yes. It runs in the browser on iOS and Android, and the per-file Download links behave the same way. Processing is slower on a phone than on a desktop, so keep the screen awake for very large files.

Is this PDF splitter free?

Yes. It is free, with no sign-up, no watermark, no page limit and no daily counter. There is no email gate, no account and nothing to install.

Can I merge the split files back together?

Yes. Use the Merge PDF tool to combine them into one document again. That is also a quick way to reorder pages: split the file into single pages, then merge them in the order you want.

What is the difference between splitting a PDF and extracting pages?

Splitting produces several files, one per range or one per group of N pages. Extracting pages produces a single new file that holds only the pages you picked. If you want one smaller PDF, extract; if you want separate documents, split.

Related searches

split pdf, split pdf online, pdf splitter, split pdf into separate files, split pdf every n pages, split pdf by page range, separate pdf pages, pdf page splitter, split pdf free, split large pdf, cut pdf pages, break pdf into pages

Related tools