Rotate & Reorder PDF Pages
Fix a PDF whose pages are sideways, upside down, out of order, or padded with pages you do not want. Rotation, reordering and deletion all happen in your browser, and the saved file keeps its original quality.
Runs entirely in your browser — nothing is uploaded
Drop a PDF here to rotate or reorder its pages
One file at a time. To combine several documents first, use Merge PDF.
How to use it
- Drop a PDF onto the box above, or click Choose a file. The page list appears immediately — no upload wait, because there is no upload.
- Use ↺ and ↻ on any row to turn that page left or right in 90° steps, or ↺ All left / ↻ All right to turn the whole document at once.
- Drag a row to move it, or use ↑ and ↓. Remove a page with ✕.
- Click Save changes, then download the result.
The header line tracks what you have changed — how many pages were removed, how many rotated, and whether the order differs from the original.
How it works
A PDF page carries its rotation as a number in its dictionary, not as pixels. A page
described as /Rotate 90 holds exactly the same content stream as an upright one; the
reader is simply told to turn it a quarter turn before displaying. Fixing a sideways scan
therefore means changing one number, not redrawing anything — which is why it is instant
and why nothing is degraded.
Page order works the same way. The document has a page tree listing its pages in sequence; reordering means writing a new tree that references the same page objects in a different order. Deleting a page means leaving it out of that list.
This tool builds a new document and copies the page objects you kept into it, in your chosen order, setting each one’s rotation to its original value plus whatever you added. The copy is done in a single operation so that resources shared between pages — an embedded font, a logo used on every page — are stored once in the output rather than duplicated per page.
Reading the file only parses its page tree, not the page contents, which is why a 400-page document lists as quickly as a 2-page one.
Tips
- Scans come out sideways when the scanner’s paper orientation does not match the page setup. If every page is wrong in the same direction, use All left or All right once rather than clicking through each page.
- Pages alternating between upright and upside down is the signature of a double-sided scan fed the wrong way. Rotate the affected pages 180°.
- Deleting a blank separator page from a scan is often all that stands between a document and looking professional — the page list shows dimensions, and an unexpected size is usually a stray inserted page.
- Check the result in the PDF Viewer before sending it on. Orientation is one of those things that is obvious on screen and invisible in a page list.
Frequently asked questions
Is my PDF uploaded anywhere?
Does rotating or reordering reduce quality?
Why can I not see thumbnails of the pages?
The rotation looks wrong — the page was already rotated. What happened?
Can I delete pages and how do I get them back?
Is there a page or file size limit?
Why is my password-protected PDF rejected?
What happens to bookmarks, links and form fields?
Related tools
Split PDF
Pull out a page range or split every page of a PDF into its own separate file.
Merge PDF
Combine several PDFs into one file and drag the pages into the order you want before merging.
PDF Viewer
Open and read a PDF full screen in your browser, with dark mode, without it being uploaded anywhere.
Add Watermark & Page Numbers
Overlay a text watermark on a PDF, or stamp automatic page numbers, with full control over position and opacity.
Browse every tool in PDF Tools.
Found a bug or want a feature? Tell us — ToolStash is built from user requests.