Rearrange the pages of a PDF by dragging them

Scanners produce pages in the wrong order, double-sided documents come out interleaved, and appendices always seem to end up in the middle. Organizing a PDF should be as direct as dragging a thumbnail.

Every page is shown as a thumbnail you can drag, rotate, select in bulk or delete — and every change is undoable, which is unexpectedly rare. Most browser PDF tools make you reload the file to undo a mistake, which is a strange thing to accept from software running on your own computer.

Because the document is held in memory rather than posted to a server for each operation, rearranging forty pages costs nothing and happens instantly. Nothing is written until you download, so you can experiment with an ordering, undo the whole thing, and try again without ever committing to a version of the file.

What this does — and what it doesn't

  • Reordering rebuilds the document, so interactive form fields are removed. Fill and flatten them first if you need the values kept.

Next steps

Organize PDF — frequently asked questions

Can I undo a change?
Yes — full undo and redo, with the usual keyboard shortcuts. You never have to re-open the file to back out of something.
Can I select several pages at once?
Yes. Select a range or pick pages individually, then rotate, move or delete them as a group.
Is my PDF uploaded anywhere?
No. Every operation runs in your browser using JavaScript and WebAssembly — the file never leaves your device. You can verify it: load the page, disconnect from the internet, and the tool still works. There is no upload endpoint to send it to.
Is there a file size or page limit?
There's no artificial limit — we don't pay per file, so we have no reason to cap you. The real limit is your device's memory, since the whole document is held in RAM. Large files above roughly 100 MB will show an advisory, and phones have less headroom than laptops, but nothing is blocked.

All PDF tools