Four operations cover almost everything people need to do to a PDF's pages: combine documents, cut one apart, pull specific pages out, and change the order. They sound interchangeable and are not, and picking the wrong one is the usual cause of "I've lost a page".
Split produces several files. Extract produces one.
Give a split tool "1-3, 7-9" and you get two documents. Give an extract tool the same thing and you get a single six-page document. Both are useful; choosing wrongly means either a folder of fragments you have to merge back together, or one file where you wanted separates.
Split when each range is a separate deliverable. Extract when the ranges belong together.
Merging is mechanically simple. The pages of each file are appended in turn. The part that goes wrong is order, because file managers sort alphabetically and "Section 10" sorts before "Section 2".
Check the sequence before you run it, not after. A merged file with two sections transposed looks completely normal until someone reads it.
Merging does not re-render anything, so text stays selectable and images keep their quality. A merged file is roughly the sum of its inputs; if it is dramatically smaller, something was dropped.
If your browser blocks the second and subsequent downloads, that is a multiple-download prompt rather than a failure. Allow it and the rest arrive.
The safe way to reorder is to list only what you want moved and let everything else fall in behind. Listing "3, 1" on a ten-page document should give you page 3, then page 1, then pages 2 and 4 through 10 in their original order. Ten pages out for ten pages in.
Always check the output page count matches the input. That single check catches nearly every reordering mistake.
Straightforward, with one caution: deleting removes the page from the document, but if the page contained something sensitive, remember that the rest of the file may still reference it in metadata or bookmarks. For sensitive removal, check the output rather than assuming.
When a job needs several operations, sequence matters:
Numbering a document and then reordering it is the classic mistake. The numbers move with their pages.
All four operations run in your browser, and each output can be fed straight into the next.
See all tools