What Rotate PDF does
Rotate PDF turns every page of a document by 90° clockwise, 180°, or 90° counter-clockwise and saves the result as a new file. It fixes the most common scanning mishap — a document fed in sideways or upside down — and prepares landscape spreadsheets or drawings so they display upright in viewers that do not auto-rotate. The rotation is stored as a page attribute rather than by re-drawing the content, so text stays selectable, quality is unchanged, and the file size barely moves. Processing happens in your browser.
How rotation is stored in a PDF
Every PDF page has a /Rotate entry that tells viewers how many degrees clockwise to turn the page when displaying it. The allowed values are 0, 90, 180 and 270. This tool reads the existing value, adds your chosen rotation, and writes the new value back — so rotating a page that was already at 90° by another 90° gives 180°. Because the underlying content stream is untouched, the operation is lossless and instantly reversible: rotate the other way and you are back where you started.
| You choose | Effect on the page | Typical use |
|---|---|---|
| 90° clockwise | Top edge moves to the right | Landscape page scanned with its top on the left |
| 180° | Page turned upside down | Document fed into the scanner backwards |
| 90° counter-clockwise | Top edge moves to the left | Landscape page scanned with its top on the right |
Rotating all pages vs some pages
This tool applies the same rotation to every page. That covers the majority of cases — a whole batch scanned sideways, or a report that was exported in the wrong orientation. If only a few pages need turning (a landscape chart in the middle of a portrait report, for example), split the document with Extract Pages, rotate the extracted pages, and merge everything back in order. Desktop viewers such as macOS Preview and Adobe Acrobat can rotate individual pages directly if you have them.
Common uses
- Scanner mistakes — the sheet feeder took the pages in landscape or upside down.
- Phone scans — a document photographed with the phone held sideways.
- Spreadsheets and drawings — wide content exported as portrait pages that open sideways.
- Print preparation — matching the orientation a print shop or booklet imposition expects.
- Screen reading — turning a landscape document for comfortable reading on a portrait tablet.
Tips
- Rotation changes how the page is displayed, not the page size. A 210 × 297 mm page rotated 90° is reported as 297 × 210 mm by viewers.
- Some viewers have a temporary “rotate view” command that does not save. This tool writes the rotation into the file so it sticks everywhere.
- If a scanned page is slightly crooked rather than sideways, that is skew, not rotation; correct it in scanning software or an image editor before creating the PDF.
- Rotating does not affect annotations, form fields or links — they turn with the page.