Rotate PDF β€” Free Online PDF Page Rotator

Rotate every page in a PDF, or just specific pages, by 90, 180 or 270 degrees. Saves a new PDF with the rotation baked in β€” pages stay correctly oriented in every viewer.

Runs in your browser via pdf-lib. No upload.

Why rotate a PDF?

Sideways and upside-down pages are one of the most common PDF problems people run into. Phone-scanned documents often arrive rotated 90Β° because the camera was held sideways. Some multi-function printers scan duplex pages alternating between portrait and landscape, ending up with every other page facing the wrong way. Multi-page contracts have a single landscape page in a stack of portrait ones, requiring head-tilting to read.

Fixing rotation in your PDF viewer's "View" menu only changes how the page is displayed in that session β€” when you re-open or print, it reverts. Permanently fixing the rotation requires re-saving the PDF with the correct orientation, which is exactly what this tool does.

How this rotator works

The tool uses pdf-lib to read your PDF, set the rotation property on the pages you select, then save the file back out. The rotation is a property in the PDF's internal structure β€” viewers honour it whenever the file is opened. The page content (text, images, vector graphics) is not re-rendered; the rotation is metadata that tells the viewer "display this page rotated by N degrees".

That means three things: zero quality loss, fast (no re-encoding), and small file-size change (only the rotation property changes; the rest stays identical).

90Β° vs. 180Β° vs. 270Β°

If you're not sure which to use, try 90Β° first. If the page ends up upside-down, undo (reset) and try 270Β°.

Page range syntax

Common rotation scenarios

Tips and best practice

FAQs

Is anything uploaded?

No. Rotation runs in your browser using pdf-lib.

Is rotation lossless?

Yes β€” it's a metadata change, not a re-render. Quality is identical to the source.

Will form fields, links and annotations rotate correctly?

Yes β€” they rotate with the page.

Does the output have a watermark?

No.

Can I rotate by 45Β° or other arbitrary angles?

No β€” PDF supports 90Β° increments only. For other angles you'd render the PDF to image first (via PDF to JPG), rotate the image, and rebuild a PDF.

Related PDF tools