Split PDF
Extract specific pages or separate every page into individual PDFs.
Click to upload or drag & drop
Add your document. It will remain locally on your device.
Configuration
Comma-separate ranges. Leave blank for all pages.
Extract pages or split every page into its own file, locally
Splitting a PDF usually means uploading a full document just to pull out a few pages — Foldr skips that step entirely. The split logic runs in your browser, so a page range you extract from a sensitive document never leaves your machine.
You can pull out a specific page range (like pages 3 through 7) or explode the whole document into one file per page, delivered as a zip.
How it works
- 1
Upload the PDF you want to split.
- 2
Choose "Page Range" to extract specific pages, or "Every Page" to split each page into its own file.
- 3
Run the tool to download either a single extracted PDF or a zip of individual pages.
This tool never uploads your file. All processing happens locally in your browser using WebAssembly. Read more about how Foldr handles your data.
Frequently asked questions
Does splitting a PDF here upload my document anywhere?
No. The PDF is parsed and split using pdf-lib directly in your browser tab, so the file contents never leave your device.
What page range formats are supported?
You can enter comma-separated pages and ranges, such as "1-3, 5, 7", and the tool will extract exactly those pages in order.
What do I get if I split every page individually?
You'll receive a zip file containing one PDF per page, numbered sequentially, generated locally with JSZip.