
How to Split PDF Files: Extract Pages with Ease

Michael Foster
Content Creator & Tutorial Expert
Splitting a PDF lets you extract specific pages or break a large document into smaller files. This guide covers the best splitting methods available in 2026, from online tools to desktop software, with tips for every scenario.
Table of Contents
Splitting a PDF is the process of dividing a single document into two or more separate files. This is useful when you need to share only part of a document, extract individual chapters, or reduce the size of a file for emailing. In this guide, we cover everything you need to know about splitting PDFs in 2026, including the different types of splits, the best tools for the job, and practical tips for getting clean results.
Why Split a PDF?
There are many situations where splitting a PDF is the right move:
- Sharing specific pages: A 200-page report may contain only a few pages relevant to a particular colleague. Splitting lets you send just what they need.
- Extracting chapters: Long manuals and books can be divided into chapter-length files for easier reading.
- Reducing email attachment size: Email servers often reject large attachments. Splitting a big PDF into smaller parts can get around this.
- Creating excerpts: Pulling a section from a larger document for a presentation or proposal.
- Archiving sections: Storing different parts of a document separately for organizational purposes.
Types of PDF Splits
Understanding the different ways you can split a PDF helps you choose the right approach:
- Extract pages: Pull specific page ranges (e.g., pages 5–10) into a new file.
- Split into individual pages: Each page becomes its own PDF.
- Split by size: Divide a file so each resulting part is under a certain size.
- Split by bookmarks: Use existing bookmarks to determine split points.
- Split at specific page numbers: Break the document at defined intervals (e.g., every 10 pages).
Method 1: Split PDFs Online
Online splitters are the quickest option for most users. They work in any browser and require no installation.
Step-by-Step: Splitting a PDF Online
- Upload your PDF: Drag and drop the file into the splitter tool or browse to select it.
- Choose your split mode: Most tools offer options like "extract pages," "split into individual pages," or "split by page ranges."
- Specify pages or ranges: Enter the page numbers you want to extract (e.g., "1-3, 7, 10-15") or set split intervals.
- Process the split: Click the split button and wait for the tool to process your file.
- Download the results: You will receive either a single extracted PDF or a ZIP file containing multiple split PDFs, depending on the mode you chose.
Choosing the Right Online Splitter
Not all online splitters are equal. Look for these features:
- Privacy: The tool should delete your files after processing, not store them indefinitely.
- No watermarks: Some free tools add watermarks to the output. Avoid these.
- Batch processing: If you split PDFs often, a tool that handles multiple files at once saves time.
- Page range flexibility: The ability to specify non-contiguous pages (e.g., pages 1, 5, and 9) is important for many use cases.
Method 2: Desktop Software for Splitting
Desktop applications give you more control and work offline, which is important for sensitive documents.
Using PDFsam Basic (Free)
PDFsam Basic is an excellent free option for splitting PDFs:
- Open PDFsam Basic and select "Split" from the sidebar.
- Add your PDF file by dragging it in or clicking "Add."
- Choose your split settings — split after a certain number of pages, split by size, or split by bookmarks.
- Set the output destination.
- Click "Run" to perform the split.
Using Adobe Acrobat Pro
Adobe Acrobat Pro offers the most advanced splitting capabilities:
- Open the PDF in Acrobat Pro.
- Go to Tools > Organize Pages.
- Click "Split" in the top toolbar.
- Choose your split criteria: number of pages, file size, or top-level bookmarks.
- Click "Split" and choose where to save the resulting files.
Acrobat Pro also lets you extract pages directly from the thumbnail view by selecting pages and choosing "Extract."
Using macOS Preview
Preview can extract pages but does not have a dedicated split function:
- Open the PDF in Preview.
- Show the thumbnail pane (View > Thumbnails).
- Select the pages you want to extract.
- Drag the selected thumbnails to your desktop to create a new PDF with just those pages.
Method 3: Command-Line Splitting
For automation and scripting, command-line tools are unbeatable.
Using pdfseparate (poppler-utils)
To split a PDF into individual pages:
pdfseparate input.pdf output_%d.pdfThis creates files named `output_1.pdf`, `output_2.pdf`, and so on.
Using Ghostscript for Page Range Extraction
To extract specific pages (e.g., pages 5–10):
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dFirstPage=5 -dLastPage=10 -sOUTPUTFILE=extracted.pdf input.pdfThis is particularly useful in scripts where you need to extract a known range from many files.
Common Splitting Scenarios
Scenario 1: Extracting a Single Chapter
You have a 50-page manual and need just chapter 3, which spans pages 18–25. Use an online splitter or Ghostscript to extract pages 18–25 into a new file. Name it clearly (e.g., "manual-chapter-3.pdf") for easy reference.
Scenario 2: Splitting for Email
Your PDF is 30 MB, but your email limit is 10 MB. Split the file into three parts of roughly 10 MB each. Most splitting tools have a "split by size" option that handles this automatically. Remember to tell the recipient how many parts to expect.
Scenario 3: Creating Individual Page Files
You need each page of a 10-page form as a separate file for individual processing. Use `pdfseparate` or an online tool's "split into individual pages" mode. You will get 10 PDFs, one per page.
Tips for Clean Splits
- Check page numbers first: Open the PDF and confirm which pages you need before splitting. Page numbers in the file may not match the physical page count (cover pages, roman numerals, etc.).
- Name outputs clearly: Use a naming convention that indicates the page range, like "report-pages-1-10.pdf."
- Verify after splitting: Open each output file to make sure it contains the right pages and that nothing was lost.
- Watch for rotated pages: Some splitting tools may reset page rotation. Check the output if your source has rotated pages.
- Keep the original: Always keep the unsplit original until you have verified the split files are correct.
Conclusion
Splitting PDFs is a straightforward process once you understand the type of split you need. For quick, one-time extractions, online tools are the fastest option. For frequent or sensitive work, desktop software provides more control and privacy. And for automation, command-line tools integrate seamlessly into scripts and workflows. Whatever your splitting needs, the key is to verify your results — open every output file and confirm it contains exactly the pages you expect.
Sources & References
About the Author

Michael Foster
Content Creator & Tutorial Expert
Michael creates in-depth tutorials and guides that make complex tools accessible to everyone. He has a passion for teaching and clear communication.
Frequently Asked Questions
Can I split a PDF without losing quality?
How do I extract specific pages from a PDF?
Can I split a password-protected PDF?
What is the maximum file size for online PDF splitting?
Start working smarter today
Join 500,000+ users who trust VisualDocs for their daily image and PDF workflows.
