UtilitiesTools

Rotate PDF

Turn sideways or upside-down PDF pages the right way up. Rotate every page at once or fix individual pages, then download the corrected file. It all happens in your browser — your PDF is never uploaded.

    🔒 Rotated entirely in your browser — your PDF is never uploaded.

    What this tool does

    This is a free tool to rotate PDF pages — it turns sideways or upside-down pages the right way up and saves a fixed copy, without uploading anything. Open your PDF, spin any page by 90, 180 or 270 degrees, and download the corrected file. It is the answer to the everyday "this page was scanned sideways" problem, whether that is a photographed receipt, a faxed form, or a landscape chart stuck in a portrait report.

    The rotation runs entirely in your browser, which is exactly what you want when the document is private — a scan, a contract, or a statement you would never want to upload to a third-party site.

    How to use it

    1. Open your PDF. Drag the file onto the drop zone, or tap to choose it. The tool reads it locally and lists every page.
    2. Choose your angle. Use All left / All right to rotate every page together, or turn pages one at a time when only some are sideways. Each tap turns a page another quarter turn, and the row shows its new orientation.
    3. Download. Press Rotate & Download; the corrected PDF is built in your browser and saved to your device. No account, no upload queue — fix it and go.

    How it works (the method behind it)

    A PDF stores each page's orientation as a rotation flag rather than as permanently re-drawn pixels. This tool reads your file into memory with pdf-lib, an open-source JavaScript PDF library, and adds your chosen rotation to each page's existing flag — so a page already turned 90 degrees that you rotate another 90 ends up at 180. Because only the rotation flag changes and the page content is never re-rendered, there is zero quality loss: text stays crisp and images keep their original resolution. The updated document is then serialized back to bytes and handed to you as a download. Every step happens in your browser tab, so the file never travels across the network.

    Examples

    Common use cases

    Why use this one

    Tips and limits

    Frequently asked questions

    Is my PDF uploaded to a server when I rotate it?

    No. Your file is read straight from your device and rotated inside your browser tab using pdf-lib. Nothing is sent to us or any third party, so private documents like scans, contracts or statements stay on your computer. You can confirm there is no upload by watching your browser's Network tab while you rotate.

    Can I rotate just one page instead of the whole PDF?

    Yes. After you open a PDF, every page gets its own row with its own rotate control, so you can turn a single page that was scanned sideways while leaving the rest untouched. There is also a one-tap control to rotate all pages together when the whole document is the wrong way up.

    Will rotating reduce the quality of my PDF?

    No. The tool only changes each page's rotation flag — it does not re-render or re-compress the page content, so text stays sharp and images keep their original resolution. The rotated PDF is saved at the same quality as the original.