How to Permanently Rotate PDF Pages in Your Browser
Why a sideways scan won't stay fixed when you rotate it in a viewer, and how to save the rotation for good — offline.
You open a PDF and the whole thing is lying on its side. Someone scanned it in landscape, or the phone camera guessed the orientation wrong, and now you’re tilting your head to read it. You rotate it in the viewer, it looks fine, you email it — and the recipient opens a sideways document all over again.
That’s the trap. Rotating a page in most viewers is a display setting. It doesn’t touch the file. The moment someone else opens it, or you reopen it fresh, the page snaps back to how it was actually saved. To fix it for real you have to write the new orientation into the PDF itself.
The PDF Page Rotator does exactly that, in your browser. Pick an angle, choose which pages, download the corrected file. It stays corrected everywhere.
The angle, in plain terms
Rotation here is clockwise, and it stacks on top of whatever the page already had:
- 90° right — a quarter turn to the right. This is the usual fix for a landscape scan that should be portrait.
- 180° flip — upside down. For the pages a sheet-fed scanner grabbed the wrong way up.
- 270° left — a quarter turn left, the same as 90° counter-clockwise.
If a page was already turned 90° and you add another 90°, you get 180°. The tool reads the existing rotation and adds yours, so you don’t have to do the arithmetic in your head.
One page or all of them
A lot of the time only a couple of pages are wrong — page 3 got fed sideways, the rest are fine. Type 3 in the page box and only that one turns. Need a spread? 4-6 handles a range, and 2, 5, 9 handles a scattered few. Leave the box empty and the whole document rotates at once.
I find the per-page control is the part people don’t expect from a free tool. Most of them rotate everything or nothing, which means re-scanning or fiddling in a full editor when a single page is off.
Rotation doesn’t cost you quality
Here’s the reassuring bit: turning a page doesn’t degrade it. A PDF page carries a /Rotate value — a number the reader uses to know which way is up. The rotator changes that number and copies the actual page content, images and all, byte-for-byte. Nothing is re-rendered into a picture and re-compressed. So a rotated 300-DPI scan is pixel-identical to the original, just oriented correctly.
Two limits worth stating plainly. Encrypted PDFs are refused rather than half-processed — save an unprotected copy first, then rotate. And because the file is rebuilt from its pages, document-level extras like the bookmark outline don’t carry over. The pages and their contents do.
Why do it offline
Rotation is a small operation, but the files are often not small matters: signed contracts, ID scans, medical paperwork. Handing any of those to an upload-based site means trusting a “we delete it later” promise you can’t check. A tool that runs entirely in the browser never receives the file, so there’s nothing to trust — the document simply never leaves your device. You can even pull the network cable after the page loads and it still works.
Drop a crooked PDF into the PDF Page Rotator, turn it the right way, and download — fixed for good, with nothing uploaded.