Rotate PDF pages and save the orientation permanently

Phone scans and fax-era documents arrive sideways constantly. Viewers let you rotate the view, but that isn't saved — the next person to open it sees it sideways again.

This writes the rotation into the file itself, so it stays fixed everywhere. Rotate a single page, a selection, or the whole document, in ninety-degree steps in either direction.

Rotation in a PDF is a property of the page rather than something baked into the content, which is why it's a lossless operation: nothing is re-drawn, no quality is lost, the text stays selectable and the file doesn't grow by a single byte. That also means it's instant even on a several-hundred-page document, because there's nothing to re-encode.

One detail most tools get wrong: if you've already added a signature or a stamp to a page and then rotate it, the addition should rotate with the content it was placed on rather than staying stuck to the corner of the screen. It does here.

What this does — and what it doesn't

  • Rotation is stored as page metadata rather than by re-drawing the content, so text stays selectable and the file doesn't grow.
  • Anything you've added to a page — a signature, text, a stamp — stays anchored to the content it was placed on when the page rotates.

Next steps

Rotate PDF — frequently asked questions

Will the rotation stick when I reopen the file?
Yes. Unlike rotating the view in a PDF reader, this writes the orientation into the document, so every viewer shows it the right way up.
Can I rotate just one page?
Yes — rotate a single page, a selection, or everything at once.
Is my PDF uploaded anywhere?
No. Every operation runs in your browser using JavaScript and WebAssembly — the file never leaves your device. You can verify it: load the page, disconnect from the internet, and the tool still works. There is no upload endpoint to send it to.
Is it really free? What's the catch?
It's free because it costs us almost nothing to run: there's no server doing the work, so there's no per-file cost to recover. No account, no watermark, no daily task limit, and no feature that turns out to be paid at the download step.

All PDF tools