Skip to content
Tooletto

Rotate PDF

Rotate every page of a PDF, or only a chosen range, by 90, 180 or 270 degrees. Useful for scans that came out sideways and for mixed-orientation documents.

  • Files never leave your device
  • Free, no signup
  • No watermarks
  • Works offline once loaded
Loading tool…

How to rotate pdf

  1. 1

    Add your PDF

    Drop the document onto the page.

  2. 2

    Choose the angle and pages

    Rotate everything, or enter a range like 2-5.

  3. 3

    Download

    The rotation is saved into the file itself.

Why a PDF can look rotated in one place and not another

A PDF page has an explicit rotation attribute stored alongside its content — a single number, one of 0, 90, 180 or 270, telling any viewer how to display the page relative to how its content is actually laid out. This is a deliberate and useful feature: a scanner that always feeds pages sideways can produce upright output simply by writing the correct rotation flag on every page, without needing to redraw the content itself. The catch is that many PDF readers also let a *user* rotate the on-screen view temporarily as a convenience — a per-session display setting that has nothing to do with the file — and that temporary view rotation is discarded the moment the file is closed and reopened, or opened in different software, or sent to a printer that reads the page attribute directly rather than whatever the previous viewer happened to be showing.

This is the source of the common confusion where a page "looks fixed" in one session and reverts the next time the file is opened, or displays correctly in one application and sideways in another: the difference is between a temporary view-only rotation and a rotation actually written into the page's stored attribute. Only the latter travels with the file everywhere it goes.

Why this is a cheap operation, unlike rotating a raster image

Because rotation in a PDF is a single stored attribute rather than a transformation applied to pixels, changing it does not involve re-rendering, recompressing, or resampling anything — the page content, whether that is real text, vector graphics or an embedded scan image, stays byte-for-byte identical. Only the number describing how to orient it when displaying changes. This means rotating a PDF, unlike rotating a JPEG or a PNG, introduces no quality loss whatsoever and no file size change worth mentioning, regardless of how many times it is rotated or in which direction.

Handling a document with mixed page orientations

A common real case is a scan where most pages fed through correctly but a handful went in sideways — a document that is otherwise fine apart from three pages out of forty. Rotating the whole document would fix those three pages and break the other thirty-seven, so the page-range control exists specifically for this: entering a range like `4, 12, 27` rotates only those pages, leaving everything else exactly as it was. Identifying which pages need it is usually a matter of a quick look through the document first, since there is no reliable way to detect "wrong" orientation automatically — a page that looks sideways to a human reader is, as far as the PDF format is concerned, just another valid page.

Choosing between 90, 180 and 270 degrees

The direction and amount of rotation needed depends entirely on which way the page is currently wrong, and the only reliable way to determine it is to look at the misoriented page and judge which turn would set it upright — there is no shortcut that avoids checking the actual document. A page rotated a quarter turn one way needs 90 degrees to fix; a page that is fully upside down needs 180; a quarter turn the other way needs 270, which is the same result as rotating 90 degrees counterclockwise.

Frequently asked questions

Why does my viewer forget the rotation when I reopen the file?

Most PDF readers let you rotate the *view* without changing the document — the rotation is discarded when you close it. This tool writes the rotation into the page objects themselves, so it travels with the file to every reader and printer.

Does rotating reduce quality or increase file size?

Neither. A PDF page carries a rotation attribute, so the change is a single number per page. Nothing is re-rendered or recompressed, and scanned images are untouched.

Can I rotate only some pages?

Yes. Enter a range like `1-3, 7` and only those pages are turned — the usual case for a scan where a few sheets went through the feeder the wrong way round.

Can I rotate a password-protected PDF?

No. Encrypted files are rejected with a clear message rather than silently stripped of their protection. Remove the password in the application that created the file first.

Common rotate pdf tasks