PDF Rotate
Lossless rotation — page metadata only, no re-render.
How it works
Fix sideways scanned pages or correct mis-oriented exports. The rotation is metadata-only — no pixels are re-rendered, so file size stays roughly the same and there is zero quality loss. Use "all" to rotate the whole document or specify page numbers.
FAQ
Will rotation change the file size?
Almost not at all. We update the page rotation metadata and write the PDF back; no pixels are touched.
Can I rotate different pages by different amounts?
Run the tool twice — first 90° on the pages that need 90°, then 180° on the pages that need 180°.
Why does my PDF still look upside down in some viewers?
A few legacy PDF viewers ignore the rotation tag. Modern Acrobat, Preview, and any browser PDF viewer respect it correctly.
Use via API
Need to automate this? The same engine is available as a REST API at api.bytario.com.
curl "https://api.bytario.com/v1/pdf/rotate?degrees=90" \
-H "Authorization: Bearer $BYTARIO_KEY" \
--data-binary @doc.pdf \
--output rotated.pdf
POST /v1/pdf/rotate — full docs · pricing from $9/mo