DashConvert
3 min read

How to rotate a PDF permanently (not just in your PDF viewer)

Adobe Reader lets you rotate the view. Save the file, close it, reopen it โ€” and the pages are sideways again. Here's how to actually rotate the file itself.

Two kinds of rotation

There's a critical difference between:

  1. View rotation. Your PDF viewer displays the page turned 90ยฐ, but the underlying file is unchanged. Send the file to someone else and it's sideways for them.
  2. Content rotation. The PDF itself is modified. The pages come out the right way up for every viewer, forever.

Adobe Reader and most desktop viewers only do view rotation by default. Even after Ctrl+S, most viewers save the view state but not the actual page orientation. This is why "rotate PDF" is one of the most-searched PDF problems on the internet โ€” people rotate, save, close, reopen, and the pages are wrong again.

How to actually rotate

You need a tool that modifies the PDF content, not just its display metadata. Rotate PDF does this in one step:

  1. Drop in the PDF.
  2. Pick which pages to rotate (all, odd, even, or a custom range).
  3. Choose 90ยฐ clockwise, 90ยฐ counter-clockwise, or 180ยฐ.
  4. Download.

The output file opens the right way up in any viewer, on any device, forever.

Common scenarios

Scanned documents where every page is sideways. Standard document scanners feed pages in landscape orientation by default. Fix: rotate every page 90ยฐ clockwise (or counter-clockwise depending on scanner).

A PDF where the front cover is portrait but interior pages are landscape. Common in reports with wide charts. Fix: rotate specific pages only โ€” Rotate PDF accepts page ranges like 3-8, 15.

A PDF where every other page is upside down. Duplex scanner fed a stack wrong. Fix: rotate even pages (or odd, depending) by 180ยฐ.

A photo of a document your phone captured sideways. If the file is already a PDF, Rotate PDF fixes it. If it's still an image, Image Rotator rotates first โ€” then Images to PDF if you need it as a PDF.

The scan-and-rotate workflow

For a batch of pages coming off a scanner sideways:

  1. If it's already a multi-page PDF, Rotate PDF fixes everything in one pass.
  2. If it's separate JPGs, Image Rotator fixes the images, then Images to PDF combines them.
  3. If some pages need rotation and others don't, Split PDF into individual pages, rotate the ones that need it, then Merge PDF back together.

Doing it locally

Scanned pages that need rotation are usually documents โ€” contracts, invoices, forms, medical records โ€” you shouldn't be uploading anywhere. Rotate PDF on DashConvert runs entirely in your browser; the file never leaves your machine.

Tools mentioned in this post