Rotate every page of a PDF, or just the ones you choose, by 90°, 180°, or 270° right in your browser — with a live thumbnail preview before you download. Nothing is ever uploaded to a server.
Drag and drop a PDF file here, or click below to browse.
Scanners and phone cameras frequently capture a page sideways or upside down, especially when scanning a mixed batch of documents at different orientations in one pass, or photographing a page held at an awkward angle. The resulting PDF opens with content that's technically all there — text, images, everything — but displayed and printed the wrong way up, forcing anyone reading it to tilt their head or physically rotate a printed copy. Fixing this at the source, rather than living with a sideways document, makes a PDF actually usable: readable on screen without awkward neck-craning, and correctly oriented if printed.
This comes up constantly with real-world scanning: a stack of mixed portrait and landscape pages run through a single scanner pass, a photographed document held sideways by mistake, or a PDF exported from software that defaulted to the wrong page orientation. Rotation fixes all of these in seconds, without needing to re-scan or re-export anything.
Every page in a PDF can carry an optional /Rotate attribute — a value of 0, 90, 180, or 270 degrees — that tells any PDF viewer or printer how many degrees clockwise to rotate the page before displaying or printing it. This tool works by reading each target page's current rotation value, adding your chosen angle to it, and writing the new combined value back to the page, all using a JavaScript PDF manipulation library running directly in your browser. Because this only changes a small piece of metadata rather than touching the page's actual content stream, the operation is instant and completely lossless — no text, image, or vector graphic is ever re-rendered or re-encoded.
This is the exact same mechanism every desktop PDF editor uses for rotation, and because it's a standard part of the PDF specification, the result is a completely normal, fully compliant PDF file that displays correctly in any PDF viewer — there's nothing proprietary or tool-specific about how the rotation is stored.
Rotating the whole document in one action is the right choice when an entire PDF was scanned or exported sideways — every page shares the same problem, so a single rotation fixes all of it at once. Rotating specific pages is the right choice for mixed-orientation documents, which are surprisingly common: a report with mostly portrait pages but a few wide landscape tables or charts scanned sideways to fit, or a batch scan where a handful of pages were fed into the scanner the wrong way among many that were correct.
The thumbnail preview makes this distinction easy to work with in practice — you can visually spot which pages actually need rotating before selecting them, rather than guessing from a page number list, and confirm the fix looks right before committing to it.
Always check the thumbnail preview before rotating — it's much faster to catch a wrong angle by eye (a page that's now upside down instead of right-side up, for example) than to download a file and discover the mistake in a separate PDF viewer. If a document has pages rotated in more than one direction (some sideways one way, some the other), handle it in two passes: rotate and download the first group of pages, then re-upload that result and rotate the remaining pages by whatever angle they need.
For documents you plan to print, double-check rotation against the physical printer's expected orientation setting after downloading — while the PDF's rotation is stored correctly and standard, some printer drivers have their own orientation options that can interact with a rotated PDF in ways worth confirming with a quick test print for anything important.
Rotate PDF fixes page orientation without touching content. These related PDF tools cover the rest of a typical PDF workflow — combining, splitting, and converting documents.