Understanding PDF split operations
Splitting a PDF creates new documents that each contain a subset of pages from the original. Unlike deleting pages in an editor, split is non-destructive toward your source file: the uploaded PDF stays unchanged on disk; you only download new outputs.
Each output file gets a fresh object structure with renumbered pages starting at one. Internal page content—text, vectors, images—is copied, not re-rendered, so quality matches the source unless the saving step applies compression.
You can define multiple ranges in one run. Range 1 might be pages 1–3, range 2 pages 4–10, range 3 page 11 alone. Every range becomes a separate download, which saves time compared to repeating single-range extractions manually.