PDF Page Reorder (Drag & Drop)

Drag PDF page thumbnails to reorder them, then download the result

Render a PDF's page thumbnails in your browser, drag them into any order, and rebuild the document in that new sequence. Pages are copied without rasterisation so quality is preserved, and the file is never uploaded. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

Does reordering re-render the pages as images?

No. Thumbnails are rendered only for the preview. When you rebuild, the original page objects — vector text, fonts, and images — are copied into a new document in your chosen order, so there is no quality loss.

Rearrange pages by sight, not by guesswork

Reordering pages by typing numbers is fiddly and error-prone. Seeing the actual pages and dragging them into place is far faster and far less likely to result in a wrong sequence. This tool renders thumbnails of every page, lets you drag them into any order, and writes a fresh PDF that matches — without ever uploading your file.

How it works

The tool uses two libraries that complement each other perfectly:

  1. pdf.js renders each page to a small thumbnail at a low DPI, purely so you can see and arrange them. The thumbnails are for display only.
  2. When you click rebuild, pdf-lib opens the original document and copies the actual page objects in your chosen order into a brand-new PDF using its copyPages API. Because the real page content is copied — not flattened to images — text stays selectable, fonts remain embedded, and quality is completely untouched.

The “was N” label on each thumbnail shows the original position, so you can always trace the new sequence back to where each page started.

When to use this tool

PDF page reordering is useful in more situations than people expect:

  • Printer assembly errors: a double-sided print job scanned back in the wrong order, or facing pages that need interleaving.
  • Merge corrections: two PDFs were combined but some pages are out of order.
  • Removing cover or filler pages: move a blank page to the end so you can delete it (some editors only allow deletion from the last position).
  • Presentation restructuring: reorder slide-export PDFs before sharing.
  • Legal document filing: page order matters for court submissions; visual verification beats numbering by memory.

Tips for large documents

  • The arrow buttons are useful for nudging a single page one step at a time when dragging across many pages is imprecise.
  • Reset returns everything to the original order without reloading the file.
  • For very long documents, the thumbnails are small — zoom your browser if you need to read page content before deciding on order.
  • The rebuilt PDF includes the page content and most annotations. Document-level structures like a named-destination outline that references page numbers may need updating after reorder, since page numbers have shifted.

Everything runs locally in your browser, so confidential PDFs — contracts, legal filings, financial documents — never leave your machine.

Quality preservation explained

It is worth emphasising why this approach does not degrade quality. Many other online tools reorder pages by rendering each page to an image and assembling those images into a new PDF. That process discards the vector text, embedded fonts, and original graphics, and produces a substantially larger file with blurry text at anything other than the render DPI. This tool copies the original page objects — the actual PDF page trees with their content streams, resources, and annotations — so the output is structurally equivalent to the input, just with a different page order. Text remains selectable, searchable, and copyable; file size is approximately the same as the original.