Split a PDF Without Uploading It
Extract the pages needed, remove the ones not wanted, or cut the document into several files. Pagination happens here, not on a server.
Made by OnlinePCApps, PDF utilities since 2013
Three Reasons to Split a PDF File
None of these is a defect. Each is a document that arrived in one piece and has to leave in several.
One Section From a Long Report
A hundred-page tender response or a signed contract where only the pricing annexe concerns a particular recipient. Sending the whole document by email is neither practical nor appropriate.
A Batch Scanned as One File
A scanner produces one document from a stack of unrelated forms and invoices. Each has to become its own file before it can be archived or distributed.
An Output Size Ceiling
A portal accepts submissions only below a set figure. A single large document has to be divided rather than compressed further.
Divide a Document in 3 Steps
Open the Document
Select the PDF. Page thumbnails are generated in the browser directly from the local file.
Choose a Mode
Pick individual pages, state ranges, divide every N pages, or cap each output at a size.
Review and Save
The resulting files and their page counts are listed before anything is written to disk.
Every Way to Split a PDF Document
Most visits need the first: click the pages to keep and save. The other three cover documents that have to come apart in a particular way. Extracting a few pages, removing unwanted ones and dividing a document into parts are the same operation approached from different directions.
Select Pages
Click page thumbnails to choose exactly which ones to keep. One file is produced containing only those pages, in the order selected.
Cut at Ranges
Enter ranges separated by commas, in the form 1-10, 11-24, 25-40. Each becomes its own document, which suits chapters and sections. Single pages can sit in the list too, as in 2, 5, 9-14.
Divide Every N Pages
Set an interval and the document is cut at that spacing. A 60-page file split every 4 pages yields 15 documents. An interval of 1 puts every page in its own file, and an interval equal to the total divided by the number of parts wanted gives roughly equal sections.
Split to a Size
Give a ceiling and pages are grouped so no output exceeds it. This is the mode for submission portals with a fixed limit.
Splitting Locally vs Splitting on a Server
The established splitters send the document away to be paginated. One of them states outright that its cloud does the work rather than the visitor's computer.
| Point of difference | This page Here Paginates locally | A typical server-side splitter Paginates the document remotely |
|---|---|---|
| Split modes offered | Four | Usually two or three |
| Page ceiling | None imposed | Commonly 200 pages when free |
| Runs allowed per period | Unmetered | Two per day or three per hour |
| Largest document accepted | Whatever memory allows | 50 MB on some free tiers |
| Where the division happens | This machine | A remote server |
| Copy held afterwards | None exists | Deleted after thirty minutes to two hours |
| Confidential material | No restriction | Governed by their policy |
| Effect of geography | None | Transfer time rises with distance |
This sets out how the category behaves as a whole and names no individual service.
The PDF File Never Leaves This Device
Retention windows across this category run from thirty minutes to two hours, and daily quotas sit alongside them. Each is a promise about an operator's own systems, which is a different thing from a document never arriving.
There is no window to apply, since no document arrives. This site has nothing that accepts a file and nothing of ours executes elsewhere. Bring up the browser developer tools and the network panel stays silent throughout rendering and writing.
→ external requests ....... 0
→ the PDF ....... 0 requests
What Survives When a PDF Is Divided
Splitting a PDF separates things that referenced one another. Page content is untouched, but any structure spanning the cut has to be resolved, rewritten or dropped. The table sets out each case.
| Element | Effect | Detail |
|---|---|---|
| Page content | copied verbatim | Every drawing instruction, font and image is transferred as it stands. Because no re-encoding takes place, nothing loses fidelity. |
| Page order | preserved within each file | Pages keep their relative sequence unless a different order was chosen in the page picker. |
| Page size and rotation | carried per page | Each page retains its own dimensions and rotation, so a mixed document splits without normalising anything. |
| Bookmarks | kept where the target survives | An outline entry pointing at a page inside the same output file is retained. One pointing outside it is dropped rather than left dangling. |
| Internal links | rewritten or removed | A cross-reference to a page in the same file is renumbered. A reference to a page that ended up elsewhere cannot be resolved and is removed. |
| Contents pages | text survives, links may not | A table of contents remains visible as text. Its links work only for entries whose target stayed in the same file. |
| External links | carried unchanged | A hyperlink aimed at a web address or a mailbox is untouched, because its target was never inside the document. |
| Form fields | carried with the page | An AcroForm field travels with the page it sits on. Calculations referencing a field on a page in another file will not resolve. |
| Digital signatures | invalidated | A signature certifies the whole document. Every output of a split is a new document, so no signature survives the operation. |
| Tagged structure | carried per page | PDF/UA tags attached to page content are retained. A structure element spanning a split point is truncated at the boundary rather than rebuilt on either side. |
| Document metadata | copied to each output | Title, author and keyword fields are duplicated across the resulting files rather than assigned to one of them. |
| Attachments | copied to the first output | An embedded object attached at document level has no page to travel with, so it is placed in the first output file. |
Where the behaviour is specified
PDF is an open standard held by ISO. Division touches the page tree, the named destination table and the outline hierarchy, as set out in the references below.
Named destinations are covered by the PDF specification, . A link into another output has no destination left to renumber towards.
Four Cases to Check Before Splitting a PDF
Each of these changes the outcome rather than preventing it. The reason and the correct sequence are given for all four.
Encrypted Documents
Signed Documents
Linked Contents Pages
Very Long Documents
Cut After the Index, Not Through It
Where a contents page meets a split point, the links survive only if their targets stay in the same output. Placing the first cut after the index keeps it whole and useful.
Split Before Compressing
Where a size ceiling meets several outputs, dividing first and compressing each result separately gives a better outcome than compressing one large file and hoping it fits.
Where Splitting a PDF Outgrows a Tab
Rendering a thumbnail for every page is what bounds this operation, and that bound is memory.
Where the Desktop Version Fits
Selecting pages requires seeing them, so every page is rendered before a choice can be made. Several hundred pages is routine. A scanned volume of several thousand is not, and a handset reaches that point far earlier than a laptop.
Paginating from disk on demand is what the desktop version does, so length ceases to be a factor.
Nothing is contacted after setup, which suits closed networks and regulated environments.
Only the pages in view are read from disk, so the length of the source ceases to matter.
One rule covers an entire directory, producing a named output set per source file.
A directory of sources divided under one rule, past what a single tab can render.
Save a mode and its parameters, then apply the same division to future documents.
No network access is needed once installed, which suits controlled environments.
Questions About Splitting PDF Files
The Rest of the PDF Toolset
Every one of them processes on the visitor's own machine.
Who Maintains This PDF Splitter
Divide a PDF Without Sending It Anywhere
Nothing to install and nothing to register. Pages are rendered and written on this machine.