Split PDF
Split a PDF into separate files or pages.
Select a PDF file to get started.
FAQ
- How do I specify which pages to extract?
- Enter a comma-separated list of pages or ranges in the text field, for example "1-3,5,7-9". Pages are 1-based (the first page is 1). Ranges are inclusive on both ends.
- Is my PDF uploaded to a server?
- No. Everything runs entirely in your browser using pdf-lib. Your file never leaves your device.
- What happens if I enter a page number that does not exist in the PDF?
- Out-of-range page numbers are silently skipped, so you always get a valid output containing only the pages that actually exist in the source file.