Pull specific pages out of a PDF into a single new file.
This pulls specific pages out of a PDF — individual page numbers, ranges, or a mix of both — into a single new PDF file, in the order you list them. "1, 3, 5-7" produces a 4-page output containing pages 1, 3, 5, 6, and 7 from the original, in that order.
This is different from Split PDF, which produces multiple output files from ranges — Extract Pages always produces one file, which is what you want when you need a subset of pages combined together rather than broken apart.
Extraction happens entirely in your browser using pdf-lib. Your file is never uploaded anywhere.
Split PDF produces multiple separate files, one per range. Extract Pages always produces a single file containing just the pages you listed, which is what you want for pulling a subset together rather than breaking a document apart.
Yes — pages appear in the output in the order you list them, so "5, 1, 3" produces a 3-page file with page 5 first, then page 1, then page 3.
Yes, listing a page number more than once includes it more than once in the output.