Office Workers
Fix scanned bank statements or invoices that came through the feeder upside-down before filing or forwarding.
Scanners and phone cameras don't always agree on orientation. A document scanned upside-down in a batch feeder, a photo of a contract taken sideways, or an architectural plan that was saved in the wrong rotation — these are everyday problems that waste time when viewers need to tilt their heads to read. The right fix isn't a workaround: it's a tool that writes the rotation back into the file permanently, so every viewer on every device displays the page correctly from the first open.
LuraPDF's rotate PDF tool uses pdf-lib to set the /Rotate key on each selected page dictionary — 90, 180, or 270 degrees. No pixel re-encoding occurs, meaning the file quality is byte-identical to the original for all content. The rotation is baked into the PDF standard's page metadata, so Adobe Acrobat, Foxit, Preview on Mac, and every major reader honours it. You select pages via thumbnail grid, pick an angle, preview, and download. The entire operation runs locally in your browser.
Anyone who deals with scanned documents, phone-camera PDFs, or misoriented pages in compiled documents.
Fix scanned bank statements or invoices that came through the feeder upside-down before filing or forwarding.
Correct sideways contract photos taken in the field before attaching to case management systems.
Fix mixed-orientation pages in multi-source reports before the final PDF goes to stakeholders.
Rotate A3 landscape plan pages embedded in portrait-format project documents to the correct orientation.
Correct receipt scans captured in random orientations before submitting expense claims.
Fix class notes scanned with auto-rotate disabled so every page reads correctly in the digital handout.
Rotating in the browser is faster, safer, and more reliable than desktop alternatives.
The PDF specification includes a /Rotate key in each page's dictionary that tells viewers how many degrees to rotate the page when rendering it. LuraPDF reads your PDF with pdf-lib, identifies the pages you selected, and sets the /Rotate key to 90, 180, or 270 degrees (accumulating any existing rotation so the result is always absolute). No page content is re-encoded — the text, vector graphics, and embedded images remain byte-identical.
After setting all rotation keys, pdf-lib serializes the updated PDF to a Uint8Array in browser memory, and the browser downloads it as a file. Nothing is uploaded, cached, or stored on any server. Closing the tab immediately frees all memory. The result is a standard-compliant PDF that every reader — including Adobe Acrobat, Apple Preview, and Foxit — renders at the corrected orientation automatically.
| Feature | LuraPDF | ilovepdf | Adobe Reader |
|---|---|---|---|
| Saves rotation permanently | Yes | Yes | View-only (paid to save) |
| Per-page selection | Yes | Yes | Yes |
| Browser-only / no upload | Yes | No | No |
| Free unlimited | Yes | Limited | View only free |
A few good habits will save time and avoid common pitfalls when fixing orientation.
Fix orientation at the scanning step if you can — rotating before OCR gives much better text-recognition accuracy.
Use 180° for completely upside-down pages; use 90° CW or CCW for sideways portrait or landscape errors.
Pair with Reorder PDF Pages if pages are also out of sequence — do rotation first, then reorder.
Confirm direction in the thumbnail preview before downloading — undo is just one click if you got CW/CCW wrong.
OCR after rotation, not before — text direction accuracy depends on correct page orientation.
Rotate before merging a document into a larger PDF — it's harder to fix individual pages after merging.
Fix sideways scans, upside-down contracts, and mixed-orientation reports permanently. Browser-only, no upload, no quality loss. Select pages, pick an angle, download — done.