Rotate PDF

Rotate pages and save the rotation into the file itself.

Select a PDF file
or drop it here
Select files
PDF · up to 100 MB · nothing uploaded
No upload No account No watermark Free

Rotating a page in a viewer and rotating it in the file are different things. A viewer rotation is a display preference — open the same PDF elsewhere and the page is sideways again. This tool writes the rotation into the page dictionary itself, so every reader, every print dialog and every other tool sees the corrected orientation permanently.

All pages start selected, which covers the common case of a document that was scanned or exported sideways as a whole. Click pages to deselect them when only a few need turning — a landscape table on page 7 of an otherwise upright report is the classic example. Rotation applies in 90-degree steps because that is what the PDF format stores; 45-degree rotation is not a thing a page can carry.

Rotation is stored as a single number per page, so nothing is re-rendered or re-compressed. A 300-page document rotated and saved keeps every image and every font byte identical — only the orientation metadata changed. The preview turns instantly while you work because the display uses the same number that will be written.

Rotation here is metadata, the cheapest operation a PDF supports: the engine writes one number per page and hands back a file. That is why even large documents rotate and save in a blink, and why the output is byte-conservative — the images, fonts and text inside are untouched. The whole loop, read to download, runs in the worker on this machine with outbound connections blocked by policy.

Two cautions come with the simplicity. Sideways-but-straight is fixable here; skewed is not — a page photographed at an angle needs deskew, which lives in the Android app's scanner. And rotated pages stay rotated: the number is written permanently, so verify the preview grid shows every page upright before saving, since un-rotating means running the tool again in the other direction.

The landscape-table document is the everyday case: forty upright pages and one wide table photographed sideways at page 27. Every page arrives selected; click all but page 27 to deselect, turn the one page right, save. The forty upright pages are rewritten with identical orientation numbers — nothing visually changes for them — and page 27 now opens correctly in every reader, prints correctly, and stays correct in the Android app that reads the file next week. The result card confirms how many pages were written, so a forty-one page fix cannot quietly become forty. If a second page turns out sideways later, the same run takes seconds — the original is still on disk, untouched by the first fix.

How it works

Open your PDF

Drop it on the page. It’s read in your browser, not sent to a server.

Rotate pages

Rotate the whole document or individual pages — the preview turns instantly.

Save the rotated PDF

The rotation is written into the file, so every reader shows it right.

Why use Rotate PDF on PDFMason

Nothing is uploaded

There is no server. Your documents stay on your machine.

Written into the file

Not a viewer trick — every reader, including print, gets the rotation.

No account, no limits

No sign-up, no daily file cap, no watermark on the result.

Works offline

Once the page is loaded, you can turn off Wi-Fi and it still works.

Written into the file

This is permanent orientation, not a viewer preference — the point of the tool. Every reader agrees afterwards.

All pages selected by default

Whole-document fixes are one click. Click to deselect pages that should keep their rotation.

Ninety-degree steps only

PDF stores rotation as a quarter-turn count. Skewed scans need deskew, which is the Android app's scanner, not this page.

No re-encoding

Rotation changes one number per page. Images and fonts are untouched, byte for byte.

Check the grid before saving

Every page shows its live orientation; one last look costs seconds, and rotation is permanent once written.

Orientation survives round-trips

Pages rotated here stay rotated through the Android app, print dialogs and every reader that opens the file afterwards.

Rotate PDF FAQ

Do you upload my files?
No. There is no upload endpoint on this site. Every tool runs in your browser using WebAssembly, and the page’s Content-Security-Policy blocks outbound connections entirely. You can verify it: open DevTools → Network and run the tool.
Why does my PDF look rotated in one reader but not another?
Because the rotation was only applied in the viewer, not written into the file. This tool writes it into the file.
Can I rotate just one page?
Yes. Click a page to deselect the rest, or use Select all first and then pick.
Does rotating re-compress anything?
No. Rotation is a single number stored per page.
Can I rotate by 45 degrees?
No — PDF only supports 90-degree steps.

Need more? Do it on Android

The browser tools handle whole pages. The app edits the text inside them — on your device, with nothing uploaded.

Join the waitlist