PDFApril 2026 · 5 min read

How to Reorder PDF Pages (2026)

You scanned a multi-page document in the wrong order. Your contract came back with signature pages at the front instead of the back. A report you're assembling needs its appendix moved before the references. Reordering PDF pages should be a ten-second task, but most "free" tools either upload your document to a server or cap free use at a few pages. This guide covers the fastest way to reorder pages in any PDF, including the cases where reordering isn't quite what you actually need.

🔀
Try the PDF Page Reorderer
Drag and drop, no upload
DG
Derek Giordano
Designer & Developer
In this guide
01When to Reorder vs Split vs Merge02Method 1: UDT PDF Page Reorderer (Free, Browser-Based)03Method 2: Acrobat and Other Tools04Common Reordering Cases
⚡ Key Takeaways
  • Rearrange, delete, duplicate, and move pages in any PDF — free, in your browser.
  • When to Reorder vs Split vs Merge.
  • Covers method 1: udt pdf page reorderer (free, browser-based).
  • Covers method 2: acrobat and other tools.
  • Covers common reordering cases.

When to Reorder vs Split vs Merge

Reordering is the right operation when you have one PDF and just need its pages in a different sequence. Page 1 becomes page 3, page 5 moves to the front, a duplicate of page 2 is inserted after page 7 — all while keeping the file intact as a single document.

If you need to combine pages from multiple PDFs into a new document with a custom sequence, that's merging, not reordering — use the PDF merger instead. If you need to pull out specific pages into a separate new file while leaving the original intact, that's page extraction — use the PDF page extractor. If you need to break one document into multiple smaller files, that's splitting — use the PDF splitter.

Reordering specifically does not change which pages exist in the document — only their order. If you need to remove pages entirely, a good reorderer lets you delete pages during the reorder operation, saving a separate tool call.

Method 1: UDT PDF Page Reorderer (Free, Browser-Based)

The UDT PDF Page Reorderer displays all pages of your PDF as thumbnails in a grid. You drag pages to new positions to reorder, click to select and delete, or use the duplicate option to insert copies of pages where needed. The entire operation runs in your browser — no upload, no server processing.

💡 Tip
Always include -webkit-backdrop-filter alongside backdrop-filter for Safari support. Without the prefix, the effect is invisible to roughly 25% of mobile users.

The workflow: drop your PDF in, see all pages as draggable thumbnails, rearrange by dragging (or use explicit move-forward/move-backward buttons for precise control), delete pages you no longer want, and export the reordered PDF. The tool handles rotation as a separate pass via the PDF page rotator, so if pages are both out of order and rotated wrong, handle rotation first before reordering.

Because pages are rendered as thumbnails, very large PDFs (100+ pages) can take a few seconds to display. For extremely long documents (thousands of pages), working with a splitter first to isolate the relevant page range is faster than trying to reorder thousands of thumbnails at once.

Method 2: Acrobat and Other Tools

Acrobat Pro has page reordering under Organize Pages. Drag thumbnails in the side panel to rearrange. It's the same basic interface most browser-based tools use, with the advantage of handling extremely large documents faster and offering batch operations across multiple files.

⚠ Warning
On iOS Safari, backdrop-filter inside a position: fixed element can cause severe scroll performance issues. Test thoroughly on real iOS devices.

macOS Preview supports drag-and-drop page reordering natively — open the PDF, show the thumbnail sidebar, drag pages into their new positions. Free, fast, and built-in for Mac users. The limitation is it's Mac-only and doesn't offer more sophisticated operations like duplicating pages.

Command-line tools like pdftk and qpdf can reorder pages by explicit page number specification ("keep pages 1, 5, 2, 3, 4"). Ugly for one-off use, but powerful for scripted workflows where you're reordering pages based on logic (reversing, interleaving two documents, extracting every odd page).

Common Reordering Cases

Reversing a document. A scanner that fed pages back-to-front produces a PDF where page 1 is actually the last page. Reverse the entire document in one operation rather than reordering page by page — most reorderers have a "reverse" button specifically for this case.

Moving signature pages. Contracts sometimes come back with signature pages appended at the end instead of placed with the main body. Drag the signature pages to their proper position (typically right after the clause they acknowledge) before archiving.

Interleaving scanned duplex pages. A single-side scanner used on a double-sided document produces two separate PDFs (one for odd pages, one for even pages). Merging them into a single document with odd-even interleaving requires merging plus careful reordering — or a dedicated "interleave" mode if your tool offers it.

Placing a cover page. You scanned a document, then realized you wanted a cover page at the front. Generate the cover page separately (in Word, Google Docs, or a design tool), save as PDF, merge it with your existing document, then reorder if needed to put the cover at position 1.

Frequently Asked Questions

Does reordering pages change the file size?+
Usually not. Reordering just changes the sequence of pages in the document's internal structure — the page content is the same, so the file size stays similar. Slight increases or decreases can occur depending on how the tool rewrites the PDF structure.
Can I reorder pages and rotate them at the same time?+
Most tools treat these as separate operations. Reorder first, then rotate any pages that need rotating (or vice versa). Some advanced tools combine the two into a single interface.
Is there a limit to how many pages I can reorder?+
In a browser-based tool, the practical limit is whatever your browser can render comfortably as thumbnails — typically a few hundred pages before the UI gets slow. For extremely long documents, command-line tools are faster.
Can I undo a reorder?+
Within the tool, yes — most reorderers have undo and can reset to the original order. Once you've downloaded the reordered file, undo requires keeping the original file and re-running the operation differently. Always keep the source PDF until you've verified the output.
Why does my reordered PDF look different after saving?+
Most commonly because the tool re-rendered pages during the save. If visible quality dropped, try a tool that preserves the original page content exactly (pdf-lib-based tools do this by default) rather than one that rasterizes and re-saves.
Try it yourself

Drag and drop, no upload

⚡ Open PDF Page Reorderer
DG
Derek Giordano
Written by the creator of Ultimate Design Tools. BA in Business Marketing.
📚 References & Further Reading