inyourbrowser.com

Reorder PDF Pages

Reorder PDF pages is a PDF tool that rearranges the page order of any PDF using a draggable thumbnail grid. It supports drag-and-drop on desktop, up and down arrow buttons on touch devices, and a reset action to restore the original sequence. The tool runs in your browser.

Drop a PDF here or click to browse

How to reorder PDF pages

  1. Drop your PDF into the tool, every page renders as a draggable thumbnail.
  2. Drag a thumbnail to a new position on desktop, or use the up and down arrows on touch screens.
  3. Watch the position numbers update on each card so you can see the new order at a glance.
  4. Click Download to save the rearranged PDF.

Common uses

  • Putting scanned pages back in the right order after a multi-page scan came out shuffled.
  • Rearranging sections of a report before sharing, then add fresh page numbers to match the new order.
  • Moving an appendix to the front or back. Delete unused pages in the same workflow if any are no longer needed.
  • Reorganizing slides exported as a PDF. Merge in additional PDFs first if you need to combine sources.

Technical specification

  • Algorithm or formula: User-defined permutation of the page index array, applied by pdf-lib's copyPages in the new order followed by sequential addPage calls to a fresh PDFDocument.
  • Browser API or library: pdf-lib for PDF write; pdfjs-dist for thumbnail rendering. Drag-and-drop reordering via the HTML5 Drag and Drop API.
  • Input limits: PDF up to 100 MB. No page-count cap beyond browser memory.
  • Output: New PDF (application/pdf) with pages in the user's chosen order, downloaded via Blob URL.
  • Known limitations: Internal hyperlinks and the document outline reference original page indexes and may point to the new (reordered) positions or become misaligned.

Frequently asked questions

How do I rearrange the pages of a PDF?
Drag any page thumbnail to a new position on desktop, or tap the up and down arrow buttons on touch devices. The Reset order button restores the original sequence if you change your mind, and the new PDF only writes out when you click Download. All reordering runs in your browser using pdf-lib.
Is my PDF uploaded to a server?
All reordering happens in your browser using pdf-lib. Our servers are not involved at any point.
Will reordering change the content of each page?
Page content stays as it was. Only the order is changed. Text, images, and formatting are preserved in the new PDF.
Can I restore the original order if I change my mind?
Yes. The Reset order button restores the original page order so you can start over without re-uploading the file.

Reviewed and tested May 26, 2026.