Reorder PDF Pages
Drag thumbnails to reorder PDF pages, or use arrows for keyboard/mobile. 100% in your browser.
Reorder PDF Pages
How to reorder PDF pages
Add your PDF
Drag your file onto the dropzone or click to choose. Each page becomes a draggable thumbnail in the grid below.
Drag to reorder
Grab any thumbnail and drag it to its new position. The cards reflow as you drag. Pages that have moved from their original position are highlighted with an orange border so you can see your edits at a glance.
Or use ↑↓ buttons
For touch devices, keyboard users, or just a more precise nudge, use the ↑ and ↓ buttons under each thumbnail to move that page one slot at a time. Reverse all flips the entire order; Reset to original undoes all your changes.
Click Apply and download
pdf-lib builds a new PDF with pages in your chosen order and saves it as {original}-reordered.pdf. Each page's content, hyperlinks, and form fields are preserved — only the order changes.
Reordering PDF pages — a copy operation, not an edit
Page reordering in a PDF is technically a re-build, not an edit. The PDF file format stores each page as an object in a global object graph; the document's page tree determines the visible order. Reordering means rebuilding the page tree with a new sequence, copying the page objects (and any resources they reference — fonts, images, annotations) into a fresh document, and writing that out. pdf-lib's copyPages() handles this efficiently — and runs entirely in your browser tab, so the document never leaves your device.
Why a visual reorder beats a "page numbers" reorder
Many online tools let you "reorder" a PDF by typing a sequence — "5,1,3,2,4" — into a text field. That works mechanically but fails the basic UX test: you have to remember what's on which page. With a thumbnail grid, the question becomes "drag this page to here" — which is the actual cognitive operation you're trying to perform. Visual reorder is the right primitive; text-input reorder is what tools ship when they don't want to write the thumbnail renderer. We wrote the renderer.
The visual question is "which page goes where". The right tool lets you answer it by pointing. Everything else is friction.
The APAC document workflow
Page reordering is one of the most common document operations in Singapore's legal sector (court bundles re-sequenced by relevance after disclosure), Malaysia's and Indonesia's academic workflows (thesis chapters frequently reordered after supervisor review), Vietnam's and the Philippines' BPO industries (client deliverables re-sequenced to client-specified order), and across Thailand's government workflow (multi-form submission bundles re-ordered to match official template). The common thread: drag-and-drop matches the human task better than any other UI.
What this tool does — and what it doesn't
This reorder tool changes the page sequence and outputs a new PDF. It preserves every page's content, embedded fonts, internal hyperlinks (within the same page; cross-page references update with the new positions where the PDF spec allows), form fields, and annotations. What it does not do: add or remove pages (use the Delete Pages tool for removal), modify content within pages (different tool), or reorder bookmarks (the bookmark tree isn't preserved in this version — a known limitation).
10 Things to Know About Reordering PDF Pages
A PDF's page order is stored in the document's "Page Tree" — a hierarchical structure that the PDF reader walks in sequence to display pages.
Reordering rebuilds the page tree but leaves each page's content stream untouched. Text, images, and form fields move together with the page.
Internal hyperlinks WITHIN each page (e.g., a link inside page 3 pointing to a footnote on the same page) survive reordering perfectly.
Cross-page references (e.g., "see page 7") become incorrect if you reorder — that's a content problem, not a tool problem. The tool moves the page; whether the cross-reference is still correct is up to you.
Bookmarks (TOC sidebar) are NOT preserved in this version. The output PDF has no bookmark tree — a known limitation we're working on.
Form fields keep their values during reorder. A form filled out on page 3 still has its values when that page becomes page 1.
You can drag a thumbnail across many positions at once — drop it where you want it, the cards in between just slide to fill the gap.
The "Reverse all" button is faster than dragging when you have a many-page PDF that needs to be entirely flipped (common for legal bundles).
The output file size is essentially unchanged — reordering doesn't add or remove content, just changes the sequence pointers.
Combined with our Delete Pages and Splitter tools, this gives you full per-page control of any PDF document. None of these operations require uploading the file.
FAQ
-
No. The pdf.js library renders thumbnails in your browser; pdf-lib applies the reorder in your browser. Your PDF is read into memory, modified in memory, saved back to your downloads folder. Open DevTools → Network and watch — zero outbound traffic.
-
HTML5 drag-and-drop has limited touch support across mobile browsers. Use the ↑ and ↓ buttons under each thumbnail to nudge pages one slot at a time. For larger moves, the "Reverse all" button can save many taps when an entire reverse is what you need.
-
Hyperlinks within a single page are preserved exactly. Cross-page internal links are updated where the PDF spec supports automatic re-targeting; visual references in the text ("see page 7") become incorrect because the tool can't read text intent — those need a content edit, not a reorder.
-
Form fields and their values are preserved per page. Bookmarks (the TOC sidebar in Acrobat) are NOT preserved — the output PDF has no bookmark tree in this version. Internal annotations are preserved with their parent pages.
-
The orange border + bg highlight pages you've moved from their original position. The small "was p.N" label tells you where the page came from. Pages still in their original position have a neutral border. This helps you see your edits at a glance, especially in long documents.
-
Restriction-only protection (no-print, no-edit) is bypassed via pdf-lib's
ignoreEncryptionflag. Open-password protection is not — remove the password in Adobe Acrobat or macOS Preview first. -
Essentially unchanged. Reordering doesn't add or remove content — only the page-tree pointers change. Expect the output to be within a few hundred bytes of the input (the difference comes from pdf-lib's metadata + cross-reference table re-generation).
-
The Splitter's Extract mode lets you specify pages via text input ("5,1,3") — useful when you know exactly which pages you want and in what order. This Reorder tool is the visual version — drag the thumbnails. Both produce the same kind of output PDF; the difference is which UI matches your task better.
-
No hard limit. The thumbnail render is the bottleneck — 500+ pages takes 10-30 seconds to render thumbnails on desktop. The reorder itself (clicking Apply) is sub-second regardless of page count.
-
Yes on iOS Safari and Chrome on Android. Use the ↑↓ buttons instead of drag-and-drop (touch DnD support is patchy across mobile browsers). The thumbnail grid reflows to one or two columns on phones.
Related News
You may be interested in these recent stories from our newsroom.
-
NEXTDC Opens Peninsular Malaysia's First Tier IV Data Centre with RM2.8 Billion KL1 Launch in Petaling Jaya
NEXTDC officially opened KL1 in Petaling Jaya on 14 May 2026 — an AUD$1 billion facility that holds Peninsular Malaysia's first Uptime Insti...
-
Indonesia's INA Locks In 30% Annual Allocation for AI and Data Centre Infrastructure
Indonesia's sovereign wealth fund INA has formalised a 30% annual cap on digital sector deployment, anchored by a joint venture with Singapo...
-
Microsoft Build 2026: Project Polaris Cuts Copilot's OpenAI Dependency, Copilot Workspace Ships to GA
Microsoft confirmed at Build 2026 in San Francisco that GitHub Copilot will run on Project Polaris — its own mixture-of-experts coding model...
75 more free tools
Calculators, converters, security tools — no signup.