PDF Rotate

Choose a rotation angle and apply it to every page of your PDF. 100% client-side — nothing uploads.

Upload PDF

Drop PDF here or click to browse

About PDF Rotate

What Is It?

This tool rotates every page in a PDF by 90°, 180°, or 270° — permanently. If you've ever opened a PDF only to find half the pages sideways or upside-down, you know exactly why this matters. Scanned documents are the prime offender: a stack of papers fed through a scanner at inconsistent orientations produces a PDF where some pages read left-to-right and others require you to tilt your head. Our rotator fixes that in seconds, processing everything in your browser so your files stay private.

How Does It Work?

Every page in a PDF has a rotation property — an integer that tells the PDF viewer how to display the page: 0 (normal), 90 (clockwise), 180 (upside-down), or 270 (counter-clockwise). Our tool sets this property on every page to your chosen angle using pdf-lib's setRotation() method. Importantly, this is a permanent rotation — it modifies the actual PDF data, not just the viewing angle in your PDF reader. When you save and share the rotated file, it appears correctly for everyone, on any device, in any PDF software.

Permanent Rotation vs. View Rotation

This distinction trips up a lot of people. Most PDF readers (Adobe Acrobat, Chrome's built-in viewer, Preview on Mac) have a "Rotate View" button that temporarily spins the display. That's useful for reading, but it doesn't change the file — the next person who opens it sees the original orientation. Permanent rotation rewrites the page data so the PDF always opens correctly. Our tool does permanent rotation. If someone sent you a sideways PDF and you want to fix it for good — not just for your own viewing session — this is the tool you need.

Common Use Cases

Fixing scanned documents is the number one scenario. Flatbed scanners and document-feeder scanners often rotate pages unpredictably, especially when scanning double-sided pages where the back sides come out 180° from the fronts. Landscape-to-portrait corrections are another: a presentation exported in landscape might need individual pages rotated for inclusion in a portrait-oriented report. Batch rotation is where this tool really shines — you rotate all pages at once with one click. No clicking through 50 pages individually. If you need to rotate only specific pages (say, pages 3 through 7 only), you'd split those pages out first with our PDF Splitter, rotate them, then merge them back into the original with the PDF Merger.

What Rotation Doesn't Fix

Rotation changes the viewing angle but doesn't adjust page dimensions. If you rotate a portrait page (8.5×11 inches) by 90°, it displays in landscape but the page dimensions remain 8.5×11 — the content is just rotated within that box. This can lead to awkward whitespace or cropped content if you're mixing orientations in one document. Also, rotation doesn't fix skewed scans — if the original scan is tilted at 5°, a 90° rotation won't straighten it. You'd need image editing or deskewing software for that.

Frequently Asked Questions

Can I rotate only certain pages? Our tool rotates every page uniformly. For selective rotation, use the PDF Splitter to extract the pages you need rotated, run them through this tool, then merge them back with the original PDF. A bit of a workflow, but it works. Does rotation affect file size? Negligibly — the rotation property is a tiny integer per page. Your file size won't meaningfully change. Will form fields and annotations rotate with the page? Yes, all interactive elements maintain their positions relative to the page content.