Private. In-browser. No upload.

Rotate a PDF's pages.

Got a PDF where every page is sideways or upside down? Drop it here, pick an angle, save the rotated version. Common case: a scanned document someone fed into the scanner the wrong way. Stays in your browser the whole time.

  • Stays on your device

    The PDF is read into your browser, rotated in memory, and the new version drops into your downloads folder. No upload, no server, no log. Sensitive documents — contracts, IDs, financial records — never leave your device.

  • Lossless rotation

    We don't re-render the PDF. The original pages are preserved exactly and only the rotation flag changes — so text stays selectable, vector graphics stay crisp, and the file size barely changes.

  • Works with already-rotated PDFs

    If your PDF already has some rotation applied (some scanners do this), we add the new angle on top of whatever's there. The output matches "rotate this 90° from what I see" intuition rather than fighting with the existing metadata.

How it works

  1. 1

    Drop your PDF

    One PDF at a time. Any size — the rotation operation is essentially instant regardless of page count.

  2. 2

    Pick an angle

    90° clockwise, 180° (flip), or 90° counter-clockwise. The same angle applies to every page in the PDF.

  3. 3

    Save the rotated PDF

    The new file is essentially the same size as the input — we only changed the rotation metadata, not the page content.

Frequently asked questions

Will text still be selectable after rotation?

Yes. We rotate by setting the PDF's page rotation flag, not by re-rendering — so all of the underlying content (text, fonts, vectors, images) stays intact. Text remains selectable and searchable; vector graphics stay sharp.

Can I rotate just some pages?

Not in this version — all pages rotate by the same angle. Per-page rotation requires a thumbnail UI to pick which pages, which we may add later. For now: if you need to rotate specific pages, use our PDF Splitter to extract them, rotate them here, then use PDF Merger to reassemble.

What about password-protected PDFs?

Not supported. You'll get a clear error message. Remove the password using a desktop tool first (Adobe Acrobat, or "Save As" in macOS Preview when you know the password), then rotate here.

Will the file get bigger?

Barely. Rotation only updates a few bytes of metadata per page. The rotated PDF should be within a few KB of the input file size. If you're seeing a much larger result, something else is going on — let us know.

What if I picked the wrong angle?

Run the result through this tool again with the corrective angle. Rotations stack — two 90° clockwise rotations is 180°, four is back to the original. Or just re-upload the original and try a different angle.

Does this work with very large PDFs?

Yes. Rotation is one of the cheapest PDF operations there is — it doesn't touch the page content, just the rotation flag. Even 1000-page PDFs finish in a second or two.