PDF tools

How to Rotate a PDF and Save It Permanently

How to rotate a PDF and save the rotation for free. Why viewer rotation does not stick, what the page rotation flag does, and which angle to pick.

6 min readUpdated Jul 28, 2026

You scan a stack of paper, open the PDF, and every page is lying on its side. You turn it upright in your viewer, read it, close it - and next time the file is sideways again. Or you email it and the recipient sees the original orientation, not the one you fixed. This guide explains why that happens, what rotating a PDF changes inside the file, and how to save a rotation permanently.

Why rotating in your viewer does not stick

Most PDF viewers offer a rotate button, and most of the time it does not do what you assume. There are two quite different operations wearing the same icon:

  • View rotation. The viewer turns the page on your screen for your convenience. Nothing is written to the file. Close the document and the setting is gone, and anyone else who opens it sees the original orientation.
  • Saved rotation. The orientation is recorded inside the PDF itself, so every reader, on every device, and every printer shows the page the new way round.

Chrome's built-in viewer and many quick-look previews are the first kind - a temporary screen adjustment. That is why a page seems to spring back: it was never changed. To make a rotation permanent you have to write it into the document and save a new copy, which is what the Rotate PDF tool does.

What rotating a PDF actually changes

Every page in a PDF carries a rotation value alongside its contents. It is a single number, it must be a multiple of 90, and it means: turn this page clockwise by this many degrees when displaying or printing it. A page with a rotation of 0 is shown as drawn; one with 180 is shown upside down.

The important part is what does not change. Rotating a page does not move, redraw or re-encode anything on it: the text objects, fonts, images and their coordinates stay exactly as they were, and only that one number is updated. This is why rotation is lossless - no re-compression to soften a scan, and no rendering step that could turn selectable text into a picture. A searchable document stays searchable, links keep working, and form fields still accept input.

One detail occasionally surprises people: the page's underlying size is not swapped, so a portrait page rotated by 90 degrees is still described internally as portrait, and simply displayed and printed landscape. Every conforming reader honours the flag, so in practice it behaves as landscape everywhere that matters.

How to rotate a PDF and save it

This takes a few seconds:

  1. Open the Rotate PDF tool in your browser.
  2. Drag your PDF onto the page, or click to choose it.
  3. Check the line that appears - file name, size and page count - so you know the right document loaded.
  4. Pick 90, 180 or 270 degrees clockwise.
  5. Click Rotate and download. Your browser saves the result as rotated.pdf, with the rotation baked in.

Open the downloaded file to confirm. The orientation now lives in the document, so it looks the same for whoever you send it to and prints the way it appears on screen.

Which angle do you need?

All three options turn the page clockwise, which is enough to reach any orientation. Match your problem to an angle:

  • 90 degrees clockwise turns the top edge of the page over to the right-hand side.
  • 180 degrees flips the page upside down - the fix for pages fed into a scanner the wrong way up.
  • 270 degrees clockwise is the same thing as 90 degrees anticlockwise. If you need to turn a page counter-clockwise, choose 270 rather than looking for a separate button.

A worked example: rotating an already-rotated page

The tool adds your angle to whatever rotation a page already has, rather than replacing it, and the arithmetic wraps around at 360. That is worth understanding, because it makes mistakes cheap to undo.

Say you rotated a 12-page scan by 90 degrees yesterday, so every page now carries a rotation of 90 - but you turned it the wrong way. You do not need to hunt down the original. Load the rotated copy and choose 270 degrees clockwise: 90 + 270 = 360, which wraps to 0, so the pages return to exactly where they started. Choose 90 instead and you get 90 + 90 = 180. Nothing degrades however many times you go round, because each pass only rewrites that one number.

Every page gets the same rotation

The tool applies your chosen angle to every page, which is exactly what a sideways scan needs - the whole batch went through the feeder the same way, so it all takes the same correction in one step.

It also means a mixed document is not fixed in a single pass. If page 1 is already upright and page 5 is sideways, rotating everything by 270 straightens page 5 but knocks page 1 out of true. The way round it is to split the file, rotate only the section that needs it, then merge the pieces back in order - a couple more steps, each running in the browser in seconds.

Will rotating change the quality or size of my PDF?

No to quality. Nothing is re-rendered or re-compressed, so a rotated scan is exactly as sharp as the original and text stays real text rather than becoming an image. Rotating repeatedly cannot degrade a file the way re-saving a JPG does.

Size stays effectively the same, since the only edit is one number per page. If you need the document smaller, rotate first, then run it through Compress PDF.

Is it private?

Yes. The Rotate PDF tool runs entirely in your browser: your PDF is read from your disk, modified in memory on your own machine, and handed straight back as a download. It is never uploaded, and no copy exists anywhere else once you close the tab. That matters for the documents that most often arrive sideways - scanned contracts, ID copies, medical letters and bank paperwork.

If the file will not load

A PDF that demands a password before it will display cannot be read, so it cannot be rotated either - its contents are genuinely encrypted. Open it with the password in a reader and save an unprotected copy first. A file that opens normally but blocks printing or editing is a different case, and those restrictions can be cleared with Unlock PDF before rotating.

Rotation is usually one step in tidying up a scan. Once the pages face the right way you can reorder them, drop the ones you do not need, strip out blank sheets the feeder picked up, add page numbers, or run OCR to make the text searchable - best done after rotating, so the recognised text is the right way up.

Rotate your PDF now

If your pages keep reverting to sideways, the rotation was only ever on your screen. Open the Rotate PDF tool, drop the file in, pick 90, 180 or 270 degrees, and download a copy with the orientation saved into the document - free, lossless, and without your file leaving your device.

Frequently asked questions

Why does my PDF go back to sideways after I rotate and close it?
Because your viewer only rotated the page on screen without writing anything to the file. Chrome's built-in viewer and many quick previews work this way - it is a temporary display setting, so the change disappears when you close the document and other people never see it. To make a rotation permanent it has to be written into the PDF and saved as a new file, which is what Rotate PDF does.
Can I rotate just one page instead of the whole document?
Not in a single step - the tool applies the same angle to every page, which is what a sideways scan needs. For a mixed document, split the PDF, rotate only the part that is wrong, then merge the pieces back together in order. Both the split and merge tools also run in your browser, so the round trip takes a minute and nothing is uploaded.
Does rotating a PDF reduce its quality or make it bigger?
No. Rotation changes a single orientation value on each page and leaves the text, fonts and images completely untouched, so there is no re-compression and no loss of sharpness - and text stays selectable text rather than turning into an image. File size is essentially unchanged. You can rotate a file as many times as you like without degrading it.