Rearrange PDF Pages
Short answer: To rearrange PDF pages, drag the page thumbnails into the right order, rotate or delete any page, then save a new PDF. The document stays in your browser while you work.
Rearrange, rotate and delete PDF pages with drag-and-drop thumbnails, without uploading your document. Everything happens locally in your browser.
How do I rearrange or reorder the pages of a PDF?
Drag & drop a PDF file
or click to browse (one PDF at a time)
Rearrange, Rotate, and Remove PDF Pages Visually
Organizing a PDF means fixing its pages rather than its content: putting pages back in the right order, turning sideways scans upright, and dropping the blank or irrelevant pages that crept in. The tool above shows every page of your document as a thumbnail, so you can see exactly what you are moving. Drag a page to a new position, click the rotate button until it faces the right way, delete what you don't need, and download a clean, corrected copy.
Like every tool on this site, the entire operation runs inside your browser tab. The page thumbnails are rendered on your own device by Mozilla's open-source pdf.js engine, and the reorganized file is rebuilt locally by pdf-lib. Your document — often exactly the kind of file that needs page surgery: a scanned contract, a set of medical records, a court filing — is never transmitted, stored, or seen by anyone. You can verify that yourself.
How to Organize PDF Pages Step by Step
- Add your PDF. Drop the file onto the area above or click to browse. The tool reads the file locally and renders a thumbnail for every page — for long documents you'll see the pages appear a few at a time.
- Reorder by dragging. Grab any page thumbnail and drag it where it belongs; the highlighted card shows where it will land. On a phone, or for precise single steps, use the left and right arrow buttons under each page instead.
- Rotate what's sideways. Each click of the rotate button turns that page 90° clockwise — the thumbnail turns with it so you can see the result immediately. Use Rotate all in the toolbar when an entire scan came in landscape.
- Delete what doesn't belong. The trash button removes a page from the document. The summary line under the grid keeps count. If you change your mind about anything, Reset restores the original document instantly — nothing is final until you download.
- Apply and download. Click Apply Changes & Download. A new PDF is assembled in memory with your exact page order, rotations, and deletions, and downloads as
organized-[timestamp].pdf. Your original file on disk is never modified.
When You Need This Tool
- Fixing a scan: sheet-fed scanners regularly produce documents with pages upside down, sideways, or out of order — especially double-sided originals scanned in two passes.
- Cleaning up a merge: after combining several files, a cover page may belong at the front, or duplicate blanks between sections need to go.
- Preparing an official submission: court filings, visa applications, and tender documents often require exhibits in a mandated order — reorder visually instead of splitting and re-merging.
- Removing sensitive or irrelevant pages: drop the internal notes page before sending a report to a client, or remove blank separator pages before printing.
- Rotating mixed orientations: reports that alternate between portrait text and landscape tables often come out of conversion tools with the landscape pages on their side.
Tips for a Clean Result
- Rotate before you judge order. A sideways page is hard to identify; turn everything upright first, then fix the sequence.
- Use the summary line as a checklist. It shows the live page count and how many pages you've deleted — if a 30-page file should become 28, confirm the count before downloading.
- Deletion here is not redaction. Removing a page removes it from the new file completely — but if the information also appears on other pages, it is still there. For blacking out content within a page, you need a redaction tool, not page removal.
- Big documents work best on a computer. Rendering 200+ thumbnails is memory-hungry on older phones; a laptop or desktop handles large files comfortably.
How It Works in Your Browser
When you add a file, it is read into an ArrayBuffer in your tab's memory. pdf.js — the same engine Firefox uses to display PDFs — renders each page to a small canvas to create the thumbnails you drag around. Your edits are just a list of instructions held in memory: the new order, a rotation angle per page, and which pages to skip. When you click apply, pdf-lib loads the untouched original from that same local buffer, copies the surviving pages into a brand-new PDF in your chosen order, applies each rotation on top of the page's existing orientation, and saves the result as a blob your browser downloads. No server participates at any point; closing the tab erases everything.
Next steps
Related tools
- pull pages out into separate files — when you want more than one document.
- fix page orientation only — if reordering is not what you need.
- clear the document details before sharing — reordering pages does not touch author or software fields.
What to do with the result
- number the reordered pages — so the numbering matches the new order.
- combine the result with another file — once the page order is settled.
Guides
- how to merge PDF files — for combining the reordered document with another file.
Browse all PDF tools, or see every QuickMerge tool.
Wondering how big a file this can take? We measured it: see Organize PDF on the measured limits page, or the browser support matrix.
Frequently Asked Questions
No. The file is read and rendered entirely on your device, and the reorganized copy is built there too. You can even load this page, disconnect from the internet, and do all of your work offline — see our Proof of Privacy page for how to verify it.
No. The tool never re-renders your page content — it copies the original page objects into the new file and records a rotation flag, exactly the way desktop PDF editors do. Text stays selectable, images keep their resolution, and file size stays essentially the same (minus any deleted pages).
Yes — click Reset in the toolbar to restore the document to exactly how it was loaded: original order, original rotations, and all deleted pages back. Nothing is permanent until you click apply and download, and even then your original file on disk is untouched.
No — an encrypted document can't be rendered or rebuilt without its password. Open it in your PDF reader with the password, save an unprotected copy, organize that copy here, and re-apply protection afterwards if you need it.
If you want to keep only a few pages, the quickest route here is to delete everything else and download. For pulling out ranges (pages 5–12 as their own file, or every page as a separate PDF), our Split PDF tool is purpose-built for that.
Load the document and drag the page thumbnails into the order you want, then download. The pages themselves are copied across untouched, so nothing is re-rendered and there is no quality loss.
Yes. There is no sign-up, no watermark and no page cap, because the work happens in your browser rather than on a server that has to be paid for by the file.
Remove them here and download one document. That is better than extracting the pages you want and merging them back, which is two operations with an easy ordering mistake between them.
Yes, and it is worth doing — both problems usually come from the same scanner run. The rotation is written into the file, so it holds when the document is reopened.
After. Numbers are stamped against the current sequence and do not move with a page. Settle the order first, then number the finished document.
No. The PDF is read and rewritten in your browser, so it never leaves your device — which is worth knowing given that the documents most often needing reordering are scans of contracts, applications and records.