Split a PDF Online: Pick Pages, Download, Done

No account. No upload. Just the tool.

You opened a 200-page PDF and you need page 7. Or pages 12 to 18. Or just the appendix. Most “split PDF” tools online force you to upload the whole document to a server, wait for it to process, then download whatever they say you asked for. For a 30-second task on a document you may not want a third party holding, that’s a lot of friction and a lot of trust.

Signegy splits PDFs entirely in your browser. Drop the file, see thumbnails of every page, click the ones you want (or type a range like 1-3, 5, 8-10), and download a new PDF with just those pages. Nothing uploads. No account. No daily limit.

How It Works

  1. Drop your PDF onto the tool above (or click to choose). The file loads into the page and renders thumbnails for every page.
  2. Pick the pages you want. Click thumbnails to toggle selection, or type a range in the field at the top — 1-3, 5, 8-10 is valid syntax. The visual checkmarks and the text range stay synced as you change either.
  3. Click “Extract”. The new PDF downloads to your device with the file name [original]-pages-1-3_5_8-10.pdf so you can tell extractions apart at a glance.

By default, every page is selected so you can opt out of pages instead of opting in. The “All / None / Invert” buttons cover the bulk operations. Cmd/Ctrl+A selects all pages from the keyboard; Esc deselects.

Visual Selection vs. Range Syntax

The two modes exist for different scenarios.

Visual selection is faster when the pages you want are scattered or you don’t know exactly which ones until you see them — for example, separating the signed pages out of a contract that only has signatures on a few pages. You see a thumbnail of every page, you click the ones you want, you’re done.

Range syntax is faster when you know exactly what you want and there are a lot of them. If you have a 200-page report and want pages 50 to 100, typing 50-100 is one second. Clicking 50 thumbnails is not. The syntax accepts any combination: 1-3, 5, 8-10, 50-99, 200 is valid.

Both modes write to the same underlying selection, so you can use the range field to bulk-select a range and then click individual thumbnails to remove specific exceptions.

Common Reasons to Split a PDF

The two most common scenarios are extracting a section and isolating a single page.

Extracting a section comes up with reports, contracts, and reference documents. You got a 60-page lease but you only need the rent escalation clause to send to a friend for a sanity check. Or you’re sharing the executive summary of a long report and don’t want the recipient to wade through 80 pages of appendices. Pages 3-7 plus page 60 — done in ten seconds.

Isolating a single page is the receipt-and-form scenario. A bank statement PDF has 12 pages but you only need page 4 for an expense report. A multi-form government PDF has the page you need to upload buried at page 23. You don’t want to send the whole document — you want page 4 (or page 23) and nothing else.

A third use: separating the front and back of a scanned double-sided document where the scanner didn’t get the order right. Split into individual pages, recombine in the right order with the merge tool.

Why Browser-Based Splitting Is the Right Default

When a tool processes your PDF on a server, the workflow is: your browser uploads the file, the server processes it, the server gives back a download link, you download. That’s three network round-trips and at least one company’s servers handling your document.

When the tool runs in your browser, the workflow is: drop, click, download. The PDF parsing libraries (pdf.js for rendering thumbnails, pdf-lib for the actual page extraction) run as JavaScript on your machine. The “save” step is your browser writing a file to your downloads folder. There is no upload because there is no server in the loop.

The privacy implication matters more for some documents than others. For a public report you found on a government website, it doesn’t matter where the splitting happens. For a leaked NDA, a personal financial record, or a contract with another party’s information in it, “this never left my device” is the only honest answer about where the document went. The architecture is covered in more detail on the private PDF signing page.

Honest Limit: Encrypted PDFs

Signegy can’t split a PDF that’s password-protected. We don’t have a place to ask for the password (no server, no account flow), and we don’t want to be in the password-handling business anyway.

If you need to split a protected PDF, the workflow is: open it in your existing PDF reader (Preview on Mac, Acrobat Reader, or any reader that prompts for the password), enter the password, then export or re-save the file without password protection. From there, drop the unlocked copy into Signegy and split as normal.

This is one of the few cases where a server-side tool has a usability advantage — they can take the password through their UI. The trade-off is that they’re then handling your password on their server, which for sensitive documents is exactly the thing you may have wanted to avoid.

Pair It With Other Tools

Splitting is often a step in a longer workflow. After you split, you might merge multiple sections together, sign the extracted page, or export it as an image for a slide deck. All of those run in the same browser with no upload, so the document never leaves your device across the entire workflow.

If you’re comparing PDF tools generally, the Smallpdf alternative page covers how Signegy stacks up against the largest browser-and-server hybrid in this space, including where Smallpdf is honestly better.

Frequently Asked Questions

Is splitting really free, with no page or file size cap?

Yes. There's no daily quota, no maximum page count, and no file size limit beyond what your browser's memory can hold. We don't charge because there's no per-document server cost on our side — your browser does the work.

Does my PDF get uploaded anywhere?

No. Your file loads into your browser tab and stays there. Open DevTools and watch the Network panel if you want to confirm — there are no POST requests, ever.

What does the range syntax accept?

Use commas for individual pages and hyphens for ranges. For example, '1-3, 5, 8-10' selects pages 1, 2, 3, 5, 8, 9, and 10. The visual selection and the range field stay in sync, so you can mix the two.

Can I split a password-protected PDF?

Not directly. We don't ask for the password (we have no server to send it to), so encrypted PDFs need to be unlocked in your existing PDF reader first, then re-saved without the password before you split them.

What happens to bookmarks, form fields, and signatures?

The extracted pages keep their visible content (text, images, links). Document-level metadata like outline bookmarks and AcroForm fields don't carry over reliably — pdf-lib focuses on the page content. If preserving form structure matters, do the splitting in a desktop tool that's built for that.