Rotate PDF

Opened a PDF only to find pages sideways or upside down? This free Rotate PDF tool sets them straight. Upload the file, rotate the pages, and download a correctly oriented PDF. A quick fix for crooked pages:

  • Fix a sideways scanned page
  • Correct upside-down photo pages
  • Reorient a landscape document
  • Tidy up a mixed-orientation file

A Quick Word on IronPDF

IronPDF is the C# PDF library trusted by thousands of .NET developers in production. It rotates any or all pages by exact angles from code, fixing scans and exports without reopening a heavy editor.

using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.SetAllPageRotations(PdfPageRotation.Clockwise90);
pdf.SaveAs("rotated.pdf");
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.SetAllPageRotations(PdfPageRotation.Clockwise90);
pdf.SaveAs("rotated.pdf");
Imports IronPdf

Dim pdf = PdfDocument.FromFile("document.pdf")
pdf.SetAllPageRotations(PdfPageRotation.Clockwise90)
pdf.SaveAs("rotated.pdf")
$vbLabelText   $csharpLabel

See it in C#: Page orientation & rotation

Free and Built for Everyday Use

This tool is completely free and made for quick, practical use, no signup, no limits, no catch. Built with love by IronPDF.

Need More Than PDFs?

When the project grows beyond PDF work, the Iron Suite bundles ten .NET libraries into a single license: IronOCR for reading text from images in 125 languages, IronBarcode for generating and scanning codes, plus IronXL, IronWord, IronPPT, and more. Start your 30-day Iron Suite trial key today, no credit card required.