Drag thumbnails into any order — the download is rebuilt that way
| Approach | Effort | What you get |
|---|---|---|
| Drag thumbnails (this tool) | Seconds | Rebuilt PDF in your exact order; pages copied untouched; delete and rotate while you're there |
| Re-scan or re-export the source | Minutes to hours | Right order, but you redo work and risk quality loss on every pass |
| Print to PDF page-by-page | Tedious | Loses links and selectable text; page order is the only thing you fix |
| Full desktop editor | Install + learn | Works, at the cost of software (and often a subscription) for a job that's one drag |
Page order lives in the PDF's page tree — an ordered list the viewer walks to display the document. Rearranging means rebuilding that list, which is exactly what this tool's export does: pdf.js renders each page as a thumbnail you can drag, and pdf-lib copies the pages into a fresh file in your chosen sequence. Nothing about the pages themselves changes.
An 8-page contract goes out with the signature page last, but legal wants it right after the cover. Open the file, drag the page-8 thumbnail onto the page-2 card, and the grid reads 1, 8, 2, 3, 4, 5, 6, 7. Download and the output is those 8 pages in that order — the signature page is now output page 2, cover still first, nothing re-rendered. The classic duplex-scan case works the same way: a 20-page two-sided original that scanned odds-then-evens needs a dozen drags (or arrow presses) to become reading order.
Open the PDF in a thumbnail organizer and drag each page card to its new position — or nudge pages with the left/right arrow buttons, which is easier on touch screens. The download is rebuilt with the pages copied in exactly the order shown, so what you see in the grid is what you get in the file.
No. The exporter copies each page's content stream untouched into a new document — text stays selectable, images stay sharp — and only the sequence changes. Rotation applied here is written as the page's rotation value, not a re-render.
Duplex scans often do this: single-sided originals fed through a feeder come out reversed, or odd/even passes stack in opposite directions. A thumbnail reorder fixes it in seconds — drag (or arrow) the pages into reading order and download.
Possibly. Bookmarks and named destinations point at page locations, and a rebuilt file doesn't rewrite them to follow moved pages. If the outline matters, open the output and check that each bookmark still lands where you expect before relying on it.