PoliteTools

PDF Tools

Split PDF

Extract the pages you need from any PDF, or break a large document into smaller ones. Pick pages visually or type a range like 1-3, 7, 9 — processing happens entirely on your device.

files never leave your device

Loading tool…

How to use Split PDF

  1. Drop your PDF file to load a preview of its pages.

  2. Select the pages to extract, or enter a page range like 1-3, 7.

  3. Click Split PDF and download the extracted pages as a new file.

Why you would split a PDF rather than send the whole thing

Splitting is usually about sending less, not sending more. A bank sends a forty-page statement and your landlord needs three pages of it. A scanned booklet contains one form you actually have to fill in. A report contains a section that is relevant to one team and confidential to another. In each case the whole document technically answers the question, and in each case sending the whole document is the wrong move.

There is a privacy dimension people underrate here. Sending forty pages when three were asked for means handing over thirty-seven pages of information nobody requested — transaction histories, account numbers, addresses, other people's names. Splitting first is not fussiness; it is the difference between answering a question and over-sharing. That this tool runs entirely in your browser matters for the same reason: the document you are trimming is precisely the sort you would not want sitting on someone else's server.

Extracting a range versus splitting into single pages

There are two genuinely different jobs here. Extracting a range pulls a contiguous run of pages — 12 to 15 — into one new document, which is what you want when the pages belong together and should stay together. Splitting into individual files produces one PDF per page, which suits archiving, filing each page under a different reference, or feeding pages into a system that only accepts one page at a time.

Page numbers refer to the PDF's own numbering, counting from one at the first page of the file. That is not always the number printed on the page. Scanned books, reports with roman-numeraled front matter, and documents with a cover sheet all commonly run a page or two out of step. Check the page count the tool reports against what you can see before you extract, particularly on a long document where being one page out is easy to miss.

Extraction copies pages rather than re-rendering them, so the pages you pull out are byte-for-byte as good as the originals: same fonts, same image resolution, same selectable text. Splitting a document and re-merging the pieces gets you back to where you started with no generational loss.

What splitting does not remove

This is the part worth understanding properly, because it is a real privacy trap. Splitting removes pages, but a PDF carries information that does not live on any particular page. Document metadata — author name, the software that produced it, creation and modification timestamps — is a property of the file, and it travels into the extracted document.

So if you extract three pages from a document to avoid revealing the rest, you have solved the visible problem and possibly not the invisible one. The extracted file may still name the person who wrote the original, the organisation whose licence of Word produced it, and when it was last edited. For anything genuinely sensitive, run the extracted file through a metadata cleaner afterwards.

The same caution applies to content that is present but not obviously visible. Text hidden behind an image, content in a layer, or an annotation that renders faintly is still in the page data. If a page contains something that must not be disclosed, redacting it properly is a separate job from splitting — covering it with a black rectangle in most editors leaves the text underneath perfectly extractable.

Frequently asked questions

Are my files uploaded to a server?

No. Everything happens locally in your browser using JavaScript and WebAssembly. Your files never leave your device, nothing is stored, and the tool even keeps working if you go offline after the page loads. That makes it safe for contracts, IDs, medical records and other sensitive documents.

Can I extract multiple separate ranges at once?

Yes. Enter comma-separated ranges such as 1-3, 7, 10-12 and the selected pages are combined, in order, into your output file. You can also toggle individual pages on and off in the visual preview before splitting.

Does splitting work on large PDFs?

Yes. Documents with hundreds of pages split quickly because only page references are copied, not re-rendered content. Very large files are limited only by your device's memory, since nothing is sent to a server.

Will the extracted pages keep their original quality?

Absolutely. Pages are copied losslessly into the new PDF — fonts, images, and vector graphics remain exactly as they were in the source document, with no recompression or watermarking.

What next