PDF Page Rotate

Rotate one page, or every page, with a nudge when something looks scanned sideways.

Drop a PDF here

Nothing is uploaded. The file is read in this page.

Rotate individual pages with their own button, or rotate every page at once.

Everything here runs on your device. Nothing you enter is uploaded or stored.

Rotate individual pages or the whole document, 90 degrees at a time, with automatic detection of pages that look like they were scanned sideways. See every rotation applied to a thumbnail before you save.

How to use it

  1. Drop or choose the PDF you want to fix.
  2. If any pages are wider than tall, a notice flags them as likely scanned sideways.
  3. Click a page’s own rotate button to turn it 90 degrees, or use the all-pages buttons to rotate everything at once.
  4. Keep clicking to cycle through 90, 180, 270 and back to 0 degrees.
  5. Press Save to download the PDF with every rotation applied.

Why rotation is lossless, unlike re-rendering an image

Rotating a PDF page doesn’t touch the page’s actual content or dimensions at all — it sets a rotation angle in the page’s own metadata that tells any PDF viewer “display this content turned by this many degrees.” The underlying width, height, text, and images are completely unchanged. This is fundamentally different from rotating a raster image, where the pixels themselves have to be redrawn at the new angle, which can introduce slight blurring at non-90-degree angles. Because a PDF rotation is always a multiple of 90 degrees and is a display instruction rather than a content change, it’s instant and introduces zero quality loss, however many times you rotate a page.

Sideways detection, and its one honest limitation

A page that’s wider than it is tall is, in the overwhelming majority of real documents, a page that was fed into a scanner sideways — most documents are written and printed in portrait orientation, so a landscape-shaped page usually signals an accident rather than an intentional design choice. This tool checks every page’s own dimensions and flags any that are wider than tall, which catches the sideways-scan case reliably.

The one honest limitation: this is a shape-based heuristic, not a check of the actual visual content. A page that is genuinely, intentionally landscape — a wide table, a large chart, an architectural drawing — will also get flagged, because its shape is identical to a sideways scan’s shape from the outside. The notice is a nudge to check, not an automatic correction, and you decide whether each flagged page actually needs rotating.

What it does not do

It only rotates in 90-degree steps — there is no arbitrary-angle rotation, since PDF’s own rotation property is defined only in 90-degree multiples. It does not detect upside-down (180-degree) text automatically distinct from sideways pages; both look identical from a pure dimension check, so a 180-degree flip needs to be applied manually by clicking twice. It does not re-render or crop content — rotation is purely a display-angle change.

Common rotation scenarios

ScenarioFix
A few pages scanned sideways in an otherwise portrait documentRotate those individual pages 90 degrees
An entire document scanned in landscapeRotate all pages at once
A page that’s upside downRotate that page twice (180 degrees total)
A wide table intentionally in landscapeLeave it — the sideways notice is informational, not a directive

Questions

How does sideways detection work?

It checks each page's own dimensions — if a page is wider than it is tall, it's flagged as likely having been scanned in landscape when the content is actually portrait, which is one of the most common reasons someone reaches for a rotation tool. It's a heuristic based on page shape, not a check of the actual visual content, so it can occasionally flag a page that is intentionally landscape (like a wide chart or table).

Does rotating change the page's dimensions?

No. Rotation in a PDF is a display property, not a change to the underlying page size — the width and height stay the same, but a rotation angle tells any PDF viewer to display the content turned. This is why rotation is instant and lossless, unlike re-rendering an image at a new orientation.

Can I rotate just one page differently from the rest?

Yes. Each page has its own rotate button in the thumbnail grid, independent of the others. Rotating "all pages" is a separate action for when every page needs the same fix.

What if I rotate a page too far?

Each click adds 90 degrees, cycling back to 0 after four clicks (360 degrees), so simply keep clicking a page's rotate button to cycle through all four orientations until it looks right in the thumbnail.

Last updated