How to Split PDF Online — Best Free Tools (2026)
Published: May 27, 2026 · 4 min read
Got a 200-page report and only need pages 15-23? A scanned document where every other page is blank? A PDF splitter lets you extract, separate, and reorganize pages — without Adobe Acrobat. Here are the best free ways to split PDFs in 2026.
Three Ways to Split a PDF
1. Extract Specific Pages
Keep only the pages you need. For example, extract pages 5, 12-18, and 25 from a 100-page document. The output is a new PDF containing just those pages.
2. Split by Range
Divide a PDF into chunks. For example, split a 100-page PDF into four 25-page files. Useful for breaking large documents into chapters or sections.
3. Split Every Page
Extract every single page as its own PDF file. A 50-page PDF becomes 50 separate files. Useful for document management systems or when you need individual page files.
Browser-Based Splitting (Recommended)
The privacy-first approach: split PDFs directly in your browser. Here is how:
- Go to PDF Toolbox — Split PDF
- Drop your PDF file
- Choose your split method: extract pages, split by range, or one page per file
- For extract mode: type the page numbers you want (e.g. “1,3,5-10,15”)
- For range mode: set how many pages per chunk
- Download — each split portion downloads as a separate PDF
Why browser-based? Your PDF content stays on your device. No server sees your document pages. For contracts, legal documents, financial reports, or any sensitive PDF, browser-based splitting is the safest option.
Desktop Tools for Heavy Use
If you split PDFs daily as part of your workflow, desktop tools offer batch processing and automation:
- PDF24 Creator (Windows): Free, offline, splits by page count or custom ranges. No uploads.
- PDFsam Basic (Windows/Mac/Linux): Open-source PDF split and merge tool. Supports every page, odd/even, and custom ranges.
- Preview (Mac): Built-in — drag pages out of the sidebar to create new PDFs. Quick but manual.
Command Line: pdftk (For Developers)
# Extract pages 1-5 from input.pdf pdftk input.pdf cat 1-5 output pages1-5.pdf # Split every page into separate files pdftk input.pdf burst # Extract specific pages pdftk input.pdf cat 1 3 5-10 15 output selected.pdf # Split into chunks of 20 pages pdftk input.pdf cat 1-20 output chunk1.pdf pdftk input.pdf cat 21-40 output chunk2.pdf
pdftk (PDF Toolkit) is a free command-line tool available on Linux, Mac, and Windows. It handles large files efficiently and can be scripted for batch processing.
Comparison Table
| Tool | Upload Required | Free Limit | Split Modes |
|---|---|---|---|
| PDF Toolbox | No | Unlimited | 3 modes |
| Smallpdf | Yes | 2/day | 2 modes |
| iLovePDF | Yes | 2/day | 3 modes |
| PDF24 | No (desktop) | Unlimited | 3 modes |
| pdftk (CLI) | No | Unlimited | Any pattern |
Common Use Cases
Removing blank pages from a scanned PDF
Scanned documents often include blank pages (the back of each sheet). Use “extract pages” mode to select only the non-blank pages. In PDF Toolbox, type the page numbers of content pages and skip the blanks.
Separating chapters of an eBook
Got a combined PDF of a multi-volume book? Use “split by range” mode to separate it into individual volumes. Set the range to match the page count of each volume.
Extracting a single form from a packet
Tax packets, application forms, and legal documents often come as multi-page PDFs where you only need one specific form. Extract just those pages.
Split Your PDF Now — Free & Private
Extract pages, split by range, or separate every page. No uploads required.
Split PDF Now →