Split PDF
Pull out the pages you need as a single new PDF, or break a document into separate files delivered as one ZIP. Your file is read on your device and never uploaded.
Related tools
How to split a PDF
- Add your PDF. Drag it onto the box above or click to browse. The page count appears as soon as the file is read.
- Choose what you want. Extract pages gives you one new PDF containing the pages you pick. Split into files breaks the document up and returns a ZIP.
- Set the detail. For extraction, type pages and ranges like
1-3, 7, 10-12. For splitting, choose how many pages go in each file. - Download. You get either a single PDF or one ZIP archive, saved straight to your device.
Your file is never uploaded. Close the tab before downloading and the result is gone, because no copy exists anywhere else.
When you would need this
Sending only the relevant pages. A landlord needs two pages of a forty-page bank statement. A colleague needs the appendix, not the whole report. Extracting the pages that matter is faster for them and shares less of your information than sending the lot.
Removing pages you do not want circulated. A contract with an internal pricing annexe. A scan that picked up a page belonging to a different document. Extracting everything except those pages produces a clean version to send.
Breaking a batch scan into individual documents. Scanners often produce one long PDF from a stack of separate documents. Splitting per page, or in fixed-size groups, turns that back into individual files.
Meeting an upload size limit. Portals frequently cap uploads. Splitting a long document into parts that each fit is often quicker than trying to compress it far enough.
Reordering while you extract. Because page order is respected, entering 3,1,2 produces a document with those pages in that order — useful when a scan came out in the wrong sequence.
Tips for splitting accurately
Check the page numbers on the page, not in the file. Documents with a cover sheet or roman-numeral front matter usually have printed page numbers that do not match their position in the file. This tool counts physical pages from 1, so page "1" of a report with a cover might be the second page of the PDF. Open the document and count if you are unsure.
Use open-ended ranges for the start or end. 18- takes page 18 through to the last page without you needing to know the total, and -4 takes everything up to page 4. Both save counting.
Order matters, and that is deliberate. Entering 5-1 gives you those five pages in reverse. Entering 3,1 puts page 3 first. If you only want a selection in the original order, list the ranges in ascending order.
Expect shared resources in the output. A one-page extract from a document with embedded fonts and repeated logos will not be one-fortieth of the original size. The page brings its dependencies with it. Compress afterwards if size is what you are trying to control.
Splitting large documents into many files takes a moment. Producing fifty separate PDFs means building fifty documents and then compressing them into an archive. This is real work happening on your device rather than a progress bar waiting on a server, and it is quicker than uploading would have been.
Limits and requirements
Encrypted PDFs cannot be split. A password-protected file is unreadable without its password, and this tool does not attempt to break encryption. Remove the protection first, then split the unprotected copy.
Memory is the constraint. The source document is held in memory while output files are built. Large documents split into many pieces use the most, since several documents exist at once. Closing other tabs helps. A failure produces a clear message rather than a silent stop.
Page content transfers; document structure may not. Text, images, fonts and vector graphics are copied exactly. Bookmarks, form field interactivity and links that pointed to pages left behind will not survive, because they belong to the original document structure rather than to the pages themselves.
Digital signatures are invalidated. A signature covers a whole specific document. Any file produced by splitting is a new document, so an existing signature no longer validates — correctly, since the content has changed.
Scanned pages stay images. Splitting a scanned document gives you image pages, exactly as they were. It does not perform text recognition, so the output is not searchable unless the original already was.
Privacy: how this tool handles your file
Your document never leaves your device. When you add a file, your browser reads it into memory, and all the splitting happens in your tab. There is no upload, no server-side processing, no queue, and no temporary copy on our infrastructure — because no infrastructure is involved in the operation at all.
The privacy angle is particularly relevant for splitting, because the reason people split a document is often precisely that it contains something they do not want to share. Extracting two pages from a bank statement exists as a task because the other thirty-eight pages are nobody else's business. Uploading the full statement to a stranger's server in order to remove pages from it rather defeats the purpose.
You can check this instead of trusting it. Open your browser's developer tools, switch to the Network tab, and split a file — nothing carries your document. Or load this page, disconnect from the internet, and split anyway. It still works, because everything needed is already running on your machine.
Frequently asked questions
Is my PDF uploaded when I split it?
No. The file is read into your browser's memory and split there by code running on your own device. Nothing is transmitted or stored by us. You can verify this by opening your browser's developer tools, switching to the Network tab, and splitting a document — no request carries your file. This is the main difference between this tool and most free PDF sites, which upload your document to a server.
What is the difference between extracting and splitting?
Extracting produces one new PDF containing the pages you chose — useful when you want pages 3 to 8 of a report as a single document. Splitting breaks the whole document into several files, one per page or per group of pages, and delivers them as a ZIP archive. Use extract when you want a subset; use split when you want the document broken apart.
How do I specify which pages to extract?
Type page numbers and ranges separated by commas — for example 1-3, 7, 10-12. You can leave one side of a range open: 18- means page 18 to the end, and -4 means the start through page 4. Order is respected, so entering 3,1 puts page 3 before page 1 in the result, which means you can reorder while extracting.
Why do split files come as a ZIP instead of separate downloads?
Browsers block a page from starting many downloads at once, as an anti-abuse measure — attempting fifty separate downloads would either be blocked or bury you in permission prompts. Packaging them into one ZIP is reliable and gives you a single file to save. The ZIP is built on your device like everything else.
Does splitting reduce quality or compress the pages?
No. Splitting is lossless. Pages are copied into the new documents exactly as they are, with text, images, fonts and vector graphics untouched. Individual output files will be smaller than the original simply because they contain fewer pages, not because anything was degraded.
Can I split a password-protected PDF?
Not directly. An encrypted PDF cannot be read without its password, so the tool will tell you clearly rather than failing without explanation. Open the file in your usual PDF reader, enter the password, save an unprotected copy, then split that.
Why is each split file not much smaller than the original?
Because PDFs share resources between pages. Embedded fonts, and images that appear on more than one page, are stored once and referenced from wherever they are needed. When a page is copied into a new document, the resources it depends on come with it — so a single-page extract from a font-heavy report can be a surprisingly large fraction of the original. This is normal and the file is not damaged.
Can I split a PDF on my phone?
Yes. The tool works in mobile browsers on iOS and Android, and you can pick files from device storage, iCloud Drive or Google Drive through the normal file picker. Very large documents may be slower on a phone than a laptop, since splitting is limited by available memory.