Reorder PDF Pages

Change the order of PDF pages with drag-and-drop controls.

Loading tool…

By Muhammad Abdullah Rauf · Founder, EverydayTools.proUpdated 2026-05-03· Reviewed by EverydayTools Editorial Team

What is Reorder PDF Pages?

A PDF page reorder tool lets you move page thumbnails into a new sequence and save a corrected PDF without changing the page content itself.

A PDF page reorder tool lets you drag and drop page thumbnails into a new sequence, then save the rearranged PDF. It solves common problems: a document scanned in the wrong order, pages merged in an incorrect sequence, or a presentation where a slide needs to move to a different position.

Quick answers

Concise answers for common searches — definitions, steps, and comparisons.

Why do PDF bookmarks stop working correctly after reordering pages?

PDF bookmarks (the outline entries in the navigation panel) can break after page reordering for two reasons. Bookmarks that target pages by absolute page index (the most common type, created by most PDF export tools) encode the destination as a specific page number. After reordering, the page that was position 12 may now be position 7, but the bookmark still points to position 12 — which now contains a different page. Bookmarks that use named destinations (anchor points embedded in page content and referenced by name rather than by page number) are more robust — the named anchor moves with the page and the bookmark follows it correctly. After reordering pages in a document with a table of contents or navigation bookmarks, you must manually update the bookmarks to point to the correct new positions. This typically requires reopening the source document (Word, InDesign, LaTeX), reordering sections there, and re-exporting the PDF.

How do you reverse all pages in a PDF when the tool does not have a dedicated reverse button?

Reversing all pages in a PDF without a dedicated reverse button requires specifying the complete page sequence in reverse order. For a 10-page PDF: enter the sequence '10,9,8,7,6,5,4,3,2,1' in the reorder tool's sequence input field, or manually drag page 10 to position 1, page 9 to position 2, and so on. For large documents (50+ pages), command-line tools are more practical: in pdftk, the command is 'pdftk input.pdf cat end-1 output reversed.pdf' (the end keyword reverses the page range). In Python with PyPDF2: iterate reader.pages in reversed order and add each to a writer. Reversing all pages is a common need when double-sided documents were scanned with back pages in reverse order and need to be interleaved with front pages.

What happens to PDF form field tab order when you reorder pages?

PDF form field tab order (the sequence in which focus moves between fields when the user presses Tab) can be disrupted by page reordering, depending on how the tab order was defined. PDF documents can specify tab order by row or column order (visual arrangement on the page — this travels with the page when reordered), or by document structure order (the order in which fields appear in the document's internal form field list, which is based on the original page order). When pages are reordered, the visual positions of fields move with their pages, but the document-level field list order may retain the original sequence. The result: a user tabbing through a form that spans pages may jump to a field on a later page before completing an earlier page's fields. To fix tab order after reordering: open the PDF in Adobe Acrobat Pro, go to Edit Form Fields, and set the tab order to 'Page Structure' (which rebuilds the order based on visual position on each page after reordering).

How to use Reorder PDF Pages

  1. Upload the PDF

    Upload a PDF to see thumbnails of all pages. Large PDFs (100+ pages) may take a few seconds to render all thumbnails.

  2. Drag pages to reorder

    Click and drag any page thumbnail to a new position. Drop it between other pages to insert it there. The page numbers update to show the new order.

  3. Use the move controls (optional)

    For keyboard and accessibility: select a page and use the Move Up / Move Down / Move to Position buttons. Or type page numbers in a sequence box (e.g. '3,1,2,4-10' to put pages 3 and 1 first).

  4. Download the reordered PDF

    Click Save. The output PDF contains the same pages in the new order. File size is unchanged.

Who uses Reorder PDF Pages?

Common real-world scenarios where this tool saves time.

Office administrators

Fix incorrectly scanned or assembled documents

When a multi-page document is scanned in the wrong order or combined from separate scans, reorder pages to the correct sequence without reprinting.

Students and academics

Reorganise sections in a compiled document

Move chapters or sections after compilation without editing the source documents and recompiling. Faster than merging and splitting multiple PDFs.

Presentation creators

Rearrange slides exported to PDF

If a PowerPoint or Keynote presentation was exported as PDF but needs a different slide order for a specific audience, reorder the pages without opening the source file.

Workflow guides

Step-by-step chains that connect related tools for common tasks.

Reorder → watermark → flatten → compress for finalized delivery

  1. Drag page thumbnails here to set the correct reading sequence before adding any permanent overlays.
  2. Apply watermarking only after order is final so labels land on the intended pages.
  3. Flatten if the packet includes forms or comments that must be locked before submission.
  4. Compress the finalized PDF for easier email or portal upload.

Remove extras → reorder chapters → merge appendices

  1. Delete blank or duplicate pages first so section boundaries are easier to manage.
  2. Reorder remaining chapters into the desired reading flow.
  3. Merge any appendix PDFs after core order is finalized.

Reorder PDF Pages examples

Fix a document scanned in the wrong page order

Input

scanned-contract.pdf with pages in order: 1,3,2,4,5 (pages 2 and 3 were fed to scanner in reverse)

Output

scanned-contract-fixed.pdf with pages in correct order: 1,2,3,4,5

A common scanner problem when manually feeding pages. Drag page 3 in front of page 2 to restore correct order.

Reference tables

Reorder vs remove vs rotate PDF pages

Pick the page-edit action that matches your document issue.

If your issue is...Use this toolWhy
Pages are in the wrong sequenceReorder PDF PagesMoves page positions without editing page content
You need to delete unwanted pagesRemove PagesDrops selected pages and renumbers output
Pages are sideways or upside downRotate PDFFixes orientation metadata per page

Advertisement

Frequently Asked Questions

Does reordering pages change the PDF content?

No. Page content (text, images, formatting) is preserved exactly. Only the sequence in which pages appear in the PDF file changes. Existing hyperlinks and table of contents entries may point to incorrect page numbers after reordering — update them manually if needed.

Can I reorder pages and also delete some at the same time?

Most tools handle reordering and deletion as separate operations. Do the deletion first (using a remove pages tool), then reorder the remaining pages. Or use a comprehensive PDF editor that supports both operations together.

Does reordering affect PDF bookmarks or a table of contents?

Yes — PDF bookmarks that link to page numbers by absolute position will point to wrong pages after reordering. Named destinations (bookmarks that reference a named anchor rather than a page number) are more robust and follow the page. For documents with a table of contents, you'll need to update the page numbers in the source document and re-export.

How do I reverse all pages in a PDF?

Enter the page sequence in reverse order. For a 10-page document: type '10,9,8,7,6,5,4,3,2,1' in the sequence input, or drag the last page to position 1 and repeat for each. Some tools have a 'Reverse all pages' button for this common operation.

What happens to PDF form fields after reordering?

Form fields move with their page — their content and tab order are preserved. However, the tab order across pages (the order a user tabs through fields using the keyboard) may be affected if it was set by page number rather than by the fields' visual order. Check and update the tab order in a PDF editor if this matters for your form.

Can I reorder pages on mobile?

Yes — drag-and-drop works on touch devices. For precise moves on small screens, use the Move Up/Down buttons or type a page sequence.

Is reordering PDF pages reversible?

Your original file is unchanged. The downloaded reordered PDF cannot be auto-reverted — keep the source PDF if you may need the original order.

Is my PDF uploaded when I reorder pages?

No — all reordering runs locally in your browser using PDF.js.

Does reordering pages change file size?

Usually very little. Reordering updates page references and sequence metadata, not the page image/text payload itself, so any size change is typically minor.

Privacy, accuracy, and trust

Privacy

Reorder PDF Pages keeps typical inputs on your device—nothing is uploaded to EverydayTools servers for core calculations.

Part of PDF Tools

More free tools for the same workflow.

Advertisement

Reviewed by EverydayTools Editorial Team on 2026-05-28.