Drop a PDF to see every page as a thumbnail, then reorder, rotate, or delete pages and download the result. Everything runs locally — nothing is ever uploaded.
Files never leave your device
Drop a PDF to organize, or click to browse
PDF
What This Tool Does
This tool lets you reorder, rotate, and delete the pages of a PDF using a visual grid of page thumbnails, then download the result as a single updated file — all without leaving your browser. Drop a PDF, and every page renders as a small preview you can act on directly: move it up or down in the sequence, rotate it 90 degrees at a time, or remove it entirely.
There's no separate editor to learn beyond the thumbnails themselves. Once the grid shows the pages in the order, orientation, and set you want, one button applies every change at once and hands you back a new PDF.
Tip:Take a moment to check the grid before applying — reordering and deleting only touch the working list, so you can undo a mistake by re-dropping your original file, but once you've downloaded the result, that's the version you're left with. There's no undo button after the fact.
How the Thumbnail Grid Works
Every page of your PDF is rendered as its own thumbnail as soon as you drop the file in, so you can see the actual content of each page rather than working blind from page numbers alone. Each thumbnail carries four controls: move up and move down to change that page's position in the final document, a rotate button that turns the page 90 degrees further with each click, and a delete button that drops it from the output. None of these apply immediately to your file — they only update what the grid will produce once you apply.
Rotation Is Additive, Not Absolute
Rotating a page in this tool sets its rotation flag rather than redrawing anything — the exact mechanism every PDF reader already relies on to display a scanned page in the right orientation, so there's no quality loss and no re-rendering involved. What's worth knowing is that rotation here is additive: if a page already came in rotated (a scan taken sideways, say), each click here adds another 90 degrees on top of that existing rotation rather than overwriting it, wrapping back around after a full turn. The thumbnail always reflects the true final orientation, so what you see in the grid is what you'll get after downloading.
Deleting Pages, and Getting Them Back
Deleting a page from the grid removes it from the list of pages that will make it into your downloaded file — it doesn't touch your original file at all, since that file is only ever read, never modified in place. If you delete a page and change your mind before applying, the simplest path is to drop the original file back in, which resets the grid to every page from scratch. Once you've applied and downloaded, though, the tool doesn't keep a copy of what you started with, so recovering a deleted page means going back to wherever your original file lives.
Nothing You Drop In Ever Leaves Your Device
Both halves of this tool — the thumbnails you see and the file you download — run locally. Page previews are rendered in your browser as soon as you drop a file in, and applying your changes runs through a WebAssembly module also loaded into that same browser tab. Your PDF's bytes are read, previewed, and rebuilt entirely on your device, with no upload step at any point.
Related Tools
If what you actually need is several separate files rather than one reorganized document, Split PDF turns a single PDF into per-page files or custom ranges. And if you're bringing several documents together rather than reshaping one, Merge PDF combines them into a single file in whatever order you set — you can always follow up with this tool afterward to fine-tune the result.
Frequently asked questions
How do reordering, rotating, and deleting pages actually work?
Your PDF opens as a grid of page thumbnails. Each thumbnail has its own move-up, move-down, rotate, and delete controls — move a page to shift its position in the list, rotate to spin it 90 degrees at a time, or delete to drop it entirely. Once the grid reflects what you want, one button applies every change and downloads the result as a single new file.
Does rotating a page re-render it or reduce its quality?
No. Rotating doesn't touch the page's actual content at all — it sets the page's rotation flag, the same mechanism PDF readers already use to display a scanned page right-side up. Nothing is redrawn, recompressed, or resampled; the underlying text and images are byte-for-byte the same, just marked to display turned.
If a page already had some rotation applied, does rotating it again in this tool replace that or add to it?
It adds to it. Each 90-degree rotation you apply here stacks on top of whatever rotation the page already carried, wrapping back to 0 after a full 360 degrees. So a page that was already rotated 90 degrees and gets rotated 90 degrees again in this tool ends up at 180, not back at 90 — the tool's thumbnail always shows you the true resulting orientation before you download.
Can I get a page back after deleting it?
Within the same session, before you download, deleting is just removing that page from the grid — there's no separate confirmation step, so double-check before applying. Once you've downloaded the result, the only way to bring a deleted page back is to drop your original, untouched file into the tool again and start over; the tool never keeps a copy of what you dropped in.
Is my PDF uploaded anywhere while I'm organizing it?
No. The page thumbnails you see are rendered locally in your browser, and applying your changes runs through a WebAssembly module also loaded into your browser tab. Your file is read, previewed, and rebuilt entirely on your device — it's never sent to a server at any point.
Does this work on scanned PDFs, or just ones made from text documents?
Yes, it works on scanned PDFs too. Reordering, rotating, and deleting are page-level operations that don't care what a page contains — whether it's a scanned image, a text-based export, or a mix of both in the same document, the grid shows a thumbnail of each page and the same controls apply.
What's the difference between organizing a PDF and splitting one?
Organize reshapes a single document and gives you back one file — reorder, rotate, delete, done. Split takes one document and turns it into several separate files. If your goal is a cleaner, better-ordered version of the same document, use Organize; if you want the pages broken apart into standalone files, use Split PDF instead.