To rotate PDF pages permanently: open the file below, turn single pages with the ⟳ buttons under each thumbnail, or type a page spec (7, 1-3, 1-3, 5, odd, even, all) and apply 90° clockwise, counterclockwise, or 180° to that whole set, then download. Each press adds a quarter-turn to the pages' stored rotation — a 5-page file with "2-3, 5" turned 90° once comes out 0°, 90°, 90°, 0°, 90°. Nothing re-renders: text stays selectable, images stay sharp, and the change survives every viewer because it's written into the file, not your view of it.

Pages

Open a PDF to begin. The file never leaves your browser.
Advertisement

What Each Rotation Value Means

Stored valueHow the page displaysTypical cause
Upright, as authoredNormal portrait page
90°Quarter-turn clockwiseLandscape table; scan fed sideways
180°Upside downPage fed reversed through a feeder
270°Quarter-turn counterclockwiseThree presses, or the other landscape direction

Values accumulate: pressing 90° CW on a page already at 270° wraps to 0°. The download stores each page's final angle.

Page Spec Cheat Sheet

You typeOn an 8-page PDF it selectsUse it for
all1 2 3 4 5 6 7 8Whole document turned the wrong way
odd1 3 5 7Duplex scan, fronts sideways
even2 4 6 8Duplex scan, backs sideways
2-52 3 4 5A run of landscape pages
1-3, 71 2 3 7Mixed pages
7-44 5 6 7Reversed ranges flip automatically

How Permanent Rotation Works

Every page in a PDF carries a rotation value — one of 0, 90, 180, or 270 — that tells viewers how far to turn the page's content when displaying and printing it. Your PDF reader's rotate button changes a session view and discards it on close; a permanent fix writes a new value into the file itself. That's the whole trick, and it's why rotation is the safest edit in PDF-land: the content stream is never touched, so text stays selectable, images keep their exact pixels, and the file grows by a handful of bytes.

This tool renders thumbnails with pdf.js so you can see which pages are sideways, tracks each page's extra turns, and writes the final angles with pdf-lib on download. Pages you never touch keep their original stored value exactly.

A worked example

A 5-page scanned contract comes in with pages 2, 3, and 5 sideways. Open it, type 2-3, 5, press ⟳ 90° CW once, and the pages' stored values go from 0, 0, 0, 0, 0 to 0, 90, 90, 0, 90. If page 3 was actually authored already rotated (stored 90) and you add another quarter-turn, it lands at 180 — one press of ⟲ on its card walks it back to 90. A duplex-scan job where every even page is sideways is the two-click case: type even, press ⟳ once, download. The math is plain modulo-360 addition, which is exactly what the exporter writes per page.

Frequently Asked Questions

Why doesn't the rotate button in my PDF viewer stick?

Most viewers rotate your view of the page for that session only and throw the setting away when the file closes. A permanent rotation has to change the page's stored rotation value inside the file — which is what this tool writes — so every viewer, printer, and phone honors the turn from then on.

Does rotating a page re-render it or hurt quality?

No. Rotation is stored as a number on the page object — 0, 90, 180, or 270 — and viewers simply display the same content turned. Nothing is re-rendered, nothing is recompressed: text stays selectable, images stay pixel-identical, and file size barely moves because only a few bytes of metadata change.

How do I rotate only some pages in a PDF?

Type a page spec: single pages (7), ranges (1-3), or a mix (1-3, 5), plus the shortcuts all, odd, and even for duplex scans. Each rotate press adds another quarter-turn to exactly those pages, so a page already at 90 that gets another 90 lands at 180.

How do I fix a duplex scan where every other page is sideways?

Use the odd or even shortcut. Two-sided documents fed through a sheet feeder often scan one side rotated, so selecting odd (or even) and applying a single 90-degree turn fixes the whole file in two clicks — then reset and try the other parity if the first guess was wrong.

Will rotating pages break anything else in the document?

Rotation is one of the safest edits possible: the page contents, links, and form fields are untouched. Bookmarks keep pointing at the same pages. The only thing to check is landscape tables that were already rotated by the author — they may now double-turn past upright.

What's the difference between rotating pages and saving with a viewer?

A viewer's File > Save after a view-rotation either discards the rotation or, in some apps, prompts to save pages — inconsistently across apps. A dedicated rotation tool writes the intended final angle for each page and hands you a clean download, which is why print shops ask for it rather than trusting viewer saves.

Advertisement