How to Split a PDF (Client-side, Privacy-first)
Published on 2026-01-11 · Extract pages like 1,1,3-5,7-2 without uploading files.
This guide shows how to split a PDF into specific pages without uploading files. All processing happens locally in your browser.
Why client-side?
Documents can contain sensitive information. Processing PDFs entirely in the browser avoids sending files to third-party servers.
Quick steps
- Open joinpdf.top.
- Select a PDF under Split PDF.
- Enter pages like
1,1,3-5,7-2to extract specific ranges, including reverse ranges. - Optionally set an output filename.
- Click Extract Pages to download the result.
Page syntax examples
1,3,5extracts pages 1, 3, and 5.2-6extracts pages 2 through 6.7-2extracts pages 7 down to 2 (reverse order).allextracts all pages.
Tips
- Duplicates keep order (e.g.,
1,1will duplicate page 1). - Use a descriptive filename to organize output versions.
Try it now on joinpdf.top.