Rotate PDF

Turn any page 90, 180 or 270 degrees and save without re-encoding a thing.

Turn Pages the Right Way Up

A scanner that fed a page in sideways, a phone photo saved into a PDF, a report where one landscape table sits among portrait pages — all of them produce a document you have to tilt your head to read. Rotating it is a two-second job that a surprising number of tools charge for.

What matters is how the rotation is applied. This tool writes the angle into the page’s own metadata, which is exactly what the PDF format provides for. Nothing is redrawn, nothing is re-compressed, and the file that comes out is the same size as the one that went in.

Key features

  • Per-page or all at once — click the pages you want, or rotate the whole document with nothing selected.
  • No re-encoding — the angle is metadata, so text stays sharp and images are byte-identical.
  • Left, right and 180° — with the resulting angle shown on every page card as you go.
  • Existing rotation respected — a page already turned 90° and rotated again lands at 180°, not back at 0°.
  • Nothing uploaded — the document is parsed and rewritten inside the page.
100% client-side — no data leaves your machine

This tool runs entirely inside your browser using native Web APIs. Your files and text are never uploaded to a server, never logged and never shared with third parties.

How to use: Rotate PDF

  1. Drop in your PDF
    It is read locally. Every page appears as a card showing its current angle and size.
  2. Choose the pages
    Click the ones you want to turn. Leave everything unselected to rotate the whole file.
  3. Rotate
    Left, right or 180°. The badge on each card shows what has changed since you started.
  4. Save
    Download the rotated copy. Your original file is never touched.

Technical specifications

Processing locationEntirely in your browser — no server round trip
Data uploadedNone. Files and text never leave your device
PriceFree — no account, no trial, no usage cap
CategoryPDF
Works offlineYes, once the page has loaded
Browser supportChrome 90+, Edge 90+, Firefox 90+, Safari 15+
Interface languagesEnglish, 中文, हिन्दी, Español, العربية

Frequently asked questions

Does rotating a PDF reduce its quality?

Not here. Rotation is recorded as a <code>/Rotate</code> entry on the page, which is a viewer instruction rather than a change to the content. Tools that rasterise the page to turn it do lose quality — this one does not touch the page content at all.

Why does my PDF still open sideways in one app?

A few older viewers ignore the <code>/Rotate</code> entry. Every current browser, Acrobat, Preview and Chrome honour it. If you need the content itself physically turned, that requires re-rendering the page, which is a different and lossier operation.

Can I rotate just one page?

Yes. Click that page’s card to select it and leave the rest alone. Mixed orientations in one document are perfectly valid and common in reports.

Is my document uploaded anywhere?

No. The PDF engine runs in your browser, the file is parsed in memory, and the rewritten copy is handed straight to your download folder. There is no server in the path.

Related tools

Back to all tools