Skip to content
epitometool

PDF page reorder

PDF tools

Reorder, delete and rotate PDF pages with thumbnails — fully local.

Updated

100% private. Thumbnails and reordering run in your browser — your PDF never leaves the tab.

Thumbnails of every page appear in a grid you can drag, rotate or trim.

Quick start

How to rearrange PDF pages

Drag, drop, rotate and delete pages of a PDF — locally, with no quality loss.

  1. Step 1
    Drop or pick a PDF

    Drag your PDF onto the drop zone, click to choose it, or paste from the clipboard. Thumbnails of every page appear in a grid.

  2. Step 2
    Reorder, rotate or delete pages

    Drag thumbnails to a new order, or use the ↑ ↓ buttons. Rotate individual pages 90° at a time, or delete the ones you don't need.

  3. Step 3
    Apply changes, then download

    Hit Apply changes. The new file is built locally and offered as <name>-reordered.pdf — page content is copied byte-for-byte from the source.

In-depth guide

Reorder, delete and rotate PDF pages — full guide

This tool gives you a thumbnail grid of every page in a PDF and lets you drag them into a new order, delete the ones you don't need, and rotate any page individually. Everything happens locally — your PDF never leaves the tab.

When this tool helps

Common reasons people rearrange PDFs:

  • Cleaning up a scan — a sheet-fed scanner sometimes grabs pages out of order or includes a blank divider. Drop the scan here, delete blanks, drag pages back into order.
  • Merging selectively — extract just the pages you need from a long report. Combine with the merger to build a new document from several sources.
  • Putting a cover page first — re-order a programme so the title page lands where it should.
  • Splitting a duplex scan into the right order — feed-only scans of a stapled document often need every other page reversed.

Controls

Every thumbnail has four actions:

  • ↑ / ↓ — move the page one slot earlier or later.
  • Rotate — adds 90° clockwise. Press up to four times to come back to the original orientation.
  • Delete — removes the page from the output document. The original file on disk is untouched.
  • Drag — pick up a thumbnail and drop it before another one to move it. (Mobile users can use ↑ / ↓ instead.)

How it works

pdf.js renders a small JPEG of every page on a canvas, which you see as the thumbnail grid. When you click Apply, pdf-lib opens the original PDF, calls copyPages() in the new order, applies per-page rotations, and saves a fresh PDF. Page content streams are cloned byte-for-byte, so quality is identical to the source.

Privacy & safety

Have a password-protected PDF? Decrypt it first in your reader (Save as → without password) — pdf-lib can read encrypted PDFs but cannot save back into them.

Both thumbnail rendering and the final rewrite happen entirely in your browser. The PDF bytes are passed between the React UI and a Web Worker; nothing is uploaded, logged or cached on a server.

Frequently asked questions

Is my PDF uploaded anywhere?

No. Page rendering, reordering and rewriting all run in your browser — your PDF never leaves your device. Open DevTools → Network while rearranging to confirm.

How are thumbnails generated?

We use pdf.js (the open-source PDF viewer Mozilla ships in Firefox) to render each page to a small canvas locally. Nothing is sent over the network.

Can I delete pages too?

Yes. Each thumbnail has a Delete button — removed pages are dropped from the output document. You can also drag-reorder, or use the ↑ / ↓ buttons for fine control.

Can I rotate individual pages?

Yes. Each thumbnail has a Rotate button that adds 90° clockwise to that page's rotation. The rotation is baked into the output PDF.

Does rearranging re-encode the page content?

No. pdf-lib's copyPages clones each page's content stream byte-for-byte into the new document. Images, fonts and vectors are preserved at their original quality.

What's the page limit?

Practically unbounded — the limit is your device's memory. We've tested with PDFs containing 500+ pages on a typical laptop without issues. Very large documents may take a few seconds to render thumbnails.

What about password-protected PDFs?

Decrypt the file first in your PDF reader (Save as → without password) and then rearrange the result. pdf-lib can't save modifications back into encrypted documents.

Keep exploring

More tools you'll like

Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.