Not every page-ordering problem is a "split this file into pieces" problem. Sometimes a report just has two pages in the wrong order, sometimes a scanned batch has three blank pages that shouldn't be there, and sometimes you need to slot a signed page from one PDF into the middle of another. All of that is reorganizing a document, not splitting it apart.
Reordering and deleting pages
- Open the Organize PDF tool and upload your file. Every page appears as a thumbnail in its current order.
- Drag any page thumbnail to a new position — the rest of the document reflows around it automatically.
- Click the delete icon on any page you want removed entirely.
- Click Save PDF to download the document in its new order.
Pulling pages in from another file
Use Merge another PDF from within the tool to bring a second file's pages into the same working set — useful for slotting a freshly signed page back into a contract, or combining a cover page from one file with the body of another. Once they're in, the imported pages can be dragged into position exactly like the originals.
Organize vs. Split — which one you actually want
It's a common mix-up: Split PDF is for pulling a subset of pages OUT into new, smaller files. Organize is for changing the arrangement of pages WITHIN one document, or blending pages from two files into one. If your goal is "fewer, smaller files," you want Split. If your goal is "same document, different order," Organize is the one built for that.
What's preserved
Reordering and deleting pages doesn't touch the pages that remain — text stays selectable, images stay at original resolution, since nothing gets re-rendered in the process. It all runs locally using pdf-lib in a background web worker, so even a long document stays responsive to drag around, and the file never leaves your browser to make it happen.