PDF Page Rotator
Rotate every page (or one page) of a PDF by 90/180/270°.
Overview
The PDF page rotator turns every page (or just one page) of a PDF by 90°, 180°, or 270° clockwise. The rotation is loss-free — the original page content is left untouched and only the page-rotation flag is updated, so the output is byte-efficient and identical-quality.
Office workers fixing a sideways-scanned invoice, photographers shipping mixed-orientation portfolios, and educators rotating a landscape diagram inside a portrait document reach for this when a desktop PDF editor feels heavy. Long-tail searches that lead here include "rotate PDF pages online", "fix sideways PDF page", and "rotate one page of PDF without changing others".
How it works
A PDF page has an optional /Rotate entry in its page dictionary, with values 0, 90, 180, or 270 (degrees clockwise). Conforming viewers apply this rotation when rendering. The rotator adds the user-supplied rotation to the existing value (modulo 360) and updates the page dictionary in place.
Because the underlying content stream and resources are not touched, the rotation is lossless — there is no re-rendering, no quality loss, and the file remains structurally identical apart from one integer per affected page. All other PDF features (annotations, hyperlinks, form fields, embedded fonts) carry through unchanged.
Examples
- Rotate every page of a sideways-scanned document by 90° clockwise.
- Turn a single landscape diagram page within a portrait document 90° so it reads correctly when printed.
- Apply 180° to a PDF whose pages were captured upside-down.
- Correct mixed orientations by rotating only the pages that need it.
FAQ
Does it re-render or compress the pages?
No. The rotation is a metadata change only — no rasterisation, no quality loss, and the file size stays essentially the same.
Can I rotate by an arbitrary angle like 45°?
PDF only stores rotations in 90° increments. Non-orthogonal rotations require re-rendering each page as a transformed image, which is outside this tool's scope.
What happens to annotations and form fields after rotation?
PDF viewers re-position annotations and form widgets to follow the rotated page automatically, so they remain in the right visual location.
Does it work on password-protected PDFs?
Encrypted PDFs need to be unlocked first. The rotator cannot modify a page dictionary it cannot decrypt.
Will printer page-size handling still be correct?
Yes. The page's media-box dimensions are unchanged; the viewer simply rotates the rendered page. Most printers honour the rotation flag without manual intervention.