🏆 US-Registered Digital Marketing Agency Trusted by 200+ brands · USA · UK · Canada · AUS
FREE PDF TOOL

Split PDF — break one PDF into separate files

Upload a single PDF and split it into individual one-page files, or split it into custom page-range chunks like "1-3, 4-6" — all inside your browser.

Only one PDF at a time — this tool splits it apart.
Or drag & drop a PDF file here
Loading PDF engine…
Source document
0 pages
Upload a PDF to begin
0
Source pages
0
Output files
0 KB
Source size
Downloads ready
Tip: Use custom ranges to pull out a chapter or a signed page group instead of splitting every single page.
Advertisement

The split PDF tool on this page takes one PDF document and breaks it apart into smaller files — either every single page as its own PDF, or custom chunks based on page ranges you type in, like "1-3, 4-6, 9". All of this happens directly in your browser tab, with no upload to any server and no software to install.

This kind of splitting comes up constantly in everyday document work: pulling a single signed page out of a long contract, separating a scanned batch of forms back into individual submissions, or breaking a large report into chapter-sized files that are easier to share and review. Arb Digital built this tool as part of a growing collection of free, privacy-respecting utilities available to anyone, with no signup required.

What This Split PDF Tool Does

Once you select a PDF, the tool reads its total page count and offers two ways to split it apart. The first mode, "every page as its own PDF," generates one small download link per page — useful when you need to hand out or archive pages individually. The second mode, "custom page ranges," lets you type a list like "1-3, 4-6, 9" and produces one new PDF per range you specify, each containing exactly the pages you asked for, in order.

Because everything runs through pdf-lib inside your browser, none of the pages are re-rendered as images — the original text, fonts, and embedded graphics are preserved exactly as they were in the source file, just distributed across smaller documents.

How to Use the Split PDF Tool

  1. Choose your PDF. Click "Choose a PDF file" or drag a single file into the drop zone. The tool immediately reads its page count.
  2. Pick a split mode. Choose "Every page as its own PDF" for a full breakdown, or "Custom page ranges" if you only need specific sections.
  3. Enter ranges (if applicable). Type something like "1-3, 4-6, 9" — each comma-separated group becomes its own output file. A single number like "9" becomes a one-page file.
  4. Click "Split PDF." The tool validates your ranges against the actual page count and generates the output files.
  5. Download each file. A list of download links appears, one per output PDF, each labeled with the pages it contains.

How the Split Actually Works

This tool uses pdf-lib, an open-source JavaScript library for reading and writing PDF documents entirely on the client side. When you upload a file, its raw bytes are read using the browser's native File API and loaded into a PDF document object — this never touches a network connection. For "every page" mode, the tool loops through each page index, creates a brand-new empty PDF, copies just that one page into it using pdf-lib's page-copying function, and serializes the result into downloadable bytes.

For "custom ranges" mode, the tool first parses your input text into a list of page groups, validates that every referenced page number actually exists in the source document, then — for each group — creates a new PDF and copies only the pages in that range, in the order they appear in the range. Each finished PDF is wrapped in a Blob and offered as a download using the browser's object URL API. This copy-based approach, rather than re-rendering pages as flattened images, is why the ISO 32000 PDF standard allows pages to move between documents without any loss of text selectability or image sharpness.

Advertisement

Common Reasons to Split a PDF

Splitting a PDF is one of the most common document tasks people run into. A scanned batch of ten separate customer intake forms, all captured in one long PDF by a single scanner run, often needs to be broken back into ten individual files before they can be filed correctly. A long legal contract might need just the signature page pulled out to send for a quick re-sign. A 200-page annual report might need to be split into one file per section so each department only receives what applies to them.

Photographers and designers sometimes receive a single combined proof PDF from a client and need to split it into individual pages to review and comment on separately. Teachers who scan a stack of student assignments in one pass often need to split that file back into one PDF per student before entering grades. In every one of these cases, splitting saves the tedious, error-prone process of manually re-exporting or re-scanning pages one at a time.

Understanding Page Ranges

When using custom range mode, each group you separate with a comma becomes its own output file. A range like "1-3" produces a three-page PDF containing pages one through three. A single number like "9" produces a one-page PDF containing just page nine. You can mix both formats freely in the same input, for example "1-3, 4-6, 9" produces three separate output files: a 3-page file, another 3-page file, and a 1-page file. Ranges do not need to be in ascending order relative to each other, though the pages within a single range are always output in their original document order. If you type a page number higher than the document's total page count, the tool will flag the range as invalid rather than silently producing an incomplete file.

  • 1-3, 4-6, 9 → three output PDFs: pages 1-3, pages 4-6, and page 9 alone.
  • 1, 3, 5 → three one-page output PDFs, for pages 1, 3, and 5 individually.
  • 2-10 → a single nine-page output PDF containing pages 2 through 10.

It helps to think of each comma-separated group as a request for one finished file rather than a description of the whole document. If your goal is a single new PDF containing several non-adjacent sections stitched together — rather than several separate files — split out the ranges you need here first, then feed those output files into the Merge PDF tool to recombine them into one document in whatever order you like.

Need more than a free tool?

Arb Digital builds fast, high-converting websites, content systems, and marketing campaigns for growing businesses. If document workflows are part of a bigger client-facing process, we can help design the whole system.

Talk to Arb Digital All Free Tools

Common Mistakes to Avoid

  • Typing a page range that exceeds the document's page count — always check the source page count shown after upload before entering ranges.
  • Using "every page" mode on a very large document when you only need a handful of pages — custom ranges are faster and produce far fewer downloads to manage.
  • Forgetting commas between ranges, which causes the parser to misread your intended groups — separate every range or single page with a comma.
  • Trying to split an encrypted PDF without removing its password first, since browser-based tools cannot decrypt protected files.
  • Not saving downloads immediately — since the split happens in your browser tab, refreshing the page clears the generated files, so save each one before navigating away.
  • Losing track of which output file is which when splitting into many single pages — rename files right after downloading if you'll need to find a specific one later.

Split PDF Online vs. Desktop Software

Before browser-based tools existed, splitting a PDF usually meant printing pages to a virtual printer one at a time, installing a full desktop PDF suite, or uploading the file to a third-party website and trusting that it would be deleted afterward. A dedicated desktop application is still worth having if you split and reassemble PDFs constantly as part of your job, but for the occasional task — pulling three pages out of a scanned form, or breaking a report into chapters once — that's a heavy lift for a simple job.

A browser-based split PDF tool covers the everyday case cleanly: nothing to install, no license fee, and no account to remember. The trade-off is that extremely large documents, running into many hundreds of pages, may take a little longer to process than a native desktop application built for speed at scale, since everything runs inside your browser's own JavaScript engine rather than optimized native code. For a typical contract, report, or scanned form set, that difference is not something you'll notice.

Privacy: Why Local Processing Matters

Plenty of "free" PDF splitting sites quietly send your document to a remote server to do the work, then claim to delete it afterward. That may be acceptable for a public flyer, but it's a real concern for anything containing personal data, financial statements, medical records, or unreleased business documents. This split PDF tool avoids that risk by design — the pdf-lib library it uses runs entirely inside your browser's JavaScript engine, and the file you select is read locally through the browser's File API without any network request carrying its contents elsewhere.

You can confirm this yourself: open your browser's developer tools, watch the Network tab, and split a file — no outgoing request will contain your document data. This same local-first approach applies across every free tool on this site, because a tool that respects your files earns more trust than one that asks you to upload them first and hope for the best.

Related Free Tools From Arb Digital

Once you've split a PDF apart, you may want the Merge PDF tool to recombine only the pages you kept into a fresh document, the Rotate PDF tool to fix sideways pages before splitting, or the Delete PDF Pages tool if you'd rather remove a few unwanted pages than split the whole file apart. Browse our full free online tools hub for more browser-based utilities.

Frequently Asked Questions

Is this split PDF tool really free?

Yes. There is no cost, no account, and no limit on how many times you can split PDFs with this tool.

Are my files uploaded to a server when I split a PDF?

No. Every step happens locally in your browser using JavaScript. Your PDF never leaves your device.

Can I split a password-protected PDF?

Not directly. Encrypted PDFs need their password removed in the source program first, since browser-based tools cannot decrypt protected files.

What page range format should I use?

Separate each range or single page with a comma, for example "1-3, 4-6, 9". Each group becomes its own output PDF.

Will splitting reduce the quality of my PDF?

No. Pages are copied directly from the source file rather than re-rendered as images, so text and graphics keep their original quality.

Can I split a very large PDF?

Yes, though very large files or a very high page count depend on your device's available memory and processing power since everything runs locally, without any server involved at any point in the process.

This tool runs entirely in your browser using built-in JavaScript. Your files are never uploaded, stored, or sent to any server.

Advertisement

👋 Hey! Want to grow your business? Ask me anything — a free marketing proposal is on the table!