Extract Pages vs. Split vs. Delete
These three operations are easy to confuse:
- Extract pages: Pull specified pages from the original file into a new file; the original stays unchanged
- Split: Cut the entire file into multiple files, usually by fixed page count or page ranges
- Delete pages: Remove specified pages from the original file and save the rest
Use extract when you want "certain pages"; use split to evenly chunk a large file; use delete to remove middle pages. Choosing the right tool saves half the effort.
Several Ways to Extract Pages
Single-Page Extraction
You only want one page, e.g., the signature page in a contract. Enter the page number (e.g., 5) to generate a PDF containing only page 5.
Continuous Range Extraction
You want pages 3 to 8. Enter 3-8 to pull them at once.
Discrete Page Number Extraction
You want pages 1, 4, 7, and 12. Enter 1,4,7,12—supports comma-separated page lists. This is the most flexible method, good for picking pages across chapters.
Cross-File Extraction
Take a few pages from file A and a few from file B, extract separately, then combine with a merge tool.
The PDF Extract Pages tool supports the above page number formats and downloads directly after browser-side processing.
Page Number Input Formats
Formats vary slightly across tools. Common ones:
- Single page: 5
- Continuous range: 3-8
- Discrete: 1,4,7
- Mixed: 1-3,5,8-10
Read the tool's format instructions before entering—whether commas should be English or Chinese, whether ranges are supported. Getting it wrong causes errors or wrong pages.
Common Pitfalls
Does Page Numbering Start at 1 or 0?
PDF page numbers start at 1, but internal program indices start at 0. Good tools use 1 for users—entering 1 gets the first page. If a tool starts at 0, entering 1 gets the second page. Pay attention to the difference.
Physical Page Number vs. Logical Page Number
The printed page number in the file (footer showing "page 3") may not match the actual physical page order—cover and table of contents are unnumbered, body text starts at "page 1" but is physically the 5th page. Enter by physical page order when extracting, not by the footer number.
Bookmarks Lost After Extraction
The new extracted file usually doesn't carry the original bookmarks. Add them manually if needed, or rely on page navigation.
Encrypted File Extraction Fails
Extracting a password-protected PDF will error out. Use the PDF Unlock tool to remove the password first, then extract.
A Practical Use Case: Send Only the Signature Page
When signing contracts, the other party often only needs the signature page for archiving. Steps:
- Use the extract tool to enter the physical page number of the signature page
- Generate a PDF containing only the signature page
- If needed, merge it with the first page (containing contract basics) and send
This way the other party gets a streamlined version without storing a dozens-page contract.
Summary
The key to page extraction is figuring out "which pages you need" and "entering by physical page order." Discrete page numbers use commas, continuous ranges use hyphens, and mixed is also supported. Combined with a merge tool, you can handle any "pick pages and reorganize" need. DocsAll's extract tool runs in the browser—no worry about leakage when processing sensitive content like contracts and reports.