PDF Page Organizer

Every page as a thumbnail. Drag to reorder, click to select, rotate or remove, pull pages in from another PDF.

Drop a PDF here

Nothing is uploaded. The file is read in this page.

Drag thumbnails to reorder. Click to select. Each page has its own rotate and remove button.

Everything here runs on your device. Nothing you enter is uploaded or stored.

One grid, every page, every change. Drag thumbnails to reorder, rotate the ones that came in sideways, remove the ones that should not be there, and pull pages in from a second document — then save the whole result as a new PDF.

How to use it

  1. Drop or choose the PDF you want to reorganise.
  2. Drag any thumbnail to move that page. The order you see is the order you get.
  3. Click a page’s rotate button to turn it 90 degrees, or its × to remove it.
  4. Click pages to select them, then use Remove selected to delete several at once.
  5. Choose a second PDF under Insert pages to append its pages, then drag them into place.
  6. Press Save to download the assembled document.

Why the grid is the document

Most page-organising tools keep a hidden list of the intended order and try to keep it in sync with what the thumbnails show. That synchronisation is where these tools go wrong: drag a page, delete another, undo something, and the list and the screen quietly disagree — then the file you download is not the file you arranged.

This tool has no hidden list. When you press Save, the order is read directly off the thumbnails as they sit on screen at that moment, including which pages are still present and how far each has been turned. What you see cannot drift from what you get, because the thing you see is the plan.

Inserting pages, and why copies are batched

Pulling pages from a second PDF is where naive implementations balloon file size. Copying pages one at a time re-embeds every shared resource per page, so a 40-page report whose pages all use the same embedded font ends up with 40 copies of that font — a 2MB document arriving as a 30MB one.

Pages here are grouped by which document they came from and copied in a single operation per source, so shared fonts and images are embedded once. Interleave pages from three documents however you like; each source is still only copied once.

What it does not do

It does not remap bookmarks, internal link destinations or the accessibility tag tree. Those are document-level structures pointing at specific pages, and after a reorganisation those pages may sit somewhere else or not exist at all — silently repointing them would be a guess. It also does not edit page content: no text editing, no redaction, no adding or deleting anything inside a page. Rotation is limited to 90-degree steps, because that is the only rotation a PDF page can express.

Working with a large document

Thumbnails are rendered once, at a size chosen so a 200-page document still scrolls smoothly rather than for maximum detail. That is a deliberate trade: the grid exists so you can recognise a page and put it in the right place, which needs far less resolution than reading it does. If you need to check the fine print before deciding, open the file in a viewer alongside.

Everything happens in the page, so the practical ceiling is your own machine’s memory rather than an upload limit or a page count someone chose for you. A scanned document of a few hundred pages is comfortable on an ordinary laptop; a thousand pages of high-resolution scans will feel slow while the thumbnails build, and once built stays responsive.

Which tool for which job

You want toUse
Turn a few sideways scansPDF Page Rotate
Throw away specific pagesPDF Delete Pages
Pull a chapter out as its own filePDF Page Extractor
Join whole documents end to endMerge PDF
Reorder, rotate, delete and insert in one passThis tool

Questions

How is this different from the rotate, delete and extract tools?

Those three each do one job well and are faster when that is the only job you have — Rotate only turns pages, Delete only removes them, Extractor only pulls a range out. Organizer does all three at once and adds the one thing none of them can do, which is inserting pages from a second document. Use a single-purpose tool when you have a single-purpose fix, and this one when a document needs several kinds of change in one pass.

Does reordering pages degrade quality or make the file bigger?

No. Pages are copied whole, with their text, vectors and images intact — nothing is re-rendered or recompressed, so the output is visually identical to the input. File size stays close to the original because shared resources like embedded fonts are copied once per source document rather than once per page.

What happens to bookmarks, links and form fields?

Page content, including form field appearances, comes across. Document-level structures that point at specific pages — the bookmark outline, internal link destinations and the tag tree — are not remapped, because the pages they reference may have moved or been removed. If a document depends on its bookmarks, reorganise it before adding those, not after.

Can I insert pages from more than one other PDF?

Yes. Each file you choose appends its pages to the end of the grid, and you can add as many as you like before dragging them into position. The counter under the grid tells you how many pages came from somewhere other than the original.

Last updated