PDF Split
Extract pages from a PDF by page range into a new file. Everything runs locally in your browser — nothing is ever uploaded.
How to use
- Click the drop zone or drag a PDF into it — the page reads the file and shows the total page count.
- Enter the pages to extract in the "Page range" box, e.g.
1-3,5,8-10for pages 1–3, 5 and 8–10. - Ranges may be reversed (like
7-4, auto-corrected to 4–7) and duplicates are removed; out-of-range pages produce a clear error. - Click "Extract & download" to generate a new PDF containing only the selected pages.
- Click "Clear" any time to remove the current file and start over.
FAQ
Will the extracted pages lose quality?
No. Pages are copied as-is, without re-compression or re-layout, so the output matches the original document exactly.
Can I split into several PDFs at once?
Each extraction produces one new PDF containing all the pages you specified. To create multiple files, simply extract again with a different range.
Does it work with encrypted PDFs?
Password-protected PDFs cannot be opened directly. Files that only carry permission restrictions (such as "no printing") are usually read successfully by ignoring those limits, but browser capabilities vary and not every file can be processed.
Are my files uploaded anywhere?
No. Reading the page count, copying pages and building the file all happen inside your browser (powered by the open-source pdf-lib library). Your PDF never leaves your device.