Skip to main content

How to Rotate PDF Pages

Drop the PDF into Rotate PDF, choose every page or a range, pick 90, 180 or 270 degrees, and save — the rotation is written into the document itself, so it is sideways for nobody, in no reader. The pages are never re-rendered: text stays text, and the whole job runs in your browser without any upload.

Local-only
Just want the tool? Open Rotate PDFFix a sideways scan for everyone, not just your reader.Open tool

How to Rotate PDF Pages explained

A sideways scan is a small, specific kind of infuriating: the content is perfectly legible, every reader shows it the wrong way round, and the reader's own rotate button — the obvious first fix — quietly does nothing, because it rotates your view of the page and not the page. Reopen the file, send it to a colleague, open it in a different viewer, and the sideways pages are sideways again, exactly as before.

The fix that lasts is writing the rotation into the document, and this page walks that job in five steps with the site's Rotate PDF tool. Everything happens in the browser: the file is read locally, the pages are turned by the rotation entry a PDF page already carries, and the result is saved straight back to your machine. No upload, no account, and no re-encoding of the page content — the text on a rotated page is the same text, in the same pixels, facing a different way.

Two facts are worth knowing before the first step, because they decide the answer to most rotation questions. A page's rotation is a number of degrees — a multiple of 90 — that every conforming reader adds when drawing the page, and setting it is a cheap, lossless operation. And angles wrap at 360: a page sitting at 270 degrees rotated by another 180 lands at 90, not 450. The steps below use both facts.

The whole procedure runs in the Rotate PDF tool — drop the file, choose pages and angle, save the result.

If /Rotate entries and page trees are new vocabulary, the guide to how PDF files work shows where the rotation lives inside the file itself.

The steps

  1. Drop the PDF into the tool

    Open Rotate PDF and drop the file onto the page, or use the file picker. The document is read by your browser — there is no upload step — and the tool lists every page with its current rotation so you can see what you are working with before changing anything.

    Check: Every page of the document appears in the list, including the sideways ones. A password-protected file is declined politely here — unlock it first if you have the password; if you do not, no tool can read it, and that is a feature of encryption rather than a flaw of the procedure.

  2. Choose every page or just the sideways ones

    Pick whether the angle applies to the whole document or to a range. Mixed documents — a report with three scanned annexes that arrived sideways — want the range; a scan where the entire stack feeds through the feeder sideways wants everything. Range syntax follows the tool's selection UI: single pages and spans both work.

    Check: The selection is visible before you rotate: the pages you meant to select are the pages shown as selected. This is the step where a wrong range is cheap to notice and expensive to notice later.

  3. Pick the angle — 90, 180 or 270 degrees

    Choose the turn: 90 degrees clockwise is the common one for scans that came through sideways, 180 for pages that are upside down, 270 for the other sideways. The angle adds to whatever the page already says — a page at 270 turned 90 more arrives at 0 — so "how much do I add" is a question about where the page is now, which the page list from step one showed you.

    Check: You can name the difference between 90 and 270 for your page: both stand it upright, but they stand it facing different ways. If guessing, rotate one page first — the preview in the next step makes a wrong direction obvious at a glance.

  4. Rotate and look at the result before saving

    Run the rotation and inspect the pages. The change is the /Rotate entry on each selected page — a number every conforming reader obeys when drawing — so the preview shows exactly what every reader will show from now on. Nothing was re-rendered in producing it: the text is still text, the image is still the original image, and the page content was not touched at all.

    Check: The pages that were sideways now stand upright, and the pages you did not select still face their original way. Selecting a wrong angle here is fully recoverable — rotate again; the arithmetic wraps at 360 and nothing is lost.

  5. Save the rotated file

    Download the result. The saved document carries the new rotation permanently: reopen it anywhere, send it to anyone, and every reader draws it the way your preview showed, because the instruction now lives in the file rather than in one viewer's view. The original file on disk is untouched — the download is a new document.

    Check: Open the downloaded file in a different reader than the one you started with. That is the whole test of permanence: the rotation survived the trip to a program that has never heard of this page's history.

View rotation versus file rotation

Every PDF reader offers a rotate control, and every one of them works the same way: it changes how that reader draws the page for you, right now. The file on disk is untouched, so the next reader — or the same reader tomorrow — draws it the old way. It is a view preference wearing the costume of a fix.

File rotation writes the turn into the document's own metadata, and the file is the only thing that travels when you email or upload a PDF. That is the entire difference between the two buttons, and it is why the procedure above ends with a saved file rather than a correctly-drawn window: the fix has to live where the trip is.

Why real rotation never re-renders the page

A tool that rotated by rasterising each page — drawing it to a bitmap, then saving the bitmap back — would produce something visually identical and materially worse: text stops being text, so search, copy, screen readers and sharp zooming all die with the re-render. The visual similarity is exactly what makes the shortcut tempting and the damage quiet.

The rotation this procedure writes is metadata — the page's /Rotate entry — and the page content is copied through untouched. The file stays searchable, accessible and as sharp as it ever was, and the operation is as cheap on a 400-page document as on a four-page one, because no page was redrawn.

Scans that arrive sideways, and stay that way

Most sideways PDFs are born sideways: sheets fed into a scanner or an MDF tray rotated, the scanner saved what its sensor saw, and no part of that pipeline looked at the text. Some scanners correct orientation themselves using OCR; when they guess wrong — or when the pages are mixed — the result is a document that is 80 degrees of right and uniformly wrong the rest of the way.

That origin story explains the range step of this procedure: scans are the case where some pages need turning and others do not, and a tool that only offers "rotate everything" forces the wrong fix on the right pages. Rotate the range that needs it; leave the already-correct majority alone.

What rotation does not fix

Rotation turns a page; it does not straighten content that is skewed inside the page — a photo taken at a slight angle needs deskewing, which is an image operation, not a metadata one. It also cannot help a page whose text runs vertically by design, and it will not repair a scan that is cut off or blurred; rotation moves pixels' orientation, not their quality.

And for an upside-down page, the answer is 180 — not two taps of 90. Both routes arrive, because angles wrap, but one tap is one tap. The one genuinely irreversible neighbour is page deletion: rotation is fully undoable by rotating back, which is why rehearsing on a page before committing a 300-page document is a habit worth keeping.

Frequently asked questions

Is the rotation permanent, or just in my PDF reader?

Permanent — that is the point of the procedure. The rotation is written into the document's own /Rotate entry, which every conforming reader applies when drawing the page. A reader's rotate button, by contrast, changes only your current view and resets everywhere else. After saving, open the file in a different reader and confirm: the rotation survives.

Will rotating pages reduce the quality of my PDF?

No. The tool writes a rotation instruction rather than re-rendering the page, so the content is copied through exactly as it was — text stays selectable and searchable, images keep their original resolution, and file size is essentially unchanged. Quality loss from rotating is a symptom of the rasterising shortcut, which this procedure does not take.

Can I rotate only some pages of the PDF?

Yes — the tool takes every page or a selected range, which is the distinction that matters for mixed documents like a report with sideways scanned annexes. Select just the pages that need turning; the rest keep their current orientation. Check the selection on screen before rotating, because a range typo is cheap to fix before the fact and invisible after.

What is the difference between rotating 90 and 270 degrees?

Direction. Both stand a sideways page upright, but they stand it facing opposite ways — 90 turns it clockwise and 270 turns it the same amount anticlockwise. Pick by looking at which way the page currently leans; the tool adds your angle to whatever the page already carries, and angles wrap at 360, so you can always rotate again without harm.

Does rotation change the file size?

Barely, if at all. The operation adds a small metadata value per page and copies the rest of the document through untouched — no page is re-encoded or re-rendered. A result that changed size dramatically would be evidence of a rasterising tool, which is exactly the shortcut this procedure avoids.

My scan is upside down — which angle do I pick?

180. A page that is upside down needs half a turn, and one 180-degree rotation is the whole fix; pressing 90 twice reaches the same place because angles wrap at 360, but there is no reason to take two steps. If the page is sideways rather than inverted, 90 or 270 is the answer — the preview makes the direction obvious immediately.