Skip to content

Free tools · PDF

Rotate PDF

Every page, or only the ones you name. Saved into the file, not just the viewer.

Free · no sign-up · no watermark · up to 50 MB · uploads deleted after 24 hours, results after 7 days.

How to rotate pdf

  1. Drop the PDF.
  2. Choose the angle, and the pages if not all of them.
  3. Press Rotate and download.

What happens to your file

The rotation is written into each page’s own rotation attribute, which every viewer honours — unlike the "rotate view" button in a reader, which changes nothing in the file.

Content is not re-rendered: text stays selectable and vector drawings stay sharp.

Questions

Why does my scan come out sideways?

The scanner wrote the page in the orientation it was fed. Rotating here fixes the page itself, so it opens correctly everywhere.

Can I rotate only some pages?

Yes — name them in the Pages field, for example "2, 5-7". The rest are left alone.

Is rotating lossless?

Yes. Only a page attribute changes.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "pdf.rotate",
    "options": {
      "angle": 90
    }
  }'

The same operation, pdf.rotate — Right-angle rotation, whole document or selected pages. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.