How to rotate PDF pages — the right way, page by page

A document with sideways pages is one of the small absurdities of office life: the scanner fed landscape sheets, a colleague photographed the whiteboard upright, an app saved every page upside down. Rotation is the fix — and the smallest edit in the PDF repertoire. Yet it is done two very different ways out there, and one of them quietly wrecks your pages. This guide covers the browser method, why it is safe, and the quirks to know before you save.

Rotate PDF pages in your browser, step by step

The tool for this is Rotate PDF on this site. It runs entirely in your browser — the document never touches a server.

  1. Open the rotate tool and drop the file anywhere on the page, click to browse, or paste it from the clipboard. Every page appears as a thumbnail rendered from the real file.
  2. Click the rotate button on each page that needs turning — 90° clockwise per click. The thumbnail turns with it, and a badge on the page shows the accumulated angle.
  3. Tap any page for a full-size preview, and check the landscape and portrait mix before committing.
  4. Click Save rotated PDF. The document is rebuilt on your device with the rotation applied per page, and the original file stays untouched.

There is deliberately no “rotate all” switch: one click per page is exactly what keeps mixed documents easy. For a document that is uniformly wrong, a click or three per page is still faster than uploading it anywhere.

Why pages end up sideways

Rotation problems are almost never random. Sheet-fed scanners pull portrait pages through sideways, so the whole scan comes out a quarter-turn off. Tables photographed upright usually behave — until a document mixes scans, photos and exports, and every failure mode lands in the same file.

The practical takeaway: scanned pages almost always need 90° or 270° — one click either way — and a wholly upside-down scan needs two. The badge keeps you honest while clicking: four clicks bring a page full circle, and 360° resets to none, so experimenting costs nothing.

A metadata change, not a re-render

Here is the fact most guides skip: a PDF page carries a rotation attribute — a small piece of metadata that tells the viewer how to present the page. The proper way to rotate a page is to set that attribute. The improper way, practiced by some tools, is to render each page to an image, turn the image, and rebuild the file. That route rasterizes: text stops being selectable, vector graphics become pixels, and the file grows.

This tool sets the attribute, with three consequences you can verify yourself. Text stays selectable and sharp at any zoom. Vector content stays vector. And the file size barely moves, because nothing was re-rendered — only an instruction changed.

One related guarantee: rotation here crops and resizes nothing. A landscape page turned portrait keeps all its content; the viewer simply letterboxes it. Orientation is presentation, not content.

One pass: rotate while you organize

Rotation rarely travels alone. Sideways pages usually sit inside a document that also needs merging, trimming or reordering — and running those as separate round-trips through separate tools multiplies downloads. The rotate control also lives in this site’s other page tools: straighten a scan while merging files, or while deleting pages, then finish the sequence in the organizer. One pass through the document, one download at the end.

Quirks worth knowing before you save

Two edge cases, both rare and both manageable. Some viewers ignore page rotation in full-screen or presentation mode — the file is correct, and the print preview shows the truth. And encrypted documents must be unlocked first: the browser cannot rotate pages it cannot read.

When a desktop app makes more sense

The honest case for desktop software is uniform rotation at scale. If a 300-page archive scanned entirely upside down lands on your desk, clicking twice per page in any browser tool becomes a chore; a desktop application’s one-shot “rotate all”, or a scripted command line, finishes it without you. For mixed documents — a page here, a page there — per-page clicking is not the cost, it is the feature.

And as with every tool on this site, the work stays local either way: nothing to install for the everyday case, and no document that leaves your device.