Split PDF
Pick a page range to extract from your PDF. Everything happens in your browser.
Drop a PDF to split
or click to choose a PDF file
Splitting a PDF means pulling out exactly the pages you want and saving them as a new file. Maybe you want chapter three of a long manual, or pages 5 and 12 from a contract. Converterzilla makes it a one-line job: drop the PDF, type the pages you need (like 1-3, 5, 8-10), and get a fresh PDF with just those pages — all without uploading anything.
How to use Split PDF in your browser
- Drop the PDF you want to split. Drag a single PDF onto the upload area or click to choose one. Converterzilla reads it locally and shows you how many pages it contains.
- Type the page range. Use commas and dashes — for example, 1-3, 5, 8-10 will extract pages 1 to 3, page 5, and pages 8 to 10 in one go. Pages are 1-indexed.
- Click Split PDF. Converterzilla pulls just those pages from the source PDF and assembles them into a brand-new file in the order you typed.
- Save the new PDF. The extracted pages download as filename-split.pdf. The original file stays untouched on your disk.
Why use Converterzilla for Split PDF
Truly private
PDFs often contain sensitive information. Splitting in the browser means we never see your file — there's no server-side copy.
Flexible page selection
Mix individual pages and ranges in one operation. Re-order them in the output by typing them out of order.
Lossless extraction
Pages are copied byte-for-byte from the source. Text remains selectable, fonts stay sharp, images keep their resolution.
Instant preview of page count
As soon as you drop the file, we tell you how many pages it has so you can pick a sensible range.
Frequently asked questions about Split PDF
Further reading and references
- pdf-lib documentation — the JavaScript library we use for page-level extraction
- MDN — File and FileReader API — the browser API that reads PDFs locally without upload