How to Rotate PDF Pages Correctly

Rotating a page in your reader only changes your view. Here is how to write the rotation into the file so it travels with the document.

A recipient replies saying page 3 is sideways. You open the file, it looks fine, and you spend five minutes confused. The explanation is almost always the same: you rotated it in your reader, which changed your view and nothing else.

View rotation versus stored rotation

Most PDF readers offer a rotate button that adjusts the display for the current session. Close the file and the rotation is gone. A stored rotation is written into the page object itself, so every reader on every device shows the page the same way. Only the second one fixes the problem for other people.

Rotating and saving the change

  1. Upload the PDF.
  2. Choose the rotation: 90° clockwise, 180°, or 90° counter-clockwise.
  3. Leave the page range empty to rotate everything, or list only the affected pages.
  4. Run the tool and download the corrected file.

Getting the direction right

If the top of the text points to the right edge of the screen, rotate 90° counter-clockwise. If it points to the left edge, rotate 90° clockwise. Upside down needs 180°. Guessing costs nothing — rotations combine, so applying the wrong one and then correcting it works fine, though redoing it from the original is cleaner.

Rotations are cumulative. Applying 90° twice to the same file leaves the page at 180°.

Why scans arrive rotated

Sheet-fed scanners record the orientation the paper physically passed through in. Feed a landscape page into a portrait-configured scanner and you get a sideways image, regardless of how the text reads. Setting the correct source orientation on the scanner prevents the whole problem for future batches.

Conclusion

Fix orientation in the file, not in your viewer. It takes the same amount of time and it is the only version of the fix that the recipient will actually see.