keptlocal
· 7 min read · PDFPrivacy

How to Split a PDF Without Uploading It

HP
Hitendra Patel
Founder, keptlocal · Senior Technical Lead, Healthcare IT

Splitting a PDF sounds trivial. In practice, the first tools that come up in search all require you to upload your file to a third-party server — one you have no control over and no way to audit. Here are the real options, including one that never moves your file off your device.

Why splitting a PDF matters

The most common reasons to split a PDF: you received a multi-hundred-page document and only need one chapter. You have a combined report and need to send individual sections to different recipients. A scanned batch was merged automatically and needs to be separated by form. A contract needs its appendices extracted for separate review.

In every case, the source document may contain information that should not be handled carelessly. Uploading it to a random online tool — even one that promises deletion within a few hours — is a choice worth thinking about.

Option 1: Browser-based splitting (no upload, free)

The Split PDF tool on keptlocal runs entirely in your browser using pdf-lib, a JavaScript library that processes the file locally. Nothing leaves your device.

Two modes: Extract pages produces a single new PDF containing just the pages you specify, entered as a comma-separated list of pages and ranges (e.g., 1, 3, 5-8). Split all pages makes each page its own PDF file, bundled into a ZIP archive that downloads automatically.

  1. Drop your PDF onto the tool or click to select it.
  2. Choose a mode and enter your page selection if using Extract.
  3. Click Split & download. The result appears immediately in your browser.

To verify: open DevTools (F12) → Network tab before you begin. You will see the initial page load requests stop, and then nothing further while the split runs. Zero uploads.

Option 2: Adobe Acrobat (desktop, paid)

Adobe Acrobat Pro has an Organize Pages panel that gives you thumbnail-level control over splitting. You can drag to create page ranges, right-click to extract a selection, or use the split tool to break a document into equal-length chunks.

Acrobat is the best option for complex PDFs — those with form fields, interactive elements, or digital signatures — because it handles PDF structure more comprehensively than JavaScript libraries. The downside is cost: Acrobat Pro is subscription-only.

The free Acrobat Reader cannot split PDFs. This is a deliberate limitation to push users toward Acrobat Pro.

Option 3: Preview on macOS (free, local)

macOS users can split PDFs without any additional software using Preview:

  1. Open the PDF in Preview.
  2. Show the thumbnails sidebar: View → Thumbnails (or Shift+Cmd+D).
  3. Select the pages you want to extract — Command-click for non-consecutive pages.
  4. Drag the selected thumbnails out of the thumbnails panel onto your desktop or into a Finder window. macOS creates a new PDF containing just those pages.

Alternatively, use File → Export as PDF with specific pages selected. Preview handles most standard PDFs well; complex interactive forms may be simplified in the output.

Option 4: Chrome print-to-PDF (free, any OS, limited)

Chrome's built-in PDF viewer combined with its print-to-PDF destination can extract a page range:

  1. Open the PDF in Chrome.
  2. Press Ctrl+P (Cmd+P on Mac) to open the print dialog.
  3. Set Destination to Save as PDF.
  4. Enter the pages you want to keep in the Pages field — for example 5-12 keeps pages 5 through 12.
  5. Save the file.

This approach is useful for a quick extraction on any operating system. The limitations: Chrome re-renders the PDF when saving, which can subtly change formatting. You specify pages to keep, not pages to split on, which is awkward when you want to split a large document into several chunks. And it produces one output file, not multiple separate files.

When splitting is not the right tool

If you want to remove specific pages from a document rather than extract them into a new file, the Delete PDF Pages tool is a better fit — it keeps everything except the pages you specify.

If you want to reorganise a document without splitting it, the Reorder PDF Pages tool lets you drag page thumbnails into the order you need and download a rearranged PDF.

The privacy angle

Upload-based PDF tools are not automatically unsafe — most run legitimate services with reasonable data handling. The risk is structural: your document passes through infrastructure you did not set up, run by a company whose internal practices you cannot audit, under a privacy policy that may permit uses you did not consider.

For documents containing tax information, legal content, health records, or anything covered by a confidentiality agreement, local processing should be the default. Splitting a PDF in a browser is not slower or more difficult than uploading it. The only difference is where the work happens.

Which option to use

  • Fast, private, any device: keptlocal Split PDF
  • macOS, built-in option: Preview drag-to-export
  • Quick extraction, any OS, no software: Chrome print-to-PDF
  • Complex PDFs, interactive forms: Adobe Acrobat Pro

For most common splitting tasks — extracting a chapter, separating a multi-form scan, sending one section of a document — the browser-based option is the fastest path. No installation, no account, and no file leaves your device. This came up when I was testing with a 200-page contract that needed its appendices extracted separately. The split completed in about three seconds.

Split your PDF using keptlocal's Split PDF tool — no upload required. Also useful: Delete PDF Pages and Reorder PDF Pages.

Free browser tool
Split PDF

Extract pages or split into separate documents — entirely in your browser.

No upload. No signup. Runs in your browser.

Use Split PDF