How to Rotate PDF Pages Permanently
Few things are as quietly annoying as a PDF that opens sideways. You tilt your head, rotate the view, read it — and then the next person you send it to has to do exactly the same thing. Worse, it prints sideways too. The fix is to rotate the pages and save that rotation into the file, which is a different thing from rotating your view. This guide explains the difference, which angle to choose, and how to handle documents where only some pages are wrong.
The core problem: viewer rotation is temporary
Every PDF reader has a rotate button. Press it and the page turns — problem apparently solved. But close the file and reopen it, and it is sideways again.
That is because the rotate button in most viewers only changes how the page is being displayed to you right now. It does not modify the document. So the rotation:
- does not persist when the file is reopened;
- does not carry over when you email the file to someone else;
- usually does not apply when you print.
To fix it for good you need a tool that writes the rotation into the PDF itself. Every page in a PDF carries a /Rotate value — 0, 90, 180 or 270 degrees — that tells every viewer how to display it. Changing that is what makes the fix permanent for everyone who opens the document.
Which angle do I need?
People routinely pick the wrong one and end up flipping the page 180° from where they wanted. Work out where the top of the text is currently pointing:
- Top points right → rotate 270° (i.e. 90° counter-clockwise / anticlockwise).
- Top points left → rotate 90° (90° clockwise).
- Top points down (upside down) → rotate 180°.
A simple sanity check: to read the page as it currently sits, which way would you tilt your head? If you tilt your head left, the page needs to turn clockwise (90°). If you tilt right, it needs 270°. And if you would have to stand on your head, it is 180°.
Note that rotating by 90° or 270° also swaps the page's effective width and height — a portrait page becomes landscape. That is expected.
Step by step
- Open your PDF in the tool.
- Look at the pages. Decide whether every page is wrong, or only some.
- Choose the angle — 90°, 180° or 270°.
- Apply to all pages, or just the ones that need it.
- Check the result before downloading.
- Download the corrected file — the rotation is now baked in.
When only some pages are sideways
This is very common with scanners. Someone feeds a stack of paper in, and a few sheets go in the wrong way round — often the landscape pages, like a spreadsheet or a wide table that was deliberately printed sideways.
Resist the urge to rotate everything. Rotating the whole document to fix three pages simply breaks the other forty. Instead, note the specific page numbers that are wrong and rotate only those. If different pages are wrong in different directions, do it in passes: rotate the 90° group, then the 270° group.
One subtlety worth knowing: in a well-made document, a wide table issupposed to be landscape. Before you “fix” it, check whether the page is genuinely misoriented or just intentionally wide.
Why scans come out sideways in the first place
- Paper fed the wrong way. The scanner records exactly what it was given.
- Auto-rotate misfiring. Many scanners try to detect text orientation and straighten pages automatically. On forms, tables or handwriting they frequently guess wrong.
- Phone photo metadata. Photos store an orientation flag rather than actually rotating the pixels, and not every program honours it — so an image that looks upright in your gallery can turn sideways once it is inside a PDF.
Does rotating reduce quality?
No — and this is one of the nicer facts about PDFs. Rotation does not re-render or re-compress anything. It simply updates a single number in the page's metadata that tells viewers how to display it. The text, images and vectors are untouched, so the file is identical in quality and almost identical in size.
This is quite different from rotating a JPEG, where a non-lossless rotation genuinely re-encodes the image and can degrade it.
Common mistakes to avoid
- Relying on the viewer's rotate button and assuming it saved. It almost certainly did not.
- Picking 90° when you needed 270°, landing exactly upside down from your goal.
- Rotating the whole document when only a few pages were wrong.
- Rotating after merging. Fix orientation in each source file first, then merge — it is much less fiddly.
- Not checking the print preview. Orientation problems love to reappear at the printer.
Where rotation fits in a clean-up workflow
If you are tidying up a scanned document, the order that saves the most time is:
- Rotate any sideways pages so everything is upright.
- Delete the blank pages the scanner inserted.
- Merge with any other documents, or split off the parts you need.
Doing rotation first means you are looking at readable pages while you decide what to keep.
Frequently asked questions
Will the rotation show for everyone I send it to? Yes — once the rotation is written into the file, every viewer on every device honours it.
Can I rotate a password-protected PDF? You need to unlock it first.
Does rotating make the file bigger? Essentially no. Only a small metadata value changes.
Can I rotate by an arbitrary angle, like 5°, to straighten a crooked scan? No. PDF rotation only supports 90° increments. Straightening a slightly skewed scan (deskewing) is a different operation performed on the image itself.
Rotate your PDF now
Use our Rotate PDF tool to fix orientation and save it permanently — free, no watermark, and processed entirely in your browser so the file never leaves your device. Continuing the clean-up? Try Delete PDF Pages to remove blanks, Merge PDF to combine the corrected files, or Split PDF to pull out just the pages you need.