Open Tools Tools Features Blog About Contact Proof of Privacy

Organize PDF Pages

Reorder, rotate, and delete pages visually with drag-and-drop thumbnails. Everything happens locally in your browser — your document is never uploaded.

Organize PDF Tool

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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.

Frequently Asked Questions

Is my PDF uploaded while I'm organizing it?

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.

Does rotating or reordering reduce quality?

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).

Can I undo a deletion?

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.

What are the size and page limits?

Files up to 100MB and 300 pages. The limit exists because every page becomes a rendered thumbnail in your device's memory. If your document is larger, split it first with our Split PDF tool, organize the parts, and merge them back together.

Does it work with password-protected PDFs?

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.

Can I extract pages instead of deleting them?

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.