How to reorder PDF pages — drag and drop (free)

A practical 2026 guide to rearranging PDF pages, with both range-syntax and drag-and-drop workflows.

10 min read

How to reorder PDF pages — drag and drop (free)

By ScoutMyTool Editorial Team · Last updated: 2026-05-18

Introduction

I had to send a customer a 12-page proposal with the executive summary on page 1 — except the summary was on page 8, because that was the order the template producer had handed me. Adobe Acrobat Pro is the obvious choice and is also $22.99 a month. The first "rearrange PDF" site I tried wanted me to upload the proposal (with pricing and customer name) to their server. The next one had a beautiful drag-and-drop UI behind a paywall. By the time I had vetted three more I could have printed and re-stapled the pages. Below are the two free workflows that actually work, and the one decision (drag vs. type) that matters.

Two workflows: drag-and-drop vs. type-the-sequence

Page reordering breaks naturally into two interaction patterns. Pick the one that matches what you already know about your destination order.

  • Drag-and-drop thumbnails. You see every page as a small preview and physically move them up and down with the mouse. Best when you do not yet know the final order — you are browsing the PDF to figure out which pages should go where. Visual, exploratory, slower for large documents. ScoutMyTool exposes this via the PDF Editor (which renders a thumbnail sidebar with reorder, delete, insert-blank, and rotate operations alongside the editing canvas).
  • Type the sequence. You write the new order as text:3, 1, 2 means "page 3 first, then page 1, then page 2". Best when you already know the destination order — typing it takes seconds, vs. minutes of drag-drop. Also the only way to express things like "put the same page in three places" or "reverse the document" with one input. ScoutMyTool exposes this via the Reorder PDF Pages tool — pure text syntax, fastest for "I know exactly what I want".

Both workflows produce identical output PDFs — the underlying mechanic is the same call to pdf-lib's copyPages API. The interaction style is the only thing that differs. The recipient cannot tell which one you used.

Workflow A: type the new sequence (Reorder PDF Pages)

The form-based tool lives at scoutmytool.com/pdf/pdf-page-reorder (a common search query for this is the short form scoutmytool.com/pdf/pdf-rearrange — the canonical URL is the "pdf-page-reorder" one). Runs client-side.

  1. Open the tool and drop your PDF. One file at a time. Loaded into a sandboxed memory buffer via pdf-lib — no upload.
  2. Decide the new order in your head (or on paper). For an executive-summary-to-front move on a 12-page proposal, the new order is "8, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12" — but you do not have to type all of that if you use the "keep unlisted at end" option below.
  3. Type the new order in the "New page order" field. The syntax accepts comma-separated lists and hyphen ranges:
    • 3, 1, 2 — pages 3, 1, 2 in that order.
    • 5, 1-4 — page 5, then 1, 2, 3, 4.
    • 10-1 — descending range: 10, 9, 8 … 1.
    • 1, 5, 5, 5 — page 1, then three copies of page 5.
  4. Choose what happens to pages you did not list. Two options under "Pages not listed":
    • Drop them (default) — anything not in your sequence is deleted. Use when you want only the listed pages, exact subset.
    • Keep at the end (preserve all pages) — unlisted pages stay in their original order at the end. Use when you want to bring a few pages to the front without retyping the entire sequence.
    For the executive-summary case, picking "Keep at the end" + typing just 8 moves page 8 to the front and leaves the rest in their original order — no need to enumerate all 12 pages.
  5. Click "Reorder PDF Pages". The tool walks your sequence, copies the referenced pages from the source into a fresh in-memory PDF via pdf-lib's copyPages, and starts a download named <your-pdf-name>-reordered.pdf. Summary panel shows original page count, listed page count, output page count, and what happened to unlisted pages — quick sanity check.
  6. Verify before sending. Open the downloaded file in any reader. Check that the new order is what you wanted and that no pages were lost (or, if you chose "drop unlisted", that only the right pages survived). If wrong, re-run with the corrected sequence — the source file is untouched, so iteration is cheap.

Workflow B: drag and drop thumbnails (PDF Editor)

For when you want to see what you are doing: the PDF Editor renders a thumbnail sidebar alongside the page canvas, with full drag-and-drop reordering plus page-level delete, insert-blank, and rotate.

  1. Open the editor and drop your PDF. The thumbnail sidebar appears on the left as soon as the file loads, with one preview per page.
  2. Drag thumbnails up or down to reorder. Hover a thumbnail until the drag handle appears, click-hold, drag to the target position, release. The reorder is reflected immediately in the main canvas — the page that was at position 8 is now at position 1.
  3. Use the kebab menu on any thumbnail for page-level operations. Right-click (or the three-dots menu) gives you: delete page, insert blank before, insert blank after, rotate 90° / 180°. All operations are reversible via Undo (up to 40 steps).
  4. Click Download. The Flatten checkbox in the save dialog decides whether annotations (if any) get baked into the page pixels. For a pure reorder with no annotations, the toggle does not matter.

How ScoutMyTool compares to Smallpdf, iLovePDF and PDF2Go

All four offer page reordering. The meaningful differences are: privacy (whether the file is uploaded), quota, and whether the tool offers both a visual UI and a text-syntax shortcut.

FeatureScoutMyToolSmallpdfiLovePDFPDF2Go
Free unlimited reorderingYes2 per day on free1 file per task on freeYes
No signup requiredYesRequired after 2 tasksRequired for >50 MBYes
Drag-and-drop thumbnail UIYes (PDF Editor)Yes (Organise PDF tool)Yes (Organise PDF tool)Yes (Sort and Delete)
Sequence-syntax (text-first)Yes ("3,1,2 / 5,1-4")NoNoNo
"Keep unlisted at end" optionYes (built-in toggle)NoNoNo
Duplicate pages allowedYes ("1, 5, 5, 5")No (UI)No (UI)No
Files leave your deviceNo (client-side)Yes (uploaded)Yes (uploaded)Yes (uploaded)
Per-file size limitDevice RAM5 GB Pro / 100 MB free200 MB free100 MB free

Third-party gating taken from each vendor's public pricing pages as of May 2026 and may change.

A note on bookmarks, outlines, and links after reordering

PDF bookmarks (the document outline shown in a reader's sidebar) are attached to specific page indices, not to page content. When you reorder pages, the bookmark targets do not move with their content — the outline entry "Chapter 3" still points at the page that was formerly page 7, even if your reorder moved that content elsewhere. The PDF specification defines outlines as a tree of destinations referencing page numbers directly (ISO 32000-1 §12.3 "Document-Level Navigation"1), which is why reorder-and-preserve-outlines requires explicit outline rewrite support that browser-side tools usually do not implement.

Practical guidance: if your document does not have an outline (most short reports, proposals, and forms do not), reorder freely. If your document has an outline you rely on (books, technical manuals, legal filings), regenerate the outline after reordering — or use a tool with explicit outline-rewrite support (Adobe Acrobat Pro, qpdf with bookmark preservation flags2). Page-internal links (a "see page 47" footnote that jumps to page 47) survive reordering only if both endpoints stay in the document and you accept that the link target is now physically elsewhere.

Related PDF tools on ScoutMyTool

Frequently asked questions

What's the difference between Reorder PDF Pages and Extract Pages?
Extract Pages keeps only the pages you list (everything unlisted is dropped). Reorder PDF Pages with the "keep at the end" option preserves all pages — you list the ones that go first, and the rest stay in their original order at the end. Practical example on a 10-page report: Extract "3, 1, 2" gives you a 3-page output (those three pages only). Reorder "3, 1, 2" with append-unlisted gives you a 10-page output starting with page 3, then 1, then 2, then 4, 5, 6, 7, 8, 9, 10. Use Extract for "give me just these pages"; use Reorder for "move these to the front, keep everything else where it was".
How do I reorder visually instead of typing a sequence?
The ScoutMyTool PDF Editor (a separate, fuller tool) has a thumbnail sidebar with drag-and-drop reordering. Open the editor, drop your PDF, and drag thumbnails up and down to reorder. Save with Flatten on, and the new order is the saved order. The thumbnail UI is better when you are still figuring out what the new order should be and want to see the pages as you move them; the form-based Reorder PDF Pages tool is faster once you already know the new sequence by number.
Can I duplicate a page in the new order?
Yes — list it more than once. The sequence "1, 5, 5, 5" puts page 1 first, then three copies of page 5, then (if you set "keep at end") the remaining pages 2, 3, 4, 6, 7… in their original order. Useful for embedding a divider page between every section of a combined document, or for ensuring a one-page contract appears at both the start and end of a long appendix.
What happens to bookmarks, links, and outlines after reordering?
Outlines that pointed to specific page indices are preserved by pdf-lib but no longer point at the same logical content — bookmark "Chapter 3" might now jump to what was previously page 7, because reordering shuffles the physical pages while the bookmark targets stay attached to their original indices. For documents that rely heavily on outlines, regenerate the outline after reordering, or do the reorder in a tool with explicit outline-rewrite support (Acrobat Pro). Page-internal links (a footnote anchor pointing to a later page on the same document) survive only if both endpoints stay in the document.
Is my file uploaded to your servers?
No. The reorder runs entirely in your browser using pdf-lib. Your source PDF is loaded into a sandboxed memory buffer, the pages are copied into a new in-memory document in the order you specified, and the result is delivered as a download. Nothing leaves your device — verify in the browser network tab if you want independent confirmation. The same is true for the drag-and-drop PDF Editor flow.
How big can the source PDF be?
No hard cap — the reorder runs client-side, so the only limit is device RAM. Practical limit is around 500 pages or 100 MB on a typical laptop. The reorder operation itself is cheap (pdf-lib copies page references rather than re-rendering pages), so even on a 300-page document the actual reorder finishes in under a second; the time you spend is on loading and saving, which scale with file size rather than page count.
What if I get the order wrong on the first try?
Just re-run the tool. The reorder is idempotent in the sense that the input is your original PDF — re-running with a different sequence gives you a different output without compounding any mistakes. If you used the "drop unlisted" option and lost pages you wanted, run the original PDF through again with the corrected sequence (or with the "keep at end" option instead).

Reorder your PDF pages now — no signup, no upload

Two free workflows: type a sequence ("3,1,2") for speed, or open the PDF Editor and drag thumbnails for a visual reorder. Both run entirely in your browser. Your file never leaves your device.

Open the free PDF reorder tool →

References

  1. ISO 32000-1:2008, Document management — Portable document format — Part 1: PDF 1.7 — §12.3 ("Document-Level Navigation") defines the outline (bookmark) data structure as a tree of destinations referencing specific page numbers, which is why reordering pages does not automatically rewrite outline targets. Adobe public copy: opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf.
  2. qpdf manual, Bookmark / outline handling — open-source command-line tool that preserves and rewrites PDF outlines during page transformations, useful for scripted reorders where bookmark fidelity matters. Project documentation: qpdf.readthedocs.io.