Split PDF
Drop a PDF, get a ZIP archive with one PDF per page (page_001.pdf, page_002.pdf, …). Up to 50 Mb input.
Drop your file here
audio, image, PDF — up to 50 Mb.
How to split a PDF
1. Drop your PDF
Click the drop-zone or drag a file from your desktop. We accept any PDF up to 50 Mb.
2. Wait a few seconds
Each page is extracted as its own document, named page_001.pdf, page_002.pdf, … and zipped server-side.
3. Download the archive
Grab the ZIP, unzip locally, pick the pages you need. No email, no sign-in.
About Split PDF
Split PDF takes a single PDF document and turns each page into a standalone PDF file, then packs the result into one ZIP archive ready to download. The tool is meant for the dozens of practical moments when you need a slice of a PDF rather than the whole : extracting one chapter from a textbook, splitting a scanned invoice batch from your accountant into individual files, pulling out the appendices of a research paper, or carving up a contract before sending only the signature page to a co-signer. Students, freelancers, paralegals and anyone archiving paperwork end up needing this kind of slicing several times a week. Under the hood, Split PDF is a small Rust pipeline built on top of lopdf : we parse the cross-reference table, walk the page tree, clone each `/Page` object into a fresh document along with the resources it depends on (fonts, images, color spaces, content streams), then write each new file to an in-memory buffer. The buffers are zipped on the fly and streamed back to your browser ; we never persist anything to disk. A content-hash cache short-circuits identical uploads so a re-split is instant. What sets BastosConvert apart from the dozen other Split PDF sites is the boring stuff done right : no upsell modal, no watermark, no signup wall, and the source pipeline is auditable.