- How is this different from splitting a page range?
- Splitting a range (the /pdf/split/ tool) pulls one contiguous block of pages — From 3 To 7 — and keeps the original order. This tool accepts any combination of individual pages and ranges in one go, such as 1, 3, 5-8, 12, and does not require them to be contiguous or sorted.
- Can I put the pages in a different order than the original?
- Yes. The output order matches the order you type, not the order the pages appear in the source. Typing 9, 2, 5 produces a three-page PDF with original page 9 first, page 2 second, and page 5 third.
- Can I include the same page twice?
- Yes. Listing a page number more than once — for example 3, 1, 3 — duplicates that page in the output. Each occurrence is copied independently, so both copies are full, complete pages, not references to the same one.
- Is there a limit on how many pages I can pull out?
- The combined output is capped at 200 pages per file, counting duplicates. This is a safeguard against accidental runaway input (like an unbounded range) rather than a technical limit — most real selections are far smaller.
- Does my PDF get uploaded anywhere?
- No. The file is opened and reassembled entirely with JavaScript (the pdf-lib library) in your browser. There is no server request carrying your document, so Convertitive never sees its contents.
- Do the extracted pages lose any quality?
- No. The tool copies the original page objects — fonts, images, and vector drawing instructions — directly into the new file rather than rendering them to pixels. The result is exactly as sharp as the source, regardless of how many times a page is duplicated or reordered.