Split view in a PDF means showing two pages side by side — but if you actually want to split one PDF into separate, independent files you can open individually, the tool you need is a PDF splitter. Split PDF is a free, browser-based splitter that takes a single PDF and breaks it into several smaller PDFs without ever uploading your document to a server. It works entirely inside your own browser tab using JavaScript: you pick one file, the tool reads it locally, reports its exact page count, and produces a row of ready-to-download output PDFs the moment you press the Split button. You have two modes to choose from. Every N pages groups pages into evenly sized chunks (set N to 1 to burst a scan into single-page files, set N to 5 for chunks of five). Custom ranges lets you type specific page ranges like 1-3, 4-6, 7-10, and the tool creates one output file for each range. Every output preserves the original pages losslessly — text stays selectable, fonts stay embedded, vector graphics stay sharp — because the tool copies the actual page objects from the source instead of re-rendering them. There is no signup, no queue, and nothing waiting on a remote machine.

What "Split View in a PDF" Actually Means
The phrase "split view in a PDF" is most often used to describe a viewer's display option: opening a PDF and asking the reader app to show two pages side by side so you can compare or skim content. Adobe Acrobat, Foxit, UPDF, and most modern readers ship with this as a view-mode toggle (sometimes labeled "Two Pages," "Facing Pages," or "Split View"). That is purely a visual setting — the PDF file on disk stays exactly as it was, and closing the app leaves the document unchanged.
There is a second, less common meaning behind the same phrase: actually splitting the document into separate files so each piece stands on its own. This is useful when the side-by-side view is not enough — for example when you want to email one chapter, file a single receipt, or hand three exhibits to three different reviewers as individual attachments. In that case, what you need is not a view toggle but a real PDF splitter. The browser-based Split PDF tool does exactly this: it breaks one PDF into several smaller PDFs that you save and open independently. The rest of this guide covers that workflow.
Split a PDF Into Separate Files
The whole job follows a single pick, choose, split, and download rhythm that works the same on Windows, macOS, ChromeOS, Linux, and mobile browsers. No plugins, no desktop install, and no account creation in between.
- Click Browse PDF and choose the single PDF you want to split. The tool reads the file locally and immediately displays its page count.
- Pick a split mode. Every N pages asks for a number and groups pages into chunks of that size (1 = every page on its own, 5 = chunks of five). Custom ranges accepts text like 1-3, 4-6, 7-10 and produces one file per range.
- Press Split PDF. A row appears for each resulting file, showing its page range and file size.
- Download each part using its own download link. Nothing is uploaded — the splitting happens inside your browser tab in memory.
Output file names are derived automatically from the source name and the page range, so downloads stay organized without manual renaming. For a deeper walkthrough with extra tips and edge cases, see the guide on Split a PDF into Smaller Files Without Uploading.
Every N Pages vs Custom Ranges
Both modes produce the same high-fidelity output files — the only difference is how you describe the cuts you want. Use this table to pick the right mode for the job at hand.
| Aspect | Every N pages | Custom ranges |
|---|---|---|
| How you specify the split | Type a single positive integer (N) | Type ranges like 1-3, 4-6, 7-10 |
| Best for | Evenly sized chunks, bursting scans into single pages | Non-contiguous pages, chapter extraction, single exhibits |
| Final file behavior | Last file holds any remaining pages | One file per range, exactly as typed |
| Single-page extraction | Set N = 1 | Type a bare number such as 5 |
| Out-of-range input | Not applicable | Numbers beyond the page count are clamped automatically |
| Invalid text handling | N must be a positive integer | Unclear text is skipped instead of crashing the tool |
Real-World Jobs the Two Modes Cover
Every N pages is the right choice when the file already has a natural rhythm and each page is its own document.
- A scanner exported a stack of receipts into one 40-page PDF. Set N = 1 and you get 40 single-page files ready to file separately.
- A multi-page contract arrives as a flat scan and you want roughly even halves — N set to half the page count does the cut.
- A long report needs to be sliced into equally sized review packets for a team. Pick any N that suits the batch size.
Custom ranges is the right choice when you already know which pages belong together and the cuts are uneven.
- A 200-page bound report needs three separate reviewers. Type 1-45, 46-120, 121-200 to carve three chapter-sized files in one pass.
- Pull a single exhibit for a lawyer: type 17 (a bare number) and you get a one-page PDF ready to attach.
- Extract just the appendix from a manual: 88-104 produces that one standalone file while leaving the rest behind.
Teachers extracting a worksheet, accountants separating quarterly statements, lawyers isolating a single exhibit, and students pulling one article from a scanned course pack all follow the same quick pick, choose, split, and download rhythm.
Quality, Privacy, and What Stays the Same
Splitting is a copy operation, not a re-render. The tool copies the actual page objects from the source PDF into each new file, so text remains selectable, fonts stay embedded, vector graphics keep their sharp edges, and embedded images keep their original pixels. There is no recompression step, which means there is no quality loss to measure — the output pages are byte-equivalent to the originals in terms of their visible content.
Privacy works the same way: every byte of your document stays inside your own browser tab. Split PDF uses JavaScript to read the file into local memory and produce the output PDFs in place — nothing crosses the network, no signup is required, and there is nothing for a remote server to queue or store after you close the page. This makes it a safe default for contracts, statements, medical records, and tax documents you would rather not hand to a third-party service. The tool works fully offline once the page has loaded and runs on any modern desktop or mobile browser — Chrome, Edge, Firefox, or Safari.
Limits to Know Before You Start
The one interaction that changes whether Split PDF can finish the job is encryption. Password-protected or otherwise encrypted PDFs cannot be split by this tool, by design — it refuses to bypass protection, so a locked file produces no output until you unlock it. The fix is simple: open the file in your PDF reader, remove the password (Save As an unprotected copy), then return and split the unlocked version.
Anything else a PDF reader does to the file — bookmarks, form fields, annotations, embedded fonts — survives the split intact because the original page objects are carried over without modification. Ranges are 1-based and inclusive, so the first page is always page 1 and the last page matches the document's actual page count. If you later want to remove pages entirely instead of saving them as a separate file, the companion workflow handles that case; if you want to rearrange pieces from several sources, you can recombine them in the order you choose after splitting.