Rotate, Delete and Reorder PDF Pages
Most PDFs that need fixing need more than one thing fixed. The scan came out sideways, page four is the blank sheet the feeder pulled in twice, and the signature page is at the front where the scanner put it rather than at the back where it belongs. This page shows you every page as a thumbnail and lets you rotate, delete and reorder them together, then hands back one document. Nothing is uploaded.
Drop a PDF to reorganize its pages
Rotate sideways scans, delete the pages you do not want, and drag the rest into order. One file at a time, and nothing leaves this browser tab.
The document that never needs reorganizing
Reordering scans is repair work. Moda builds the document in the right order the first time and exports it as a PDF.
Try Moda free →Why rotate, delete and reorder are one page and not three
Search suggests they are three separate tools, and plenty of sites ship them as three near-identical pages with the verb swapped. They are not three jobs. Every one of them is “this document’s pages are wrong, fix them”, they are all done by looking at the same grid of thumbnails, and in practice you rarely do only one: the sideways page is usually next to the blank page. Splitting them across three URLs would mean three pages of interchangeable prose and three round trips for one repair. So they are one screen, and the operations compose — rotate a page, move it, decide you did not need it after all, and only then save.
Rotation is recorded, not repainted
Turning a page here does not re-render it. A PDF page carries a rotation attribute, and this tool sets that attribute — so a page that arrives at 90° and gets turned another 90° is saved at 180°, and the pixels are the pixels the file always had. That means rotating is lossless and instant regardless of how heavy the page is, and it means a 300 MB scan does not become a 600 MB one because you straightened it. The preview in the grid shows the rotation the saved file will have, so what you see is what you get. Rotation applies per page — “rotate all” is a convenience for a whole document scanned the wrong way up, not a different mode.
Deleting pages, and what you cannot get back
Deleted pages are dropped from the output document, not from your original — the file on your disk is never touched by this page, so the recovery for a mistake is to start over and load it again. The output keeps every kept page exactly as it was: text stays selectable, links keep working, embedded fonts come along. What does not survive is document-level structure that pointed at the pages you removed. Bookmarks and the outline tree are dropped rather than left pointing at pages that have moved, and internal links to a deleted page have nowhere to go. That is a property of the edit, not of this implementation: any tool that keeps an outline across a reorder is either rewriting your destinations or lying to you.
Previews, and what happens on a very long document
The thumbnails are rendered in your browser at a deliberately low resolution — enough to tell page four from page five, cheap enough to draw a hundred of them without heating your laptop. They are drawn after the grid appears, so a long document is usable immediately and fills in behind you. Past about 120 pages the previews stop and the remaining pages show as numbered cards; every operation still works on them, because reordering and rotating are edits to the document’s page tree and do not need a rendered picture at all. If a preview fails to draw — an unusual embedded font, a damaged content stream — you lose the picture, never the ability to organize.
Frequently asked questions
Does my document get uploaded?
No. The file is read into this browser tab, the page tree is rewritten in memory, and the result is handed to your browser as a download. There is no server in the path, which is the point for the documents people usually need to reorganize: scanned contracts, statements, and forms with signatures on them.
I rotated a page but my reader still shows it sideways.
Reload the saved file rather than the tab you had it open in — most readers cache the document. If it is still sideways, check whether the page was rotated in the scan itself: a page whose CONTENT was drawn rotated but whose rotation attribute is 0 looks sideways and is technically upright, and turning it here adds a rotation on top. Rotate it until the preview looks right; the preview shows what the file will do.
Can I add pages from another PDF here?
No — this page takes one file in and gives one file out. Combining documents is the merge tool, and pulling pages out into separate files is the split tool. Keeping insertion out of this screen is deliberate: it would need a second file picker, a second set of caps, and a second privacy story for a job the merge page already does well.
Is there a limit on how many pages I can reorganize?
500 pages per document and 100 MB per file, which are the limits of holding a whole PDF in a browser tab rather than a policy. A document past either is refused by name up front instead of freezing partway through.
Will the file get bigger?
Usually a little smaller, because deleted pages take their content with them and the document is rewritten with compressed object streams. It will never get meaningfully bigger: nothing here re-encodes an image or rasterizes a page.