How to rotate a PDF permanently (so the rotation actually saves)
Rotating a PDF in your viewer often does not save — open it again and it is sideways once more. Here is how to rotate it for real, in your browser, so the rotation sticks everywhere.
Open the Rotate PDF tool →If you have ever opened a sideways scan, rotated it in Preview or Acrobat, closed the file, and seen it pop back sideways the next time you opened it — you have hit PDF’s biggest UX papercut. Most viewers rotate the view, not the file. To rotate a PDF so the rotation sticks everywhere, you have to write the rotation into the PDF itself. Here is how, in your browser.
What “rotate” usually does (and why it does not save)
When you click the rotate button in Apple Preview or Adobe Reader, the viewer adjusts the display transform for your current session. The PDF’s underlying page orientation does not change. Close the file, share it, open it in a different app — back to sideways.
To rotate permanently you need to modify each page’s /Rotate attribute inside the PDF structure. That is a write operation, and most viewers do not expose it (some, like full Acrobat Pro, do — buried in tools).
The fix in 30 seconds
Drop the sideways PDF into the Rotate PDF tool. You see a grid of page thumbnails — each in its current orientation. Click any thumbnail to rotate it 90° clockwise. Click again for 180°. Once more for 270°. A fourth click brings it back to the original.
If every page needs the same rotation (common when an entire scan came in sideways), use Rotate all to spin every page at once.
Hit Apply rotations and download. The result is a real PDF with the rotations written into the structure. Open it anywhere — sideways no more.
Common rotation scenarios
- Scanner ate the page sideways. Rotate all → 90° → apply.
- Mixed orientation packet (cover page portrait, some forms landscape). Click only the misoriented pages.
- Photographed receipt. Phone-camera PDFs are often rotated 90° depending on how you held the phone.
- OCR-rotated text. Some OCR tools detect orientation incorrectly. Re-rotate before re-OCRing.
Quality and metadata
Rotation is a lossless, metadata-only change:
- No rasterization. Text stays selectable and searchable.
- No quality loss. Embedded images, fonts, and vectors are bit-identical.
- No size change. The output file size is essentially the same as the input.
- Bookmarks and links are preserved.
If pages remain sideways after rotation in some specific viewer, that viewer is non-compliant (rare, mostly older Android PDF apps). Every mainstream modern viewer respects the /Rotate attribute.
Privacy
The rotation runs in your browser via pdf-lib — no server involved. Your PDF stays on your device, and you can confirm in the Network tab that nothing is uploaded.
Step by step
- Open the Rotate PDF tool.
- Drop the PDF on the upload area — page thumbnails appear.
- Click each page until it rotates to the orientation you want (each click is 90°).
- Use "Rotate all" if every page needs the same rotation.
- Click "Apply rotations" and download the result.
FAQs
- Why does rotating in Preview/Acrobat not save?
- Most PDF viewers rotate the display only — they apply a temporary view transform that lasts as long as you have the file open. Closing and reopening, or sharing the file, shows the original orientation. To rotate "permanently" you have to write the rotation into the PDF itself, which is what this tool does.
- Does the rotation save in all viewers?
- Yes. The tool writes the rotation into each page's structure (the `/Rotate` page attribute, in PDF terms), so every spec-compliant viewer — Preview, Acrobat, Edge, Chrome's built-in viewer, mobile viewers — opens the file in the rotated orientation.
- Does rotating affect text searchability or quality?
- No. Rotation is a metadata-level operation — text stays selectable, embedded fonts are preserved, and there is no rasterization. The file size stays nearly identical.
- Can I rotate only specific pages?
- Yes. Click each thumbnail individually to rotate just those pages. The rest stay in their original orientation. "Rotate all" is a shortcut when every page needs the same rotation.
Related guides
- Fix a sideways scan Scanners flip pages all the time. Here's how to rotate scanned PDF pages — one page or all of them — right-side-up, in your browser.
- Extract pages from a PDF Sometimes you only need a few pages from a long PDF — a single contract clause, two pages from a long report. Here's how to pull them out, in your browser.
- Compress PDF for email Most email providers cap attachments at around 20–25 MB. Here's the fastest way to shrink a PDF until it fits — entirely in your browser, no upload.