Rotate PDF
🔒 In your browserTurn pages the right way up and save the rotation permanently.
How it works
Turn pages the right way up. Pick the rotation, click the pages you want to turn (or leave none selected to rotate the whole document), and download. The preview shows how each page will end up.
🔒 Your file is processed entirely in this browser — it is never uploaded to a server. No signup, no watermark, no page limits.
🔒 Your document never leaves your device: unlike most online PDF tools, which upload your file to their servers, everything here runs locally in your browser. There is no upload, no account, no watermark and no page or file-count limit — so it's safe for contracts, invoices, medical records and anything else confidential.
About the Rotate PDF
Scanned or photographed pages often come out sideways or upside down. This free PDF rotator turns pages the right way up and saves the rotation permanently — so it stays correct for everyone who opens the file, not just in your own viewer.
Click the pages you want to turn (or rotate the whole document at once), and download. Everything runs in your browser, so your file is never uploaded.
How to rotate PDF pages
- Choose your PDF to see thumbnails of every page.
- Pick the rotation: 90° clockwise, 180°, or 90° counter-clockwise.
- Click individual pages to rotate just those, or leave none selected to rotate them all.
- Download the corrected PDF.
Why pages end up sideways
Scanned documents and photos saved as PDF often come out rotated, because the scanner or camera stored them in the wrong orientation and some viewers ignore the rotation flag. Rotating the pages here bakes the correct orientation into the file itself, so it reads the right way up in every viewer and prints correctly — and it all happens in your browser, so the file is never uploaded.
Frequently asked questions
How do I rotate a PDF and save it permanently?
Select the rotation and the pages, then download the new file. The rotation is written into the PDF itself, so it stays correct in every viewer — unlike simply turning the view in a reader.
Can I rotate only some pages?
Yes. Click the specific pages you want to turn. If you don't select any, the rotation is applied to the whole document.
Why does my PDF look right on screen but print sideways?
Some readers rotate the view without changing the file. Saving the rotation here writes it into the document so printing matches what you see.
Is the quality affected?
No. Rotation only changes a page attribute — the page content itself is untouched, so there's no loss of quality.
Related searches
Learn more
Related PDF tools
🔗 Embed this tool on your website — free
Copy this and paste it into your page's HTML. The tool runs in the visitor's browser, just like here. Change height to fit, or add the optional auto-resize snippet below. Add ?theme=dark to the URL for dark mode.
<iframe src="https://toolhq.dev/embed/rotate-pdf/" title="Rotate PDF — ToolsHub" width="100%" height="520" style="border:1px solid #e5e7eb;border-radius:12px;max-width:680px" loading="lazy"></iframe>Optional: auto-resize the iframe height
Add this once on the same page so the iframe grows to fit the tool:
<script>
addEventListener("message", function (e) {
if (e.data && e.data.type === "toolshub:resize") {
document.querySelectorAll('iframe[src*="/embed/"]').forEach(function (f) {
if (f.contentWindow === e.source) f.style.height = e.data.height + "px";
});
}
});
</script>