Toolvore

Rotate PDF

Rotate all or selected pages of a PDF and download the result.

This tool runs entirely in your browser. Your data is never uploaded, never stored, and never leaves your device.

Turns pages that open sideways or upside down by 90, 180 or 270 degrees; only each page's orientation flag is changed, so text stays selectable and the file size barely moves.

How to use it

  1. 1Drop in the PDF — its page count appears, which tells you the valid range.
  2. 2Pick 90° clockwise, 180°, or 90° counter-clockwise.
  3. 3Leave the Pages box on 'all', or list the pages to turn (e.g. 1,3-5), then Rotate & Download.

Example

Input
A 4-page PDF, 90° clockwise, pages: 2,4
Output
rotated.pdf with pages 2 and 4 turned and pages 1 and 3 left as they were

The angle is added to whatever rotation a page already carries rather than set absolutely. A page a scanner already marked as 90° becomes 180° when you turn it another 90°, so check the result before running the tool a second time. A page number beyond the end of the document is refused with an out-of-bounds message instead of being ignored.

What happens to your data

Rotation is performed locally; the file is never transmitted. Reloading or closing the tab discards both the original and the rotated copy.

Last updated August 2026

A scan comes back lying on its side, or a contract arrives photographed in landscape, and you read it once with your head tilted and then have to forward it to somebody else. That is usually what brings people here: the file is legible enough for you, and sending it on in that state makes it the next person's problem.

Decide first whether the file needs to change or only your view of it. Most viewers offer a rotate control, and in many of them — a browser's built-in PDF viewer above all — it turns the page on screen and touches nothing else. Close the tab and it is sideways again. Only a change written into the file itself travels with it.

Then work out whether one angle covers the whole document, because often it does not. Sheet-fed scanners produce runs where the landscape pages are turned one way and an inserted sheet sits upside down against the rest, and one angle is applied per run here — pages 2 and 4 at 90° with page 7 at 180° means rotating, downloading, dropping the result back in and going round again. Pages are counted from 1, not from 0.

Settle one more thing before you start: whether your problem is rotation at all. Right angles are what the page format stores, which is the right repair for a sheet in the wrong orientation and no use for one that went through the feeder three degrees crooked. Skew is fixed at the scanner or in an image editor, not by turning a page a quarter turn.

How it works

Toolvore rotates pages inside the tab you already have open, using the pdf-lib library, which is fetched only once you drop a file in rather than on arrival. The document is parsed, each page you selected has its rotation value replaced, and the whole thing is written out again as a new file offered through a download link built from data on your own machine. Nothing on the page is redrawn, so the drawing instructions, the fonts and the embedded images pass through as they were. The weakest part is that you cannot see the outcome before you commit to it: there is no page preview and no thumbnail anywhere in the tool, so the loop is rotate, download, open, and go again if the angle was wrong. Encrypted files stop at the door, because the loader is told not to ignore encryption — a password-protected document is refused outright with a message naming encryption or damage rather than being opened halfway. One PDF is handled at a time, the second file you drop replaces the first, and whatever you started with, the download always arrives named rotated.pdf.

Common use cases

  • A scanned contract that opens on its side
  • Landscape spreadsheets and charts inside an otherwise portrait report
  • Pages a duplex scanner fed in upside down
  • A document photographed on a phone that arrived a quarter turn out
  • Turning only the two landscape appendix pages of a long report
  • Fixing a file before it goes to a portal where nobody can rotate the view
  • Making a viewer's temporary rotation permanent before forwarding the file

Frequently asked questions

Why does a PDF I rotated still open sideways for other people?

Because what you changed was almost certainly a view setting rather than the document. Browser PDF viewers in particular give you a rotate button that turns the page for as long as the tab is open and writes nothing back — there is often no save step at all, so nothing warns you that it was temporary. Desktop editors are more likely to keep it, but only if you save afterwards, and in some of them save means save a copy. The test takes seconds: close the file, reopen it, and see which way up it starts. If it is sideways again, the file itself was never touched.

Does rotating a PDF reduce its quality?

Not when it is done by changing the page's orientation, as it is here. No pixels are resampled and no text is re-encoded, so there is no generation loss to accumulate — a page can be turned and turned back with nothing lost along the way. What does cost quality is the workaround people fall back on when a rotation will not stick: printing to PDF, or exporting the pages as images, turning those, and rebuilding a document from them. That flattens live text into a picture of text, which cannot be searched or selected afterwards, and it is worth avoiding for anything anyone might need to quote from.

Can I rotate a PDF by a few degrees to straighten a crooked scan?

No, and no tool can write that into the page, because page rotation in PDF is defined only in multiples of 90 degrees. A sheet that came out of a feeder two or three degrees off is a skew problem, and skew lives in the pixels of the scan rather than in the page's orientation value. Fixing it means straightening the image: rescan with the paper squared against the guides, use the deskew or straighten option in your scanning software, or take the page into an image editor, rotate by the small angle and crop back to a rectangle. Expect the text to soften a little, since that rotation genuinely resamples.

How do I rotate only the landscape pages in a document?

Find their numbers first by scrolling the file in any viewer and noting which sheets sit the wrong way — nothing detects orientation for you. Then put them in the Pages box as single numbers, ranges, or a mix of both in the style 1,3-5. Spaces around the numbers are ignored, the order you type them in does not matter because the list is sorted before use, and naming the same page twice does no harm since it is still turned once. Leaving the box on 'all' or emptying it takes every page. Anything the box cannot parse stops the run with a message instead of quietly rotating the wrong sheets.

Is my PDF uploaded anywhere when it is rotated?

No. The file is read by the page you have open, rewritten by a PDF library running as JavaScript in that same tab, and handed back through a link the browser builds from data already on your machine. There is no upload step in the code and no server takes part in the rotation, which matters more here than for most jobs — the documents people need to turn are usually scans of something personal: a signed agreement, an identity page, a letter from a hospital. Rotating a second time throws the previous link away, and there is no history, no account and nothing to come back to later.

Why will my PDF not open in a rotation tool at all?

Encryption is the usual answer. A PDF can carry one password that controls opening it and a second that restricts what may be done with it, and a file carrying either is refused here rather than opened partially, since the loader is instructed not to ignore encryption. Remove the protection in the application that applied it, or open the file with its password in a full PDF editor and save an unprotected copy, then come back. The other cause is real damage — a download that stopped early, or a file written by a broken export. Those often still open in a forgiving viewer while failing a stricter parser outright.

Why is every other page of my scan upside down?

A duplex scan flipped on the wrong edge. When the sheet is turned over on its long edge but the scanner expects a short-edge flip, or the reverse, every back side arrives 180 degrees against its front — which is why the fault lands on the even pages and never the odd ones. The lasting fix is the scanner setting, so for a long document it is worth feeding the stack through again. For one you already have, list the even pages and turn them 180 in a single pass. There is no odd or even keyword, so they have to be typed out: 2,4,6,8 and onwards.

Does rotating a PDF break text selection, search or an OCR layer?

It should not, because turning a page changes an orientation value and leaves the page contents where they were. Everything drawn on the sheet keeps its position relative to that sheet, so a search still finds the words and a text layer added by OCR turns along with the image it sits behind. Two things can still look odd. Selection can highlight in the old reading direction in some viewers, which is a display quirk rather than damage. And text that was drawn sideways onto an upright page stays sideways relative to the page after rotation, because the characters were placed at an angle in the content itself.