Rotera PDF
Rotation per sida
Om det här verktyget
Rotate selected pages - or all pages - of a PDF by 90, 180 or 270 degrees. Fixes scans that came in sideways, slides exported in the wrong orientation, and pages that were originally landscape but stored as portrait.
Privvert uses pdf-lib to flip the page rotation flag, which is lossless and instant. The output is bit-for-bit identical to the source except for the orientation metadata. Runs entirely in your browser.
Funktioner
- Per-page rotation
- Bulk-rotate all pages
- Rotate 90° / 180° / 270°
- Lossless - only the rotation flag changes, nothing is re-rendered
- Instant - no encode step
- Browser-only - files never uploaded
- Free and unlimited
- Rotates by 90, 180 or 270 degrees per page or per page range
Så använder du det
- Drop in your PDF.
- Pick which pages to rotate (or 'all').
- Pick the rotation angle.
- Click Rotate and download.
Allt sker i din webbläsare med JavaScript och WebAssembly. Dina filer laddas aldrig upp, lagras aldrig och ses aldrig av oss.
Vanliga frågor
No - only the page rotation flag in the PDF metadata is updated. Quality is bit-for-bit identical to the source.
Some viewers (older, embedded) ignore the rotation flag. If a viewer is misbehaving, you can use a tool like the PDF Compress tool to flatten everything to images, baking the rotation in.
Yes - text, fonts, links and form fields all stay intact.
Only 90° increments are supported in PDF page rotation. Arbitrary angles would require re-rendering the page.
No. The rotation is applied at the PDF page-object level - the original page contents are untouched, only the rotation flag is changed. File size stays essentially identical and quality is preserved exactly.
A few older viewers ignore page-level rotation. If you need the rotation to be guaranteed everywhere, export the rotated PDF and re-save it through the Image to PDF tool to bake the rotation into the page content itself.