ACHSAH WORKS
Back to Blog
PDF TipsAugust 3, 2026

PDF Extract Pages: Pull Specific Pages into a New Document

#pdf#extract#pages#editing

PDF Extract Pages: Pull Specific Pages into a New Document

When you need only certain pages from a PDF — a specific chapter, a few key pages for a colleague, or the relevant section of a long report — extraction lets you select exactly which pages to keep and creates a new PDF containing only those pages.

How Extraction Works

The tool uses pdf-lib to copy the selected pages from the source PDF into a new, separate document. You specify which pages you want using page numbers and ranges (like 1-3, 5, 7-10), and the tool creates a new PDF containing only those pages in the order you listed them.

The pages are copied directly — no recompression, no re-encoding, no quality loss. All text, images, fonts, and vector graphics on the selected pages are preserved at their original quality. The output pages are identical to the source pages.

Extraction vs. Splitting

These two operations are related but serve different purposes:

Extract selects specific pages and combines them into a single new PDF. Use extraction when you want one file containing only the pages you need. For example, extracting pages 3-7 from a 20-page report to share just the relevant section.

Split divides the entire PDF into multiple files based on a pattern — every N pages, or a specific range per file. Use splitting when you want to break a large document into several smaller files. For example, splitting a 30-page document into ten 3-page files.

If you need one file with selected pages, use extraction. If you need multiple files from one document, use splitting.

Page Order and Reordering

The pages in the output PDF appear in the order you list them, not necessarily in the order they appear in the source document. If you enter "5, 1, 3", the output PDF will contain page 5 first, then page 1, then page 3.

This means extraction can also be used for reordering. If you list all pages in a different sequence, the output is a reordered version of the document. This is useful when you need to both select specific pages and arrange them in a custom order.

Specifying Page Ranges

The tool accepts a flexible page specification format:

  • **Individual pages:** "1, 5, 10" — extracts pages 1, 5, and 10
  • **Ranges:** "1-5" — extracts pages 1 through 5
  • **Combined:** "1-3, 5, 7-10" — extracts pages 1-3, page 5, and pages 7-10
  • **Reordered:** "5, 1, 3" — extracts pages 5, 1, and 3 in that order

Page numbers are 1-based (the first page is page 1, not page 0).

Common Use Cases

Share relevant sections. A colleague needs only pages 12-15 of a 50-page report. Extract those pages and send a 4-page PDF instead of the entire document.

Create excerpts. Pull specific chapters from a longer document for separate distribution, such as sharing one chapter of a book or one section of a manual.

Reduce file size for email. Remove unnecessary pages to create a smaller PDF that fits within email attachment limits. A 50-page PDF with 10 relevant pages becomes a 10-page file.

Reorganize content. Extract pages in a custom order to reorganize a document — moving an appendix to the front, pulling a summary page to the beginning, or grouping related pages together.

Encrypted PDFs

If the PDF is password-protected, the extraction tool cannot read it. Use the PDF Unlock tool first to remove the password, then extract pages from the unlocked copy. You will need to know the password to unlock the file.

Try the PDF Extract Pages tool to pull specific pages from your documents.

Last updated: August 3, 2026