Splitting PDFs: Extract Pages the Right Way
5 min read · Updated July 2026
You have a 200-page PDF and you need just pages 3 through 7. Seems simple. But if you use the wrong tool, you get a file with broken internal links, a missing title, and form fields that don't work. Here's how to split a PDF without wrecking it.
Three Ways to Split a PDF
There are three common splitting strategies, each suited to different situations:
- By page range: Extract pages 3-7, or pages 1, 5, 9-12. Best when you know exactly which pages you need — like pulling a specific section from a contract.
- Into equal chunks: Split a 60-page document into six 10-page files. Useful for email (keeping each chunk under attachment limits) or for distributing sections to different reviewers.
- By bookmarks: If the PDF has a bookmark outline, split at each top-level bookmark. This is how you separate chapters of a book or sections of a report automatically.
What Breaks When You Split
Splitting seems harmless — you're just copying a subset of pages. But several things can go wrong:
- Internal links break. If page 5 has a hyperlink that jumps to page 80, and you extract pages 1-10, that link now points to a page that doesn't exist in the new file. Some readers show an error; others silently do nothing.
- Bookmarks become orphans. The bookmark outline points to page numbers in the original document. After splitting, those numbers are wrong. A good splitter remaps bookmarks to the new page numbers; a bad one strips them entirely.
- Form fields lose their context. If the PDF has a multi-page form (like an IRS form that spans 3 pages), splitting it mid-form produces a file with broken field calculations.
- Metadata gets lost. The title, author, subject, and keywords from the original PDF may not transfer to the extracted pages.
The legal document problem
Law firms split PDFs constantly — to file specific exhibits, redact sections, or share portions with opposing counsel. But if you split a filed document, the page numbering changes. "See Exhibit A, page 47" in your brief now points to the wrong page. Always note the original page numbers when splitting legal documents.
How to Split Without Breaking Things
- Use a browser-based splitter. Your file stays on your device. No upload, no privacy risk.
- Choose the right splitting method. Page range for specific sections. Equal chunks for email. Bookmarks for chapter-based documents.
- Check the output. Open the split file and verify: Are the bookmarks intact? Do internal links work? Is the title metadata present?
- Rename files descriptively. "Contract_pages_12-18.pdf" is far more useful than "split_3.pdf" when you're looking for it three weeks later.
Splitting for Email: The Size Problem
The most common reason to split a PDF is email size limits. Gmail caps attachments at 25 MB; Outlook at 20 MB. A scanned document can easily hit 50-100 MB.
But splitting by size is tricky — PDF pages vary dramatically. A page of black-and-white text might be 50 KB. A page with a color photo might be 5 MB. If you split "every 20 pages," one chunk might be 1 MB and the next 100 MB.
The better approach: compress first, then split. Reducing image quality from 300 DPI to 150 DPI cuts file size by 60-70% with minimal visible quality loss for screen reading. Then split the compressed file into equal page chunks.
✂️ Try our free PDF Split
Our PDF Split tool lets you extract pages by range, split into chunks, or pick individual pages — all in your browser, no upload required.
The Bottom Line
- Choose your splitting method based on the goal: page range for specific sections, chunks for email, bookmarks for chapters.
- Compress before splitting if file size is the issue — don't just split into more pieces.
- Check that bookmarks and internal links survived the split.
- Rename split files with descriptive names including page ranges.
- Use a browser-based tool to keep sensitive documents private.
Disclaimer: For legal documents, always verify that split files maintain their evidentiary integrity and that page references in other documents are updated accordingly.