The short version

Readers have two different rotate commands. One is a view control that turns the page on screen and is forgotten when you close the file. The other writes a rotation into the page and persists.

Rotation is free. It records an angle rather than redrawing anything, so there is no quality cost and no file size change worth mentioning.

Sideways pages come from scanners more than anything else, usually because a sheet went in the wrong way round or because automatic orientation detection guessed from a page with very little text on it.

Two kinds of rotation

This catches almost everyone once, and the reason it is confusing is that both commands are called rotate and often sit in the same menu.

View rotation

Changes the screen only

  • Usually under a View menu, or a toolbar arrow
  • Turns the whole document, not one page
  • Forgotten the moment you close the file
  • Useful for reading, useless for fixing
  • Often bound to a keyboard shortcut
Page rotation

Changes the file

  • Writes a rotation value into the page itself
  • Can be applied to individual pages
  • Survives saving, sending and reopening
  • Every reader shows the corrected orientation
  • This is the one you want
How rotation is stored
A PDF page carries a rotation entry holding 0, 90, 180 or 270 degrees. Readers apply it when drawing. The page content underneath is never touched or redrawn, which is why rotating is instantaneous even on a large scanned document and why it costs nothing in quality.

Why it is free

Rotating an image in a photo editor usually resamples the pixels, which loses a little sharpness each time. PDF rotation does not work that way.

AnatomyWhy rotating costs nothing
Two documents12312Merged, and renumbered12345A link that pointed at "page 1" of the second filenow has to point at page 4, or it points at nothing.
Only a rotation value changes. The content objects are copied across untouched.

The page keeps its original content exactly as it was and gains a note saying which way up to display it. Rotate a page four times and you are back where you started with a byte-identical result. There is no generation loss to accumulate.

Quality cost
None

Content is not redrawn. Only a rotation value changes.

File size change
Negligible

A few bytes per page for the rotation entry.

Reversible
Completely

Rotating back restores the original exactly.

Rotating what needs rotating

Most real documents need some pages turned and not others, which is why whole-document rotation is often the wrong tool.

1

Find the pages that are wrong

Open the document in a thumbnail or grid view. Sideways pages are unmistakable at that size, and you can note their positions in one pass.

2

Decide the direction for each

Ninety degrees clockwise, ninety anticlockwise, or one hundred and eighty. A page that is upside down needs 180, which is easy to confuse with two separate 90 degree turns done in the wrong order.

3

Apply and save, then reopen

Save the file, close it, and open it again. That final check is the one that distinguishes a real page rotation from a view rotation you only thought you saved.

Fix rotation before merging
If you are assembling a document from several scans, rotate each source before combining them. A sideways page is easy to find in a three page file and tedious to locate at position forty-seven of a merged document. It is the same work done at a much lower cost.

Why scanners get it wrong

Many scanners try to detect orientation automatically by looking for text and working out which way it runs. It is a sensible approach and it fails predictably.

Pages with very little text give it almost nothing to work with. Forms, tables, diagrams, photographs and title pages are the usual casualties. A page of dense prose is almost always detected correctly, which is why a scanned report can have forty-eight correct pages and two wrong ones.

Automatic rotation can also rotate correct pages
Detection errors go both ways. A page that went into the scanner correctly can come out turned, if the software misread a diagram as sideways text. If several pages in a batch are wrong in different directions, the detection is the cause rather than how the paper was loaded, and turning it off may be better than correcting its output.

Rotation and printing

A page rotated in the file prints in its corrected orientation, which is what you want. Where this gets confusing is the interaction with the print dialog's own orientation setting.

If a document contains both portrait and landscape pages, a single orientation setting in the print dialog cannot suit both. Most dialogs offer an automatic option that follows each page's own rotation, and selecting it is almost always the right answer for a mixed document.

Check it in a different reader
Before sending a rotated document, open it in something other than the tool you used. If a rotation was applied as a view setting rather than written into the page, a different reader will show the original orientation and reveal the problem while you can still fix it.

Rotate pages permanently

Fix one page or the whole file and save the result. Runs in your browser, nothing uploaded.

Open Rotate PDF

Common questions

Making the change stick.

01Why does my rotation not save?

You almost certainly used the reader's view rotation, which turns the page on screen without changing the file. Look for a page rotation command, often in a thumbnail panel or an organise pages view, and save afterwards.

02Does rotating reduce quality?

No. A PDF page stores a rotation value that readers apply when drawing, and the page content is never redrawn or resampled. Rotating four times returns you to exactly where you started.

03Can I rotate a single page rather than all of them?

Yes, and usually you should. Page rotation is stored per page, so a document can hold any mixture of orientations. View rotation, by contrast, turns everything at once.

04Why did my scanner rotate pages that were the right way up?

Automatic orientation detection works by finding text and deciding which way it runs. Pages with little text, such as forms, diagrams and title pages, give it too little to judge by, and it sometimes rotates a page that was already correct.

05How do I rotate a page that is upside down?

Apply 180 degrees in one step. Doing two 90 degree turns reaches the same place, and it is easy to apply them in opposite directions by mistake and end up back where you began.

06Will the rotation show correctly for other people?

Yes, if it was written into the page rather than applied as a view setting. Page rotation is part of the file and every reader honours it. Test by opening the saved file in a different reader before sending.