UtilitiesTools

Reorder PDF Pages

Rearrange the pages of a PDF into any order. Open your file, drag the pages (or type the new order), then download the rearranged PDF. It all happens in your browser — your file is never uploaded.

🔒 Reordered entirely in your browser — your PDF is never uploaded.

What this tool does

This is a free tool to reorder PDF pages — it rebuilds a PDF with its pages in whatever sequence you choose, without uploading anything. You open a PDF, drag the pages into the order you want (or just type the new order), and download a fresh copy with the pages rearranged. It solves the very ordinary annoyance of a PDF whose pages are simply in the wrong order: a scan that came out back-to-front, a cover sheet stuck at the end, or two chapters that ended up swapped.

The reorder runs entirely in your browser, which is exactly what you want when the document is private — a report, a scan, or paperwork you would never want to upload to a third-party site.

How to use it

  1. Open your PDF. Drag it onto the drop zone, or tap Choose file to pick it. The tool reads it on the spot and shows one numbered row per page.
  2. Set the new order. Drag the page rows up and down, or use the up/down buttons on each row. On a phone you can instead type the order into the New order box — for example 3, 1, 2 to put the third page first, or 2-4, 1 to bring pages two through four to the front.
  3. Save the reordered PDF. Press Save reordered PDF; the new file is built in your browser and downloaded straight to your device. No account, no queue — get your file and go.

How it works (the method behind it)

The tool reads your PDF from your device into memory and parses it with pdf-lib, an open-source JavaScript PDF library. It then creates a new, empty PDF and copies your pages into it one at a time, following the exact order you set, using pdf-lib's copyPages operation. Because each page is copied as a whole object, its text, fonts, and images are preserved — nothing is re-rendered, flattened, or compressed, so quality is identical and text stays selectable. When the last page has been copied, the new document is serialized to bytes and handed to you as a download. Every step happens in your browser tab, so your file never travels across the network.

Examples

Common use cases

Why use this one

Tips and limits

Frequently asked questions

Is my PDF uploaded to a server when I rearrange its pages?

No. Your PDF is read straight from your device and rebuilt with its pages in the new order entirely inside your browser tab. Nothing is sent to us or any third party, so a private document such as a report or scan stays on your computer. You can confirm there is no upload by watching your browser's Network tab while you reorder.

Can I move pages on my phone without dragging?

Yes. As well as dragging the page thumbnails, every page row has up and down buttons, and there is a text box where you can type the new order directly, for example 3, 1, 2. Typing the order is the easiest way to rearrange a PDF one-handed on a phone.

Will reordering reduce the quality of my PDF?

No. Each page is copied whole into the new document, so text stays selectable and images keep their original resolution. Nothing is flattened, re-rendered, or compressed — only the order of the pages changes.