PDF Page Reorderer

Rearrange PDF pages with drag-and-drop and visual previews. Move pages to any position and download the reorganized PDF — all in your browser.

Advertisement

PDF page reorderer: change the sequence of pages in a PDF, in your browser, without uploading the file

The pages are all there and all the right way up — they are just in the wrong order. A scanner fed the stack backwards. A signature page ended up at the front. Two sections were assembled out of sequence. This tool rebuilds the PDF with the pages in an order you choose, and hands you the new file.

Nothing is uploaded. The file is read with the browser's file API and rewritten by a JavaScript PDF library on this page. There is no server, no queue and no stored copy — which is the point when the document is a contract, a payslip or a patient record.

What the interface actually gives you

Load a PDF and you get a vertical list, one row per page, in current order. Each row is labelled with both facts you need: Position 3: Original Page 7. A page that has moved is highlighted and tagged (moved), so you can always see how far the current arrangement has drifted from the file you started with.

Three ways to change the order:

  • Up and down arrows on each row, which swap that page with its neighbour. The arrow is disabled at the ends of the list.
  • Reverse Order, which flips the entire sequence in one click.
  • Reset Order, which returns everything to the original arrangement.

Then press Apply Reorder and download the result, named after your original with _reordered appended. Nothing is written until you press Apply.

Be aware of what that list of three does not include: there is no drag-and-drop, no thumbnails, and no "move to position N" box. Reordering is done by adjacent swaps. That makes some jobs trivial and others tedious, and it is worth knowing which is which before you start.

Which jobs this is fast at

JobEffort
Reverse a scan fed in backwardsOne click — Reverse Order
Move the last page to the front of a 5-page documentFour clicks
Swap two adjacent pagesOne click
Move page 2 down past three pagesThree clicks
Move page 40 of 40 to the front39 clicks — use a split-and-merge instead
Interleave two halves of a duplex scanNot practical here

The honest guidance: this tool is built for local corrections and full reversal. If you need to substantially reshuffle a long document, split it into pieces and reassemble them in the order you want with the PDF Merger — that is far less work than dozens of adjacent swaps.

The reverse-fed scan, which is why most people are here

Document feeders that scan face-up produce the pages in reverse. You end up with a perfectly good PDF that reads from the back forwards, and every page is individually correct — the sequence is the only thing wrong. Reverse Order fixes it in a single click, which is exactly the case the button exists for.

Two related situations that look similar but are not:

  • Every page is upside down as well as backwards. That is two separate problems. Reverse the order here, then fix the orientation separately — page rotation is a different operation on a different part of the file and is handled by the PDF Page Rotator.
  • Pages 1, 3, 5… are correct and 2, 4, 6… are missing or in a second file. That is a single-sided duplex scan needing interleaving, not reordering. Adjacent swaps will not get you there in any reasonable number of clicks.

How the reorder is performed, and what it costs you

This is the part worth understanding, because it has real consequences and it is the main technical difference between reordering a PDF and rotating one.

Rotation edits the existing document in place. Reordering cannot — the page tree has to be rebuilt. So when you press Apply, the tool creates a new, empty PDF document and copies the pages into it in the order you specified. Each copied page brings its own content, fonts, images and page-level annotations with it, so the visible content is preserved exactly and losslessly. No page is re-rendered and no image is re-compressed.

What does not survive the rebuild is the document-level structure that lived outside the pages:

PreservedNot carried into the new file
Page content, text, fonts, imagesBookmarks / the outline tree
Page size and orientationDocument metadata such as title and author
Page-level annotationsInternal links that pointed to page destinations
Existing rotation flags on each pageDocument-level attachments and structure trees

For the documents people actually reorder — scans, assembled paperwork, signed forms — none of that matters, because a scan has no bookmarks to lose. For a structured document with a table of contents made of internal links, it matters a great deal, and you should reorder it in the authoring application instead and re-export.

The other honest note: existing page rotation is a page property, so it travels with each page. A page that was rotated 90° before you moved it is still rotated 90° afterwards, at its new position. Order and orientation are genuinely independent, which is why they are separate tools rather than one crowded one.

File size after reordering

Expect the output to be close to the input, and do not be alarmed if it is not identical. The document is written fresh, so incremental-update history from previous saves is dropped, unreferenced objects are not carried over, and the cross-reference table is rebuilt. A PDF that had been edited and saved repeatedly can come out noticeably smaller; a very compact one can come out marginally larger from the rewrite. Neither indicates a quality change — the page content is copied, not re-encoded.

Page order is not printed order

A recurring source of confusion: reordering pages inside the file is not the same as changing how they come out of a printer. Two things people expect a reorderer to do that it deliberately does not:

  • Booklet imposition. Printing a folded booklet needs pages arranged as 8-1, 2-7, 6-3, 4-5 — two logical pages side by side on each physical sheet, in a sequence that depends on the total count. That is imposition: it changes page geometry, not just order, and belongs in your print driver's booklet setting or a dedicated imposition tool.
  • Reverse printing. If your printer stacks output face-up so documents come out backwards, reverse the order in the print dialogue, not in the file. Reversing the file itself means the PDF is now wrong for everyone who reads it on screen.

Reorder the file when the file is wrong. Change the print settings when the printer is wrong. Conflating the two produces a document that is correct in exactly one context and wrong everywhere else.

Doing the same thing on the command line

For a repeatable job or a batch of files, two command-line tools express an arbitrary page order directly, which sidesteps the adjacent-swap limitation entirely:

  • qpdf in.pdf --pages . 3,1,2 -- out.pdf writes the pages in exactly that order. Ranges work too, and z-1 means the whole document reversed.
  • pdftk in.pdf cat 3 1 2 output out.pdf is the equivalent, and pdftk in.pdf cat end-1 output out.pdf reverses.

These are the right tools for moving page 40 to the front, or for any reshuffle where you can write the target order down as a list. For a single file and a handful of moves, the browser is quicker than installing anything.

Working out the order before you start clicking

The list shows positions, not previews, so decide the target order first. The reliable method:

  • Open the PDF in a viewer and write down the original page numbers in the sequence you want them.
  • Work from the top of the target order downwards. Bring the page that should be first to position 1, then the page that should be second to position 2, and so on.
  • Do not work from both ends at once — adjacent swaps mean every move shifts something else, and the rows you already placed can drift back out.
  • Check the (moved) tags at the end. Every row that should have changed should carry one, and rows that should not have moved should not.

If it goes wrong, Reset Order is one click and costs you nothing, because the source file is still loaded and untouched.

Questions

  • Is my PDF uploaded to a server? No. Everything runs in this browser tab. Disconnect from the network after the page has loaded and it still works.
  • Can I drag rows to reorder them? Not in this tool — use the up and down arrows, or Reverse Order.
  • Can I see thumbnails of the pages? No. Rows are labelled by original page number only, so identify your pages in a viewer first.
  • Does this reduce quality or recompress images? No. Pages are copied whole into the new document.
  • Can I delete pages while I am here? No. Every page in the original ends up in the output, in some order. Removing pages is a separate operation.
  • Can I duplicate a page? No. The output contains each original page exactly once.
  • Apply Reorder does nothing. The button only acts when the order actually differs from the original. Reversing a one-page document, or moving a page and moving it back, leaves nothing to apply.
  • It says the file may be corrupted or encrypted. A password-protected PDF cannot be parsed without its password. Remove the protection first.
  • Will my bookmarks survive? No — see the table above. If the document has an outline you need to keep, reorder it in the program that produced it.
  • How large a PDF can it handle? The whole file is held in browser memory, so the practical ceiling is your machine's RAM and the tab's memory budget rather than a fixed limit. Everyday documents and large scans are fine; a multi-gigabyte file is not what a browser tab is for.
This tool is provided for informational and educational purposes only. All processing happens in your browser — no data is sent to or stored on our servers. While we strive for accuracy, we make no warranties about the completeness or reliability of results.