Fix sideways and upside-down pages
Scanners and phone-camera PDFs often produce pages that are rotated the wrong way. Rather than re-scanning, you can correct the orientation in seconds. This tool reads each page, lets you turn the ones that need it, and writes a corrected PDF — all without uploading your document.
How it works
Every PDF page stores its display orientation in a /Rotate entry, which must be a multiple of 90 degrees. Viewers read that value and rotate the page content when drawing it. This tool:
- Loads the PDF with pdf-lib and reads each page’s existing rotation.
- Tracks the additional rotation you apply per page (the previews update live).
- On save, sets each page’s
/Rotateto its original angle plus your change, normalised to 0, 90, 180, or 270 degrees.
Because only this metadata value changes, nothing is rasterised — text remains selectable, vector graphics stay crisp, and the file size barely changes.
Tips and notes
- Rotate all, then fine-tune. If most pages need the same turn, use the “rotate all” buttons first, then adjust the odd page out.
- Clockwise vs counter-clockwise: the two single-page arrows turn that page in each direction; the displayed angle confirms the result.
- No quality loss: unlike tools that flatten pages to images, metadata rotation keeps your PDF fully searchable and lightweight.
- Everything is processed locally, so confidential documents stay on your machine.