Guide · 4 min read
How to Rotate a PDF and Keep It Rotated, Privately
Scans and phone photos often open sideways. Here is how to rotate a PDF so the rotation is saved permanently, entirely in your browser with no upload.
Scanned documents and phone photos have a habit of opening sideways or upside down. Rotating them in a viewer often only changes how they look on screen, not how they are saved, so the next person opens the same sideways page. To fix it for good you need to bake the rotation into the file, and you can do that without uploading anything.
Why a viewer rotation does not stick
Many PDF viewers let you rotate the view, but that setting is temporary. It is not written into the document, so the file itself is unchanged and the rotation is lost when you send or reopen it. A proper rotate tool changes the page's stored orientation, which travels with the file everywhere it goes.
How on-device rotation works
A browser-native rotate tool reads the PDF locally and updates each page's orientation in 90-degree steps with pdf-lib, then saves the result on your machine. Nothing is uploaded. Because it works on the bytes in your browser, it also keeps working offline once the page has loaded.
Step by step: rotate and save a PDF
- 1Open the rotate PDF tool. The file loads in the browser; it is not uploaded.
- 2Rotate the whole document, or rotate individual pages that came in at the wrong angle.
- 3Turn each page in 90-degree steps until it reads correctly.
- 4Save and download. The rotation is now part of the file and opens correctly in any reader.
Fixing orientation before you sign or send a scan means the recipient sees it the right way up, with no manual rotating on their end.
A clean-up workflow for scans
Sideways pages usually come with other scan clean-up. After rotating, you can reorder or delete pages, or export the pages as images if you need them outside a PDF. For a batch of photos that should become one tidy document, convert the images to a PDF first, then rotate any that need it. All of it stays on your device.
Frequently asked questions
How do I rotate a PDF so it stays rotated?
Use a tool that writes the rotation into the file rather than a viewer setting. Nijam Tools updates the page orientation in the saved PDF, so it opens correctly everywhere.
Can I rotate only some pages?
Yes. You can rotate the whole document at once or turn individual pages, which is useful when only a few scanned pages came in sideways.
Is the rotation done without uploading my file?
Yes. The rotation is applied in your browser with no upload, and it works offline once the page has loaded.