Reorder PDF Pages

Drag pages where they belong, or nudge them with the arrows. Runs entirely in your browser.

Reorder pages

Drag a page where you want it, or use the arrows. The caption under each thumbnail is the page it came from, so you can always see what moved.

Page order is a list, not a layout

A PDF stores its pages as a tree with an ordered list of leaves. Rearranging the document means rewriting that list — the pages themselves are untouched. So reordering costs nothing in quality: no re-rendering, no recompression, no flattening. It is one of the few PDF operations that is genuinely free.

Which is why a tool doing it badly is so irritating. The usual failure is asking for the new order as a typed string of page numbers, which means holding the whole arrangement in your head and getting no feedback until you open the result.

Two ways to move a page

Dragging is the obvious one and it is here. It is also unusable with a keyboard, unreliable with assistive technology, and fiddly on a touchscreen where the thing you are dragging is under your thumb. So every card also has arrows that move it one place earlier or later, doing exactly what the drag does.

Both numbers are shown, on purpose

Each card shows where it sits now and which page of the original it is. Once a few pages have moved, "page 7" and "position 3" stop agreeing, and a grid that shows only one of them leaves you guessing which one it means. The full order is printed above the grid too, so the arrangement can be checked at a glance before anything is written.

Reorder PDF Pages FAQ

Is my PDF uploaded to rearrange it?

No. The pages are rendered as thumbnails and the rearranged document is assembled by code running on your own device. The documents that need rearranging are usually assembled from several sources — a bundle, a submission, a set of scans — and none of it leaves your machine here.

Can I reorder without a mouse?

Yes. Every page has arrow buttons that move it one position earlier or later, and they do exactly what dragging does. Drag-and-drop is unusable with a keyboard and fiddly on a phone, so it is one of two ways to do the same thing rather than the only way.

How do I keep track of what moved?

Each thumbnail is captioned with the page it came from in the original document, and its position in the new order is shown above it. So a card reading 'position 1' and 'page 7' tells you the seventh page of the original is now first. The full order is also printed above the grid.

Does rearranging cost quality?

No. The pages are copied into a new document in the order you chose, not re-rendered. Text stays selectable, vectors stay vector, images keep their bytes. Page order in a PDF is a list, and rearranging it is rewriting that list rather than redrawing anything.