Rearrange PDF Pages
LocalReorder, rotate and remove pages on a visual board
Drag & drop files here or click to browse
PDF • Max 100 MB
Files are processed in your browser and never uploaded
Privacy First
Your files are processed entirely in your browser. Nothing is uploaded to any server.
How do I reorder the pages in a PDF?
Add your PDF and every page appears as a thumbnail on a board in output order. Drag a page where you want it, or move it with the buttons on its card, then save. Pages are copied into a fresh PDF in the order you set, so nothing is re-rendered and no content is lost. The original file stays as it is, and the work is done inside this browser tab.
About the Rearrange PDF Pages
Rearrange a PDF on a board of page thumbnails: drag a page to a new position, or move it with the arrow buttons, turn it a quarter at a time, and remove pages you do not want to keep. The board says what the saved file will contain before you save it, and pages are copied whole rather than re-rendered.
- Put a scan back in order after a double-sided document came out of the feeder as all odd pages followed by all even pages.
- Move an appendix, cover sheet or signature page to the position a filing system or court expects.
- Decide the order while looking at the pages, instead of opening the file in another viewer to write the sequence down first.
- Straighten the two pages a scanner fed in sideways and drop the blank separator sheet, in the same pass as the reordering.
- Check what you are about to save: the board reports how many pages are kept, moved, turned and removed before anything is written.
How to use the Rearrange Pages tool
- 1
Upload PDF file
Select PDF file from your device or drag file into the upload area.
- 2
Arrange the pages
Drag a page thumbnail to a new position, or use the arrow buttons on each page. Turn a page a quarter at a time, and remove any page you do not want to keep.
- 3
Save arranged PDF
Save the arrangement. The board states how many pages will be kept, moved, turned and removed before the file is written.
- 4
Download the result
Download the finished file. The original file stays on your device and is not uploaded.
Is this a PDF organizer?
Yes. Every page is drawn as a preview you can move, turn or drop, and the board reports what the saved file will contain — how many pages are kept, whether the order changed, how many were rotated, how many removed — before anything is written. Both ways of working are covered: drag a thumbnail if you need to see the pages to decide, or step a page along with the arrow buttons if you already know where it belongs. The buttons are not a fallback but the primary control, because a drag cannot be performed with a keyboard and is awkward on a phone.
When do you need to reorder pages rather than merge?
Reordering fixes sequence problems inside one document: a scanner that fed pages in reverse, an appendix that belongs before the annexes, a signature page that ended up at the front. Merging combines separate files. If pages from two documents need interleaving, split them into parts first, then merge those parts in the sequence you want — reordering alone works within a single file.
Does reordering affect quality or text?
No. Each page is copied whole into the new document, so selectable text, fonts, vector content, and image compression are preserved exactly. The pages are the same objects in a different sequence. Anything anchored to a specific page travels with that page, which is why a page bearing a printed page number will still show its original number in its new position.
What about printed page numbers after reordering?
They do not update, because printed numbers are part of the page content rather than live metadata. A document reordered after numbering will read 1, 2, 5, 3, 4 on the page faces. If the sequence matters to a reader, reorder first and add pagination afterwards with the page-numbers tool, which stamps numbers according to the final order.
Are my files uploaded when rearranging PDF pages?
No. Reordering is performed locally by rewriting the document in memory. Nothing is uploaded, so the tool works with your connection switched off once this page has loaded — a quick way to verify the claim for yourself rather than taking it on trust.
How to do this offline, on the command line
Page order is just the order you list the ranges in — the same three operations the board performs, without the previews that tell you which page is which.
qpdf
macOS: brew install qpdf · Debian/Ubuntu: apt install qpdf
qpdf --empty --pages report.pdf 3,1,2 -- reordered.pdfTo interleave two halves of a duplex scan: qpdf --empty --pages odd.pdf even.pdf --collate -- merged.pdf
qpdf
macOS: brew install qpdf · Debian/Ubuntu: apt install qpdf
qpdf --empty --pages report.pdf 1-3,5-z -- pruned.pdfRemoving a page, as the board does: keep 1-3 and everything from 5 to the last page (z), dropping page 4.
qpdf
macOS: brew install qpdf · Debian/Ubuntu: apt install qpdf
qpdf --rotate=+90:2 report.pdf rotated.pdfTurning one page a quarter clockwise. The leading + makes it relative, so it adds to whatever rotation the page already carries — the same arithmetic the rotate buttons on the board use.
Frequently Asked Questions
Need More Tools?
Explore our collection of 58 free PDF tools, all with privacy-first processing.
Browse All Tools