Split PDF
Pull specific pages out of a PDF or cut one large file into several smaller ones. Enter page ranges like 1-3, 5, 8-10 and get back exactly the pages you need — useful for sharing a single chapter, separating a scanned batch, or trimming a long report.
Pages are extracted losslessly inside your browser, so the original quality is kept and nothing is ever uploaded to a server.
- 100% free
- No upload
- Lossless
- No watermark
Drag your PDF here
Or choose a file from your computer.
Maximum 25.0 MB • Files never leave your browser
Split a PDF without uploading it
Splitting a PDF means taking one document and producing several smaller PDFs from it — typically by page range. People do this all day long: pulling a single signed page out of a 40-page contract to forward to legal, breaking a scanned book into one PDF per chapter, extracting a specific lab result from a multi-page medical record, or chopping a bank statement so a landlord only sees the page they need to verify income.
Every one of those examples involves a document you probably do not want to send to a random web service. yourpdfeditor solves that by doing the split inside your browser. The PDF is parsed by a WebAssembly-powered library, new PDF byte streams are assembled in memory, and the results are handed to you as downloads. There is no upload, no temporary file on a third-party server, and no “we delete after one hour” promise that you have to take on trust.
Because the work happens in your browser, there is no queue and no rate limit. You can split a hundred PDFs in a row if you want to, all without an account, all without paying anything, and all without a watermark on the output.
How to split a PDF
Three steps, no account, no upload.
- 1
Open your PDF
Drop the PDF onto the dropzone or click to browse and select it. The file is read into your browser tab — nothing is sent over the network.
- 2
Type the page ranges you want
Use comma-separated ranges like 1-5, 8, 10-12. Each range becomes its own output file. You can also choose "each page as a separate file" if you want one PDF per page.
- 3
Click Split and save
yourpdfeditor builds the output PDFs in your browser and triggers downloads. For several outputs, your browser may either prompt to allow multiple downloads or hand you a single ZIP.
What you get with yourpdfeditor
100% local processing
WebAssembly handles the split inside your browser. There is no upload, no server-side copy of your PDF, and no audit trail to subpoena.
No watermarks, ever
The split PDFs look exactly like the source, minus the pages you cut out. No banner across the top, no logo in the footer.
No page or daily limits
Split a 500-page PDF or split 50 PDFs in a row. The only ceiling is your computer’s memory.
Lossless page extraction
Pages are copied byte-for-byte. Text stays selectable, images keep their resolution, fonts remain embedded.
Flexible range syntax
Single pages, contiguous ranges, or many ranges at once: 1, 4-7, 10-12, 18. Each range becomes its own output file.
No sign-up
Open the page, drop the file, get the result. No account, no email, no free trial that auto-converts.
Common reasons people split PDFs
- Sharing just the relevant page. A landlord only needs the page of your bank statement that shows your direct deposit, not the rest. Splitting before sending is good privacy hygiene.
- Breaking long scans into chapters. A book or manual that arrived as one giant PDF is easier to navigate split into per-chapter files.
- Extracting a contract clause for review. Pull pages 12–14 of a contract out, send those to the person who needs to weigh in, keep the rest under wraps.
- Posting individual documents that came as one upload. If a portal handed you back a single merged PDF (e.g. application + supporting documents), you may need to re-split it for filing.
- Anonymizing by removal. Splitting a PDF to drop a sensitive page is often safer than redacting it, since splitting removes the data entirely instead of covering it.
Splitting vs. extracting vs. redacting
Three different needs that get confused. Splitting divides one PDF into multiple PDFs along page boundaries — useful when you want each piece as its own file. Extracting typically produces a single new PDF containing just the pages you picked, which is the same as splitting with a single range. Redacting permanently removes content within a page (like blacking out a Social Security number) — that is a different operation entirely, and the safest way to do it is to remove the page altogether by splitting if you can get away with it.
Frequently asked questions
Is splitting a PDF on this site really free?+
Yes. No account, no watermark on the resulting PDFs, no page limit, and no daily quota. Because the work happens in your browser, the cost to run the tool does not scale with how many people use it.
Does my PDF get uploaded anywhere?+
No. Your PDF is read into the browser tab and split locally using a WebAssembly-powered library. There is no upload step and no server-side copy of the document. You can verify this by watching the network tab in DevTools while you run the tool.
How do I specify which pages go into which output file?+
Type the page ranges you want, separated by commas. For example, 1-5, 8, 10-12 produces three separate PDFs: one containing pages 1 through 5, one with just page 8, and one with pages 10 through 12. Whitespace and capitalization do not matter.
Can I extract every page into its own file?+
Yes. The fastest way is to use the “Each page as a separate file” option if the tool exposes it; otherwise, list each page individually (1, 2, 3, ...). For a long PDF, splitting page-by-page can produce many downloads, so most browsers will either prompt you to allow multiple downloads or hand you a ZIP archive.
Does splitting reduce the quality of the pages?+
No. Pages are copied into the new PDFs without re-rendering or recompressing the text and images. The resulting pages look identical to how they did in the source document.
Will form fields and digital signatures survive the split?+
Form fields on a copied page are preserved. Whole-document digital signatures (the cryptographic seals that vouch for the entire file) typically do not survive a split, because splitting changes the document boundary the signature was computed over. That is normal behavior across all PDF tools, not a bug specific to ours.
How large a PDF can I split?+
Most desktop browsers handle PDFs up to a few hundred megabytes comfortably. Very large scanned files (think 1+ GB of high-resolution images) can run into per-tab memory limits. If you hit one, try splitting in two passes — extract the first half first, then the second half.
Can I split a password-protected PDF?+
Not directly. The tool can read the PDF structure but not decrypt it. Open the PDF in your usual viewer, enter the password, save an unprotected copy, and then split that copy here.
Related tools & reading
Merge PDF
Combine multiple PDFs into one — the reverse operation.
Organize PDF Pages
Reorder, rotate, and delete pages before splitting.
Edit PDF
Add text and images to your split-out pages.
How to split a PDF into multiple files
A longer guide with examples of common splitting patterns.
Online PDF tool privacy risks
What can go wrong when you upload sensitive PDFs to a server.
Is it safe to edit PDFs online?
How to tell whether an online PDF tool is safe to use.