PDF Rotate

Rotate
Next

A document scanned with the paper fed in the wrong orientation opens sideways on every reader and phone. Rotating the original PDF once saves every viewer from tilting their head. This tool applies 90°, 180° or 270° rotation to all pages or to a list of specific pages you choose, and saves the change into the PDF itself, not as a display-only hint that some readers ignore. Everything runs in your browser: the file is never uploaded to a server to be rotated.

How to rotate pages in a PDF

  1. 1

    Upload the PDF

    Drop the file in or pick it from your device. It is read locally in the browser, not sent anywhere.

  2. 2

    Choose the rotation

    90° clockwise is the most common fix for portrait-scanned-as-landscape. 180° flips upside-down pages. 270° (also called 90° counter-clockwise) handles the opposite mis-feed.

  3. 3

    Pick the pages

    Apply to all pages, or type the specific pages and ranges to rotate, for example 1, 3-5, 8.

  4. 4

    Download the rotated file

    The new PDF opens correctly in every viewer, with no per-reader rotation needed.

Display rotation vs permanent rotation

PDF has two ways to rotate a page: a rotation flag stored in the page dictionary, or a content transformation that literally reshapes the page stream. They look identical on screen but behave differently.

Rotation flag (what this tool writes)

  • Stored as /Rotate 90 (or 180, 270) in the page object.
  • Every compliant PDF reader rotates the display automatically.
  • Text extraction, searching and copying all work correctly after rotation.
  • File size is unchanged: only metadata updates.

Content transformation (rarely needed)

  • Rewrites the page content stream with a rotation matrix.
  • Used when you need to embed the rotation into the visible geometry (for example, for tools that do not respect the rotation flag).
  • Increases file size slightly and can break form fields.

Most people only need the flag method. It is lossless, fast, and universally compatible.

Rotation directions in plain language

Input angle What happens to a portrait page
90° clockwise Top of page moves to the right side
180° Top of page moves to the bottom (upside-down fix)
270° clockwise Top of page moves to the left side

90° is equivalent to -270°, and 270° is equivalent to -90°. Some tools call 270° “90° counter-clockwise”: same result. The rotation adds to any rotation the page already has.

Common fix patterns

  • All scanned pages are landscape but should be portrait. Rotate 90° clockwise for all pages.
  • Every even page is upside-down. Rotate 180° and list only the even page numbers (2, 4, 6, …). This happens with some duplex scanners that feed both sides top-first.
  • Mixed orientations in a merged file. List the specific pages that need rotating in the pages field, for example 2, 5, 9.
  • Mobile photo appended as a PDF page. Often needs 90° for a photo taken in portrait mode.

Why the rotation sometimes reverts

Some older PDF tools ignore the /Rotate flag and always render pages at 0°. If a downstream consumer (a form-processing engine, an older office printer driver) shows your rotated page sideways again, you may need to re-export using the content-transformation path. That is a rare failure mode today.

After-rotation checklist

  • OCR text layer. If the file has an OCR text layer, it rotates with the page. Searching still works.
  • Bookmarks. Unchanged: they target pages, not orientations.
  • Form fields. Field hit-areas rotate with the page. A form filled in before rotation is still accessible after.
  • Print preview. Rotated pages print at the correct orientation from Acrobat, Preview and Chrome.

Frequently Asked Questions

Yes, in the sense that it is saved into the file. Anyone who opens the PDF afterward sees the corrected orientation. It is not a display-only rotation that resets on the next viewer.

Yes. Switch the pages option to specific pages and type the page numbers or ranges, for example 4 or 3-5. Only the pages you list are rotated; everything else stays as-is.

No. The text layer rotates with the visible content, and PDF readers know how to interpret it regardless of orientation. Ctrl+F still finds text, and copy/paste returns the same strings as before.

If the file was OCR’d before rotation, the text layer rotates correctly with the image. If the file still needs OCR, rotate first, then run OCR: most OCR engines are more accurate on upright pages.

No. The rotation runs entirely in your browser using a JavaScript PDF library, so the file you choose is never sent to us for processing. Only the finished, rotated PDF is stored briefly to give you a download link, then removed automatically.

Related Tools

Tool available in other languages