How to split one big PDF into several files

4 min read

Long PDFs are awkward to work with. A 300-page manual that should be twelve chapters, a batch scan holding forty separate invoices, a bound report where each section belongs to a different person. Splitting turns one unwieldy file into a set you can actually use.

Two ways to split

The tool offers two modes, and picking the right one is most of the job.

ModeWhat you getUse for
By rangeOne file per range you define — 1-20, 21-45, 46-80Chapters, sections, or splitting a document between people
Every pageOne file per page, all at onceBatch scans where each page is a separate document

Splitting by range

The ranges do not have to cover the whole document. If you only want chapters 2 and 5, define just those two ranges and everything else is left out. Nor do they have to be contiguous — gaps are fine.

  1. 1Open the Split PDF tool and choose your file.
  2. 2Enter your ranges — one per chapter, separated by commas: 1-20, 21-45, 46-80.
  3. 3Check the preview to confirm each range starts and ends where you expect.
  4. 4Download the result as a ZIP containing all the parts.

Scroll the thumbnails to find where each chapter actually starts before typing ranges. Guessing from the printed page numbers is the fastest route to a set of files that are all off by three pages.

Splitting every page

This mode is built for one specific and very common situation: you scanned a stack of separate documents in one pass, and now forty invoices, certificates or forms are trapped in a single file.

One click gives you forty files. The alternative — extracting each page individually — is forty rounds of the same operation, and the sort of task where people give up halfway and email the whole scan instead.

How the parts are named

Each file comes out named after the original with its page range appended, so a split of report.pdf gives you names that make the ordering obvious in a file listing. That matters more than it sounds: files named part1, part2 and part10 sort into the wrong order in most file managers.

If the parts are going to different people, rename them to something meaningful before sending. "Section-3-finance.pdf" tells the recipient what they have; "report-46-80-waraqa.pdf" makes them open it to find out.

Split, extract or organize?

Three tools touch page structure, and they answer different questions.

Split produces several files from one. Extract produces one file containing selected pages. Organize keeps a single file and rearranges what is inside it.

So: splitting a manual into chapters is Split. Pulling six pages out to email is Extract. Fixing the order of a scan and deleting its blanks is Organize. If you find yourself splitting a file and then merging most of it back together, you probably wanted Organize.

What splitting preserves

Pages are copied into the new files exactly as they were — nothing is re-rendered or re-compressed, so this is lossless. Text stays selectable and images keep their resolution.

The total size of the parts is usually a little more than the original, which surprises people. Each file needs its own copy of shared resources like embedded fonts, so the overhead is duplicated across the set.

Bookmarks and interactive form fields do not reliably survive being divided between documents. If your PDF is a fillable form, fill it before splitting.

A note on large files

Splitting happens in your browser, using your device's memory. A 300-page text document is comfortable on any modern phone. A 300-page scan at full resolution is a genuinely large amount of data to hold at once, and an older phone may struggle.

If a very large file stalls, the reliable approach is to split it in two by range first, then split each half — and to close other browser tabs, which frees more memory than people expect.

This is also why nothing is uploaded: the work is done with your processor and your memory, so the document never leaves your device. The limit is your hardware rather than someone's file-size cap.

Try it now — free and private

The tool runs entirely in your browser. Your file never leaves your device.

Split PDF

Common questions

Tools mentioned in this guide

Latest articles

Back to all articles