How to Rotate PDF Pages Permanently and Save the Fix

By · · Updated September 3, 2026

A scanner fed a page in landscape, someone photographed a document sideways, or a fax arrived upside down. You can turn your head, but the person you send it to shouldn’t have to. Rotate PDF turns the affected pages and exports a corrected document — one where the orientation is saved into the file rather than applied temporarily by your viewer.

The rotation that sticks, and the one that doesn’t

This is the distinction that sends most people looking for a tool in the first place.

Almost every PDF reader has a rotate button. In many of them, that button rotates your view of the page. Close the file, reopen it, and the page is sideways again — because nothing about the document changed. The same happens when you email it: the recipient opens the original orientation, not yours.

Rotating with this tool changes the file. The exported PDF carries the new orientation, so it opens correctly for everyone, on every device, and prints the way it looks.

If you have ever rotated a page, sent it, and been told it still arrived sideways, this is why. Nothing was wrong with your reader — you were adjusting a display setting that lives in your application, not a property that lives in the document.

What rotation actually changes in the file

Each page in a PDF carries a rotation value — 0, 90, 180, or 270 degrees — that tells a reader how to present it. This is defined in the PDF specification, now published as ISO 32000-2, and every conforming reader honours it. Rotating a page updates that value.

What it does not do is redraw the page. The text, images, and vector shapes stay exactly where they were in the page’s content stream; only the instruction about which way up to display them changes. That has two useful consequences:

  • Nothing degrades. There is no re-rendering, no re-compression, and no quality loss, no matter how many times you rotate. We measured it: turning every page of a four-megabyte scan changed the file by 34 bytes, because the rotation is one number per page and the image data is never opened.
  • Text stays text. A searchable page is still searchable after rotation, with the same selectable characters in the same order.

This is why rotating a 400-page scanned bundle is effectively instant while cropping the same bundle takes noticeably longer. One relabels pages; the other has to work with the content.

Rotation is not the same as straightening

Rotation happens in 90-degree steps, and that is a property of the format rather than a limitation of any particular tool. A page scanned at a slight tilt — three or four degrees off true — is a different problem entirely. That is skew, and correcting it means redrawing the page rather than relabelling it, which necessarily means re-rendering and some loss of fidelity.

If a page is tilted rather than turned, the better fix is at the source: straighten the original on the scanner glass and scan again. A tilted scan also produces measurably worse OCR results, so it is worth the second pass.

Steps

  1. Open Rotate PDF and select your document.
  2. Choose which pages to turn — an individual page, a range, or all of them.
  3. Rotate left or right in 90-degree steps until the preview looks right.
  4. Export the corrected document.

Your original file is never modified. The export is a new document, so a rotation you regret costs nothing to undo — go back to the original and start again.

Why scanned pages arrive sideways in the first place

Understanding the cause tells you how much work the fix will be.

Feeder orientation. A sheet-fed scanner takes pages in one direction. Feed a landscape page into a portrait-oriented feeder and it is captured rotated by 90 degrees. If a whole batch went in the same way, every page needs the same correction — which is a single operation on all pages, not a page-by-page job.

Auto-rotate guessing wrong. Many scanners try to detect orientation from the text and rotate automatically. On a page that is mostly a table, a diagram, or a form with little prose, the detection has little to work from and sometimes lands on the wrong answer. This produces the frustrating case where most of a bundle is correct and a handful of pages are not.

Phone captures. A photograph taken in landscape and saved to PDF carries the camera’s orientation, which may not match how you held the document.

The practical consequence: check whether the whole batch is wrong the same way, or whether it is scattered. The first is one action; the second needs the page-by-page pass described below.

Rotating some pages but not others

Mixed orientation inside one document is normal and often correct. A report might be portrait throughout except for two landscape tables; a scanned bundle might have a handful of pages that went through the feeder the wrong way.

Because you select pages before applying rotation, you can turn only the ones that are wrong and leave deliberate landscape pages alone. Work through the preview page by page rather than rotating everything and fixing the overshoot afterwards — it is quicker and you are less likely to miss one.

A wide table that was authored in landscape on purpose is not an error. Rotating it to match the portrait pages around it would make it unreadable. When a document mixes orientations deliberately, the correct end state is still mixed.

”Flip”, “turn”, “change orientation” — and the one that is different

People ask for this under several names, and three of them mean the same thing while one does not.

Flip, turn, rotate, and change orientation normally mean the same request: the page is the wrong way up and you want it the right way up. Quarter turns do that, and “flip a PDF page” almost always means turn it 180 degrees, which is two quarter turns.

Mirroring is a different operation, and this tool does not do it. Mirroring reflects a page as though seen in a mirror, so text reads backwards. Rotation never produces that however many turns you apply — a rotated page is the same page at a different angle, while a mirrored one is reversed.

The distinction matters when a scan comes out wrong. If your text reads backwards, rotation will not fix it: the page was captured through the sheet, or scanned face-up on a device expecting face-down, and the answer is to rescan. If the text reads normally but the page is on its side or upside down, rotation is exactly the right tool.

Which way to turn an upside-down page

180 degrees, and the direction does not matter — left twice and right twice arrive at the same place. It is only 90-degree turns where the choice matters, and the preview is faster to trust than reasoning about it:

  • Text running bottom-to-top up the left edge needs a turn to the right.
  • Text running top-to-bottom down the right edge needs a turn to the left.

If you find yourself thinking about it for more than a second, rotate once and look. Two clicks and a glance beat getting it right first time from theory.

Rotate before you crop, and before you OCR

Order matters when you are cleaning up a batch of scans.

Rotate before cropping. A crop box is defined against the page as it currently sits. Crop first and then rotate, and your careful margins end up on the wrong sides. Crop PDF margins after the orientation is settled.

Rotate before running OCR. Recognition reads the shapes it is given, and a sideways page produces poor results or none at all. Modern engines run in the browser through WebAssembly, which makes local recognition practical — but no engine compensates for a page that is the wrong way up. Turning pages upright first measurably improves accuracy. See how OCR makes scanned PDFs searchable.

A typical scan cleanup runs: rotate, crop, OCR, then export once. All of it happens in the same workspace, so there is no intermediate download between steps.

When rotation appears not to have worked

Three causes account for almost every case.

The wrong pages were selected. The most common one. Selection persists between actions, so a rotation applied while only page four was selected turns page four and nothing else. Check the selection before deciding the rotation failed.

You are looking at a cached copy. Some viewers keep the previously opened version. Close the file fully and reopen the exported one rather than refreshing.

You rotated the original rather than the export. If you rotated, exported, and then opened the file you started with, it is unchanged by design — the export is a separate document.

A fourth case catches people working with email attachments. Some mail clients and messaging apps generate their own preview of an attachment and cache it, so the thumbnail you see in the conversation reflects the version as it was first received. Download the file and open it properly before concluding that the correction did not travel. The same applies to files opened directly from a cloud drive’s web preview rather than downloaded.

Rotation, printing, and binding

One case is worth planning for. A document printed double-sided and bound along the long edge needs alternate pages oriented consistently, or every second sheet reads upside down when the reader turns it.

If a landscape page sits inside a portrait bundle destined for binding, decide early which way it should turn so the reader tilts the whole document one consistent way rather than alternating. This is a decision about the reader’s hands, not about the file, and no tool can make it for you — but it is far easier to set before numbering and binding than after.

Combine with other cleanup

Rotation is usually one part of a larger tidy-up. Organize PDF handles reordering and removing pages in the same thumbnail view, and Crop PDF trims the scanner edges. If the batch arrived as separate files, Merge PDF combines them first so you only correct orientation once.

Every operation runs locally in your browser. The document is never uploaded, which is worth knowing when the sideways page you are fixing happens to be a contract. The PDF Association maintains the reference material behind the format if you want to read further about how pages are structured.

Open Rotate PDF

Written and tested by the PDF Editing Tools Editorial Team. See oureditorial policy for how we verify tool behaviour and handle corrections.