The scanner problem
Feed a stack of paper through a scanner and some of it comes out sideways. Photograph a document with a phone and the orientation depends on how you were holding it. The content is fine; it is just lying down.
Rotating fixes it properly, at the document level. That is different from turning your head, and different from rotating the view in a reader — the rotation is written into the file, so it looks right for whoever opens it next.
Per page or all at once
If every page came out the same wrong way, rotate the whole document in one action. If the scanner only flipped a few — which is the more common and more annoying case — rotate those individually.
The preview updates as you go, so you are not guessing. Ninety degrees turns clockwise, minus ninety turns the other way, and one hundred and eighty is for the pages that came in upside down.
Why it matters beyond looking tidy
A sideways page is a real problem when the document is going somewhere automated. Printers will honour the rotation and waste paper on it. Some portals reject documents whose page orientation is inconsistent. Anyone reading on a phone has to rotate their whole screen for one page.
It also matters before OCR: text recognition on a sideways page is markedly worse than on an upright one, so rotating first improves anything you do afterwards.
Rotation, orientation and the thing that confuses everyone
There are two different notions of 'sideways' in a PDF and they are easy to mix up. A page can be landscape — genuinely wider than it is tall, which is correct for a spreadsheet or a plan — or it can be a portrait page whose content was scanned at ninety degrees. The first needs no fixing; the second does.
Look at the text, not the page shape. If the words run up the side of a page that is taller than it is wide, that is a scan to rotate. If the words run normally across a page that is wider than it is tall, leave it alone; rotating will make it worse.
Also worth knowing: some readers remember a rotation you applied in their own viewer without writing it to the file. The document looks fine to you and sideways to everyone else. Rotating here writes the change into the file itself, which is why it survives being emailed.
What happens to your files
Every one of these runs in your browser. The file is read from your disk, processed in memory and handed back as a download — there is no upload, no server copy and no account.
Rotation changes only the page's orientation flag and geometry. The content itself is not re-rendered, so nothing loses quality.
Frequently asked questions
Can I rotate just one page? Yes. Rotate individual pages, or apply one rotation to the whole document if everything came out the same way. Applying one rotation to the whole document is the right move when a scanner flipped everything the same way, which is common.
Does rotating reduce quality? No. Only the page orientation changes; the content is not re-rendered or re-compressed. This is different from compressing or converting, both of which do resample the page and cost you detail.
Will the rotation stick when someone else opens it? Yes. It is written into the file, not just applied to your view. That is the difference between rotating the file and rotating your view in a reader, which only affects your own screen.
Should I rotate before running OCR? Yes. Text recognition is considerably more accurate on an upright page. Recognition engines assume horizontal text lines, so a page lying on its side produces markedly worse results.
Related: Organize Pages · Crop PDF · PDF to JPG · All tools