Rotate a PDF without uploading it
A sideways PDF is almost always a scanning artefact: the page was fed into the scanner in landscape, or a phone camera recorded its orientation differently from how the document reads. Either way the fix is the same — turn every page by a quarter, a half or three quarters and save.
This tool does that entirely inside your browser. Most online rotators upload your document to a server, process it there and hand back a download link. Nothing is uploaded here because there is no server to upload to; the page you are reading contains the whole program.
Rotation is lossless, and that matters
Every PDF page carries a /Rotate entry — a number that tells a reader how many degrees to turn the page before displaying it. Rotating a PDF properly means changing that number, not redrawing the page. The distinction matters: a tool that re-renders each page to an image would give you a file that looks similar, weighs several times more, and has lost every piece of selectable text.
Because only an attribute changes, the output here keeps its fonts, its vector graphics, its embedded images at full resolution, and its text layer. You can still search it, copy from it, and run it through PDF to Word afterwards.
Rotation adds to what is already there
If a page already has a 90° rotation recorded and you apply another 90°, the result is 180°. This is deliberate — you are turning the page as you see it, not setting an absolute value you would have to calculate. Applying 90° four times returns a document to exactly where it started.
Related tools
To rotate, reorder and delete pages together using visual thumbnails, use Organize PDF. To trim margins rather than turn pages, use Crop PDF. To pull specific pages into a new file, use Extract PDF Pages.