creatorvalet

Rotate PDF

Turn the pages that lie sideways and keep the turn in the file. Runs in your browser — no upload, no account.

Runs in your browser 0 bytes uploaded

Drop your PDF here

Nothing is uploaded. The pages turn here, and the turn is written into bytes that never leave this tab.

Why your last attempt to rotate PDF pages did not stick

There is a thread on Reddit titled, more or less exactly, how to permanently rotate a PDF file. It is not a strange question. It is the most common thing that goes wrong in this whole category, and it goes wrong the same way every time: somebody turns a sideways page, saves, closes the document, opens it again the next morning, and the page is lying down once more.

The reason is that almost every PDF reader has two entirely different commands wearing almost the same name. One of them tilts the picture on your screen so you can read a sideways scan without craning your neck. It is genuinely useful and it writes nothing at all — close the window and it is gone. The other changes the document. Readers rarely distinguish between them in the menu, and the first one is usually the one you find.

What the second one actually changes is a single number. Every page in a PDF carries an entry saying how many degrees it should be turned clockwise when displayed: zero, ninety, one hundred and eighty, or two hundred and seventy. Nothing else is permitted. That number is what a reader consults each time the file opens, which is exactly why it is the difference between a rotation that survives and one that does not. Change the number and everyone who opens the file afterwards agrees with you, including whoever you forward it to. Change the view and you have changed something that lives in a window.

This page writes the number. And there is a test you can run yourself rather than trust us: download the result, close it, and open it in a different program from the one you saved it in. A reader that has never seen the file has no remembered view to fall back on, so what you see is what is genuinely in the bytes.

PDF, in brief

PDF
Full name Portable Document Format
Extension .pdf
Format type Fixed-layout document
MIME type application/pdf

Turning a page is the one PDF edit that loses nothing

Most things you can do to a PDF cost you something. Compressing it re-encodes the images. Flattening it turns selectable words into a picture of words. Rebuilding it from its pages, which is how our own tools for splitting a PDF and removing pages have to work, quietly discards bookmarks and makes fillable form fields stop being fillable.

Rotation is different, and this is one of the few places where lossless is precisely true rather than roughly true. No page is redrawn. No image is recompressed. No font is re-embedded. One number changes in one dictionary and every other byte is copied across verbatim. We check that instead of asserting it: the same document goes through the tool and comes back, and both the extracted text and its exact character count have to match the original, with the rotation as the only difference. If that ever stops being true, the tests fail before the page ships.

One useful consequence: because nothing is removed, nothing can end up pointing at something that no longer exists. Bookmarks survive. Fillable form fields survive and stay fillable. That is not effort on our part, it is a property of the operation — and it is worth knowing that the family of page-deleting tools cannot make the same promise, for a structural reason rather than a lazy one.

Which pages are actually the wrong way up

Hand in a scan of a bound report and the awkward part is not turning pages, it is working out which ones need it. So the tool works that out, where it honestly can, and offers to select just those.

The obvious approach is to look at the shape of each page and flag the odd ones out. That approach does not work, and we measured why before building anything. A genuinely landscape page — a chart, a wide table, a spreadsheet exported sideways on purpose — has exactly the same dimensions as a portrait page lying on its side. There is no way to tell them apart by shape, so a shape-based detector confidently marks the chart in your report and asks you to ruin it.

What does work is the direction the printed lines run once the page is positioned the way a reader positions it. Lines that head down the screen instead of across it mean the sheet is on its side, whatever its proportions happen to be. Tested across every PDF in our own test set — a hundred and eighteen pages — that signal separated two pages that are otherwise indistinguishable: same rotation entry in the file, same landscape shape, near-identical proportions, one lying down and one perfectly readable.

It also has an honest limit, and the limit is the reason we tell you about the method at all. A scanned page with no text layer offers no signal whatsoever. When that happens the tool says nothing and leaves the decision to you, because a detector that is confidently wrong about a forty-page scan is worse than no detector. If you want the text layer itself, getting text out of a PDF is the page for that; turning the pages into JPGs or PNGs goes the other way and takes the text with it, though it does bake the rotation in permanently, which is occasionally what somebody actually wants.

What your own device can already do, and where that stops

It would be dishonest to pretend this needs a website. If you are on a Mac, Preview rotates pages and saves the rotation into the file, and it is right there. If you own Acrobat, it does the same. Use them — they are faster than any web page, this one included.

The trouble is how narrow that list is. Windows has no built-in PDF editor at all; Edge will show you a PDF and turn the view, and that is where it ends. A Chromebook has no desktop application to install. Linux has capable tools but they are a package install and a command line. On Android there is no system-level PDF editing, so every ordinary answer is an app to download and hand your document to. On an iPhone, Files can rotate a page but the result depends on which app you opened it from. And a managed work laptop — the machine most likely to be holding the sideways scan of a signed contract in the first place — often permits neither installs nor uploads.

That last point is the one that matters most here. Every competing result for this task begins by asking you to upload the document to a server. For a holiday itinerary, who cares. For a contract, a payslip, a medical letter or an internal report, the upload is the part you were trying to avoid, and it happens before you have decided anything. This page never sends the file anywhere: the reading, the turning and the writing all happen in this tab, which you can confirm in your browser's network panel while you use it.

Turning it back, and the things this page will not do

Rotation is its own opposite, so there is no second page for the other direction and no mode to switch between. Ninety degrees counterclockwise undoes ninety degrees clockwise. Each turn also starts from wherever the page currently stands rather than from zero, so three clicks in one direction gets you three quarters of the way round, and the result of one turn is the starting point for the next without handing the file in again.

Two things it deliberately does not do. It will not mirror or flip a page: that is a different operation on a different part of the file, it is not a rotation, and nobody here has measured whether anyone wants it — so rather than build a half version, we have left it out and said so. And it will not reorder your pages. If the sheets are in the wrong sequence rather than the wrong orientation, that is merging PDF files in the order you choose, or splitting the document and reassembling it. Rotating a page that is in the wrong place just gives you a correctly oriented page in the wrong place.

One honest note about protected files. A document sealed with a password has to be decrypted before anything can be written into it, so what you get back is no longer encrypted. If that matters, what else the file is carrying is worth a look at the same time — a scan that came off an office copier often names the machine, the account and the exact minute it was made.

Questions

Why does my PDF go back to the wrong rotation when I reopen it?

Because whatever you used turned the view rather than the document. Nearly every reader offers a rotate command that tilts what is on your screen and writes nothing at all, which is genuinely useful while you are reading a sideways scan and useless the moment you close the window. A page carries its own orientation as a single number in the file, and that number is what a reader consults each time the document opens. Change the number and every reader agrees with you afterwards, including whoever you email it to. Change only the view and you have changed nothing that survives the window closing. This tool writes the number.

How do I rotate a PDF and save it permanently?

Give it the document and every page appears as a small picture, each drawn facing the direction a reader would actually face it. Choose a direction, say which pages, take the result. Then verify it instead of believing us, because verifying is the entire point of the word permanently: shut the document, reopen it, and look at which way the page sits. That single check is what fails for everybody who turned the view by mistake. Better still, reopen it somewhere other than where you saved it — a program encountering the document for the first time has no remembered viewing angle to fall back on, so what appears on screen is genuinely what the bytes say.

Does rotating lose any quality?

None whatsoever, and this is one of the few operations on a PDF where that is precisely true rather than approximately. Nothing is re-drawn, re-encoded or re-rendered. A single number changes in the page dictionary and every byte of text, every embedded font and every image arrives on the other side exactly as it went in. We check that rather than assert it: the same document goes through the tool and comes back out, and both the text and its character count have to match the original exactly, with the rotation as the only difference anywhere. Compare that with tools that flatten each sheet into an image, which turns searchable words into a photograph of words.

My page is already rotated. What happens if I rotate it again?

It turns a further quarter from where it already stood, which is the only behavior that matches what you see. A page sitting at 90 degrees becomes 180, not 90 all over again. That distinction sounds pedantic until you meet the alternative: a tool that sets rotation absolutely will silently do nothing to the pages that already happened to match, and those are exactly the pages somebody is trying to fix. Each thumbnail shows the rotation the page currently carries, so you can see what you are turning from as well as what you are turning to.

Can it tell which pages are the wrong way up?

Where the pages carry text, yes, and it will offer to select just those. The signal is the direction the printed lines run once the page has been positioned the way a reader positions it — lines that head down the screen instead of across it mean the sheet is lying on its side, whatever its dimensions happen to be. Shape alone will not do this job, and we measured why before trusting it: a legitimately landscape page, a chart or a wide table, looks identical in its dimensions to a portrait page turned on its side. A scan with no text layer offers no signal either, and rather than guess we simply say nothing and leave the choice to you. A detector that is confidently wrong about a forty-page document is worse than no detector.

Do bookmarks and fillable form fields survive?

Both do, and that is worth spelling out because our own tools for deleting and splitting pages lose them. The difference is structural rather than a matter of effort. Removing a page leaves a form field pointing at a sheet that no longer exists, so those tools rebuild the document from its sheets and the document-level indexes do not come along. Rotating removes nothing, so nothing can be left pointing at nothing, and the original document is simply written back out with one number altered. We measured both routes across five encryption methods before choosing: keeping the document intact preserved the form and the outline in every case, and rebuilding it destroyed both in every case, for no benefit at all.

What happens to a password-protected PDF?

Start with the outcome, because it is the part that might change your mind: whatever comes back out is unencrypted. Writing an orientation entry means writing into the page dictionary, and that dictionary has to be decrypted before anyone can write anything into it, so the protection cannot be carried across. If the seal is the point, turn the pages first and re-apply protection afterwards. Getting in is a milder story. Restrictions aimed at printing and copying leave the document readable by anyone, so we quietly try the handle and, finding it open, proceed without asking you for anything at all. A password that genuinely seals the contents brings up a field instead, and no orientation entry is written until what you type truly opens the document. What we will never do is reach for the shortcut most libraries suggest, which suppresses the encryption check while leaving every content stream scrambled. Documents produced that way count their pages correctly, throw no error at all, and contain nothing anybody can read.

Is there a page or file size limit?

None, and rotation is the operation where that promise costs us least. Because no page is redrawn, the size of the artwork inside barely enters into it: a 29 MB scan of sixty photographed pages went through in 57 milliseconds when we timed it, and four hundred pages of text in 65, since in both cases the streams are copied across untouched and one integer per page changes. What genuinely grows with a long document is drawing the previews, so those are drawn as you scroll toward them rather than four hundred at once, and the same goes for checking which pages read sideways. Both counters underneath report work that has actually finished. If a document is large enough to be worth a warning about memory you get the warning, and then you get the job, because you own the machine.

Can I just rotate one page and leave the rest alone?

That is the usual case, not the awkward one — one photographed page in the middle of an otherwise tidy report is how most people arrive here. Point at the pages you want turned, or write them out as 1-3, 7, and the picture and the writing follow one another: touch a page and the text updates, edit the text and the marks move. The notation is the same one every page-picking tool on this site accepts, so 12- means from the twelfth onward and the long dash your word processor slips in while you type is understood rather than rejected. There are shortcuts too, and only the ones that would actually change something appear: all pages, only the wide ones, only the tall ones, and only the ones measured to be lying down.