How to Rotate PDF Pages That Scanned Sideways or Upside Down
A scanner feeds a document in sideways, and the resulting PDF comes out with every page rotated 90 degrees — readable only if you tilt your head or your laptop. Or someone scanned a mixed batch of portrait and landscape pages and a handful ended up upside down. Re-scanning is a waste of time for what's really a one-field fix: rotating the pages that came out wrong.
What rotating a PDF page actually changes
A PDF page carries its own rotation value as metadata — it doesn't re-draw or re-render the page content at all. Rotating just updates that value, which is why it's instant regardless of how complex the page is: a 40MB scanned page rotates just as fast as a one-line text page, because nothing about the actual content is being touched.
How to rotate PDF pages
- Open the Rotate PDF tool and add your file.
- Pick a rotation amount: 90°, 180°, or 270°.
- Optionally, list which pages to rotate (e.g.
1,3,5-7) — leave it blank to rotate every page. - Click "Run & download." The rotated PDF downloads immediately.
The three angle choices cover every practical case: 90° for a page rotated one way, 270° for the other direction, and 180° for a page that's fully upside down. There's no separate "clockwise" vs. "counterclockwise" toggle — picking 90° vs. 270° is how you choose direction.
Fixing a mixed-orientation batch
If different pages in the same file need different rotations — say pages 3-7 need 90° but page 12 needs 180° — run the tool twice: rotate the first group, download, then re-upload that result and rotate the second group. Each pass only applies one angle, but you can chain as many passes as the file needs since nothing about the process is destructive to pages you don't touch.
Why this runs in your browser, not a server
Updating a page's rotation metadata is a tiny structural change that pdf-libhandles directly in JavaScript — there's no rendering or rasterizing involved. That means the whole operation happens on your device: no upload, no processing queue, and the file never sits on anyone else's server in the meantime.
Common questions
Does rotating reduce PDF quality?No — it's metadata-only. Text stays sharp, images stay untouched, and file size doesn't meaningfully change either way.
Can I preview before downloading?The tool applies the rotation and downloads in one step rather than showing a live preview first. If a rotation comes out wrong, just re-upload and rotate again in the direction you actually needed — there's no cost to trying again.
What if the whole document is portrait but one page should be landscape by design? That's not really a "wrong rotation" — some documents mix orientations intentionally (a wide table on its own landscape page, for instance). Rotation is for fixing pages that scanned or exported wrong, not for redesigning a document's layout.
Pairing rotation with other cleanup
Rotation is often the first step in cleaning up a scanned batch. Once orientation is fixed, Crop PDF can trim uneven scan margins, and Merge PDF combines the corrected file with the rest of your document set.
Frequently asked questions
Does rotating a PDF reduce its quality?
No — rotation only changes each page's orientation metadata. It doesn't re-render or re-compress anything, so text and images stay exactly as sharp as the original.
Can I rotate different pages to different angles in one pass?
Not in a single run — each pass applies one angle to the pages you list. For a file that needs different angles on different pages, run the tool again on the same result with a different page list and angle.
Is my PDF uploaded anywhere?
No — rotation runs entirely in your browser using pdf-lib. Your file is never sent to a server.
What rotation angles are available?
90°, 180°, or 270° — enough to cover every practical case, including a page rotated the "wrong way," since choosing 90° vs. 270° is how you pick direction.