
How to Split PDF Files: Beginner Tutorial

Michael Foster
Content Creator & Tutorial Expert
Splitting a PDF lets you extract specific pages or break a large document into smaller files. This beginner-friendly tutorial 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 beginner tutorial, 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. The pdfseparate command from poppler-utils splits a PDF into individual pages, creating files named with sequential numbers. Ghostscript can extract specific page ranges by setting first and last page parameters, which 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
- Preview before splitting: Scroll through the source PDF and note the exact page numbers you need. Page numbers in the file may not match printed page numbers.
- Keep original files: Always retain the original PDF even after splitting. You may need to re-extract different pages later.
- Name outputs descriptively: "pages_1-5.pdf" is far more useful than "split_1.pdf" when you come back to the files weeks later.
- Check for blank pages: Some PDFs have blank pages between sections. Decide whether to include or exclude them before splitting.
- Watch for rotated pages: If the original has rotated pages, the split files will inherit that rotation. Most tools preserve it, but verify the output.
Choosing the Right Splitting Method
With several splitting methods available, selecting the right one depends on your document and workflow. Use this comparison to guide your decision:
When to Use an Online Splitter
Online splitters are ideal for:
- Quick, one-off splits: If you need to extract a few pages from a single document, an online tool is the fastest option with no installation required.
- Occasional use: If you split PDFs infrequently, there is no need to install desktop software.
- Sharing results immediately: Online tools let you split and download in one session, which is convenient when you are working from a shared or borrowed computer.
When to Use Desktop Software
Desktop splitters are the better choice when:
- Sensitive documents: Confidential files should not be uploaded to a web service. Desktop tools like PDFsam Basic and Adobe Acrobat Pro process files locally.
- Large or complex documents: Desktop tools handle documents with hundreds or thousands of pages more reliably and without file size limits.
- Frequent splitting: If splitting is part of your daily workflow, desktop software saves time and works offline.
- Advanced split modes: Desktop tools offer split by bookmarks, split by size, and split at regular intervals — features that some online tools lack.
When to Use Command-Line Tools
Command-line splitting is best for:
- Automation: If you need to split PDFs on a schedule or as part of a script, command-line tools are the only practical option.
- Batch processing: Splitting many files in different combinations is trivial with a shell script.
- Server environments: On headless servers or in CI/CD pipelines, command-line tools are the standard approach.
Splitting Method Decision Checklist
Before choosing a method, ask yourself:
- Is the document confidential or sensitive? If yes, use desktop or command-line tools.
- Do I need to split more than a few files? If yes, consider desktop or command-line tools for batch processing.
- Am I on a computer where I cannot install software? If yes, use an online tool.
- Do I need advanced split modes (by bookmarks, by size)? If yes, use PDFsam Basic or Adobe Acrobat Pro.
- Will I repeat this task regularly? If yes, learn the command-line method for automation.
Splitting PDFs on Mobile Devices
Splitting PDFs on a phone or tablet is useful when you are away from your computer.
Splitting PDFs on iOS
On iPhone and iPad, you have several options:
- Online tools: Browser-based splitters work well in iOS Safari. Upload the PDF, select the pages or split mode, and download the result to Files.
- Files app: The built-in Files app can extract pages from a PDF. Open the PDF, tap the page thumbnail view, select the pages you want, and choose "Extract" to create a new PDF.
- Dedicated apps: Apps like PDF Expert and Adobe Acrobat Reader offer splitting features on iOS. These apps provide a visual thumbnail interface for selecting pages.
Splitting PDFs on Android
On Android, you can split PDFs using:
- Online tools: Browser-based splitters work in Chrome on Android. The process is the same as desktop — upload, select split mode, and download.
- Google Drive: Upload the PDF to Google Drive, open it, and use a connected PDF editing app to split it.
- Dedicated apps: Apps like Adobe Acrobat Reader and iLovePDF offer splitting on Android with a touch-optimized interface.
Mobile Splitting Tips
- Use Wi-Fi for large files: Splitting large PDFs on mobile data can be slow and consume your data plan.
- Download results to a specific folder: Mobile file management can be confusing. Save split files to a dedicated folder in Files or Google Drive so you can find them later.
- Verify on a larger screen: After splitting on mobile, open the result on a computer if possible to confirm the correct pages were extracted.
Conclusion
Splitting PDFs is a straightforward process once you understand the available methods. For quick, one-off splits, online tools are hard to beat. Desktop software like PDFsam Basic and Adobe Acrobat Pro offer more control and work offline for sensitive documents. Command-line tools enable automation for repetitive tasks. Whatever your needs, the key is to verify your output and keep your original files intact. With this tutorial, you are equipped to split any PDF with confidence.
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 split a password-protected PDF?
What is the difference between extracting pages and splitting?
Can I split a PDF on my phone?
How many pages can I split at once?
Start working smarter today
Join 500,000+ users who trust VisualDocs for their daily image and PDF workflows.

