Skip to content
helpyself

Reorder PDF Pages

Runs in your browser — your files are not uploaded to use this tool.

Save this tool

Keep Reorder PDF Pages handy

Bookmark it

See every page, then move, delete or turn them — and save it once.

  1. Drop a PDF in and wait a moment for the page thumbnails
  2. Move pages with the arrows, or delete and rotate the ones that need it
  3. Save the rebuilt PDF

About this tool

Rearranging a PDF is the kind of job that is trivial when you can see the pages and nearly impossible when you cannot. Most tools ask you to type page numbers at a document you have not looked at, which works for a two-page file and fails for a forty-page scan where you are trying to work out which sheets went through the feeder backwards. This renders every page as a thumbnail first, then lets you move, delete, duplicate and rotate them, and writes the result once at the end. Doing all three in one place is deliberate: they are the same edit, the new document is assembled by copying pages out of the old one, and in practice they are done in the same sitting. Splitting them across three tools means three round trips to make one scan usable. The work is lossless. Pages are copied rather than redrawn, so text stays selectable and images keep their resolution, and shared resources such as fonts are copied once rather than once per page — which is how these tools quietly double a file size. Everything happens in your browser, so the document never reaches a server.

Frequently asked questions

Can I reorder pages without a mouse?

Yes. Every page has visible move buttons, and with a page focused you can also hold Alt and press the arrow keys. Dragging is offered as a shortcut for people who want it, never as the only way, because reordering by dragging alone makes the tool unusable by keyboard.

Does rebuilding the PDF reduce quality?

No. Pages are copied between documents rather than re-rendered, so text remains selectable and searchable and images keep their exact resolution. Rotation is a stored angle on the page rather than a redrawing of it.

Will the file get bigger?

It should not. All the pages are copied in a single operation, which lets shared resources such as fonts and repeated images be written once for the whole document rather than once per page. Copying page by page is the usual cause of a rebuilt PDF doubling in size.

How do I reverse a document that was scanned backwards?

Through the API you can pass an order such as 20-1, which is a descending range and reverses the whole document in one step. In the browser, deleting nothing and moving pages works for small files, and the descending range is the practical answer for large ones.

Can I duplicate a page?

Yes, through the API: repeating a page number in the order list produces that page twice, and they are genuinely two pages rather than two references to one. It is the same mechanism that makes deleting work, which is simply leaving a number out.

Help improve this tool

Found a bug, want a change, or need a tool we don't have?

/pdf-reorder

↑↓ to move · Enter to open · Esc to close