PDF Page Reorder
PDF ToolsReorder PDF pages by drag-and-drop, remove unwanted pages, or duplicate pages with visual thumbnail preview.. Free, private — all processing in your browser.
Select multiple PDF files. All processing happens in your browser.
The PDF Reorder tool provides a visual drag-and-drop interface for rearranging PDF pages. See all pages as thumbnails, drag them into the order you want, remove unwanted pages, duplicate pages if needed, and download the reordered PDF. This is much faster than opening a PDF in Acrobat or going through separate split and merge operations.
Upload your PDF, interact with thumbnails to reorganize: drag to reorder, click to delete, right-click to duplicate. Keyboard shortcuts speed up common actions. Preview the new order before finalizing. All processing runs in your browser using pdf-lib so sensitive documents stay local. Output PDF has identical quality to input — only the page order changes.
PDF Page Reorder — key features
Visual drag-and-drop
See page thumbnails and drag to reorder intuitively.
Delete pages
Remove unwanted pages with one click.
Duplicate pages
Copy pages to use multiple times in the reordered document.
Keyboard shortcuts
Arrow keys for movement, delete key for removal, shortcuts speed up common actions.
Bulk selection
Shift-click to select ranges for moving or deleting multiple pages.
Preview before save
See new page order as numbered sequence before committing.
Lossless
Page content preserved exactly — text remains searchable, quality unchanged.
Client-side only
PDFs stay in your browser; no upload required.
How to use the PDF Page Reorder
- 1
Upload PDF
Drag or click to select.
- 2
Wait for thumbnails
Page thumbnails render. Takes a few seconds for large PDFs.
- 3
Rearrange
Drag thumbnails to reorder. Click to delete or duplicate.
- 4
Preview
Verify the new order looks correct.
- 5
Download
Save the reordered PDF with pages in your chosen sequence.
Common use cases for the PDF Page Reorder
Document assembly
- →Chapter reordering: Rearrange chapters in a combined book PDF.
- →Contract section order: Reorganize contract sections for different audiences or emphasis.
- →Report assembly: Combine sections in specific order for final report presentation.
Content organization
- →Presentation flow: Adjust slide order (after converting PPT to PDF) for different audience needs.
- →Photo album: Reorder photos in a photo book PDF for better flow.
- →Legal exhibit ordering: Arrange exhibits in logical evidence order for court filings.
Cleanup
- →Remove unwanted pages: Delete blank pages, page numbers, or sections not needed for target audience.
- →Duplicate cover sheets: Add copy of cover page at end for spiral binding that shows it twice.
- →Rearranging scans: Fix scanned document where pages were captured in wrong order.
PDF Page Reorder — examples
Swap two pages
Simple rearrangement.
10-page PDF, swap pages 3 and 7
same pages but positions 3 and 7 exchanged
Delete pages
Remove blank pages.
20-page PDF, delete pages 5, 10, 15
17-page PDF with those pages removed, rest in original order
Reverse order
Last becomes first.
50-page PDF, reverse all
page 50 first, page 1 last
Complex reorganization
Split-style reorder.
document with sections out of order
drag each section to correct position in final sequence
Duplicate for cover
Cover at start and end.
30-page PDF, duplicate page 1 at end
31-page PDF with cover at beginning and end
Technical details
PDF reordering uses pdf-lib page manipulation API:
1. Parse source PDF into document model
2. Extract pages as independent page objects
3. Build new document with pages in chosen order
4. Copy each page (preserves all content: text, images, forms)
5. Save resulting PDF
Visual interface: thumbnails generated by rendering each page via PDF.js. Thumbnail size configurable (smaller = more pages visible, larger = more detail). HTML5 drag-and-drop for reordering, click handlers for delete/duplicate.
Operations supported:
- Drag to reorder: click and drag thumbnail to new position
- Delete: remove a page from the final output
- Duplicate: insert a copy of a page at the end (or specific position)
- Move up/down: keyboard arrows move selected page
- Select multiple: shift+click to select range for bulk operations
Preview: before saving, see the new page order as a numbered thumbnail sequence. Verify before committing to download.
Metadata preservation: document metadata (title, author, creation date) copied to output. Individual page bookmarks may not survive reordering as they\u2019re typically tied to page positions.
Forms and annotations: preserved on pages that remain. If a form spans multiple pages, reordering may break form logic (JavaScript references to specific pages).
File size: output size roughly matches input. Adding duplicate pages increases size proportionally. Removing pages decreases proportionally, minus shared resources (fonts, images used elsewhere).
Performance: reordering is computationally cheap (just rearranging pointers). The expensive operation is rendering thumbnails, which takes time proportional to page count. 100-page PDF: thumbnails in ~5-10 seconds. Reorder and save: nearly instant after thumbnails load.
Password protected PDFs: need password to modify.
Common problems and solutions
⚠Thumbnails slow to load
Large PDFs (500+ pages) take time to render all thumbnails. Wait for loading or work on smaller PDFs first.
⚠Links broken
Internal PDF links may reference specific page indices. Reordering can break these references. External links still work. Check critical PDFs for link integrity.
⚠Bookmarks lost
PDF bookmarks often tie to specific pages by index. Reordering may invalidate bookmarks or point them to wrong pages. Re-create bookmarks after reordering if important.
⚠Forms reference specific pages
Interactive forms with JavaScript may reference pages by index. Reordering breaks these references. Use with caution on form-heavy PDFs.
⚠Page numbers don’t renumber
Printed page numbers in footers don’t auto-update. Page that was originally labeled \"5\" stays labeled \"5\" even if it’s now page 3. For print-ready PDFs, you may need to update page numbers externally.
⚠Memory with large PDFs
Very large PDFs (hundreds of pages) may exhaust browser memory during thumbnail rendering. Use desktop tools for huge documents.
⚠Password required
Encrypted PDFs need password to modify. Provide password during upload or decrypt first.
PDF Page Reorder — comparisons and alternatives
Compared to Adobe Acrobat page navigator, this tool is free and browser-based. Acrobat offers more advanced operations; this tool handles common reordering simply.
Compared to splitting and merging operations, this tool is faster for pure reordering. Split-merge would take multiple steps; this tool\u2019s drag-and-drop does it in one.
Compared to command-line tools (pdftk), this tool is visual and interactive. CLI is better for scripting; this tool for manual work.
Frequently asked questions about the PDF Page Reorder
▶How do I reorder PDF pages?
Upload your PDF, wait for thumbnails to load, then drag thumbnails to new positions. Click to delete pages, double-click to duplicate. Preview the new order and download.
▶Can I delete pages while reordering?
Yes. Click a page to mark for deletion, or select and press delete key. Removed pages don’t appear in the final output.
▶Can I duplicate pages?
Yes. Right-click or select a page and choose duplicate. The duplicated page is added at a specified position or the end.
▶Is it lossless?
Yes. Page content is copied exactly from source to output. No re-encoding, no quality loss, text remains searchable.
▶Will bookmarks be preserved?
Depends. Bookmarks tied to specific pages may not survive reordering since page positions change. External links (to other URLs) are preserved. Re-create bookmarks after reordering if critical.
▶Is my PDF private?
Yes. All processing runs in your browser. PDFs never leave your machine.
▶Can I handle very large PDFs?
Under 500 pages works smoothly. Larger PDFs strain browser memory for thumbnail rendering. Desktop PDF editors handle very large files better.
▶Does it work with password-protected PDFs?
You need the password. Provide it during upload or decrypt first with a PDF tool.
Additional resources
- pdf-lib — JavaScript library for in-browser PDF manipulation.
- PDF.js — Mozilla library used for rendering PDF thumbnails.
- HTML5 Drag and Drop — Browser API used for drag-and-drop UI.
- Adobe Acrobat pages — Adobe’s documentation on page management.
- pdftk documentation — Command-line examples for PDF page reordering.
Related tools
All PDF ToolsImage to PDF
Convert images to PDF documents. Supports multiple images combined into one PDF with configurable page size, orientation, and margins.
Image to PDF
Combine multiple images into a single PDF with configurable page size, orientation, margins, and reorder via drag-and-drop.
PDF Compress
Reduce PDF file size with configurable compression levels. Balance between file size and quality for email, web, and storage.
PDF Merge
Combine multiple PDFs into one file with drag-to-reorder — no upload needed
PDF Page Rotator
Rotate PDF pages by 90, 180, or 270 degrees individually, by range, or entire document with quality preserved.
PDF Split
Split PDF files by page ranges, specific pages, or every N pages to extract sections or divide large documents.
Learn more
Explore more tools
200+ free tools that run in your browser.
Browse all tools →