Rotate PDF

Rotate every page of a PDF 90° or 180°. Fast, private, batchable — the PDF never leaves your browser.

Drop PDF files here or
  1. Drop one or many PDFs.
  2. Pick a rotation: 90° clockwise, 90° counter-clockwise, or 180°.
  3. Click Rotate all. Every page of every selected PDF rotates by the chosen amount.
  4. Download each result individually or as a ZIP.
What does it do?

Each PDF page has a rotation value (0°, 90°, 180°, or 270°). This tool adds your chosen rotation to that value on every page, then saves the file. Rotation is metadata, not a re-render — the operation is near-instant even for multi-hundred-page documents, and the output file size matches the input.

Example

Example:

Input:    scan.pdf (40 pages, all sideways at 90°)
Action:   rotate 90° counter-clockwise
Output:   scan-rotated.pdf (40 pages, now upright)

Common errors and pitfalls

Common pitfalls when rotating PDFs:

  • Rotation is cumulative. If a page already has 90° rotation applied and you rotate it another 90°, you'll end up at 180° (upside-down). If the rotation looks wrong after one pass, try the opposite direction.
  • Some pages rotated, others not. This tool rotates every page of each PDF. For per-page control, use the PDF Organizer.
  • Rotation looks fine in one viewer, wrong in another. Rare but real — some buggy PDF generators embed pre-rotated page content plus a rotation flag. Opening such a file anywhere except the generator's own viewer shows it double-rotated. In that case, open the file in that original viewer and export it fresh before rotating here.
Frequently asked questions

What rotation options are available?

90° clockwise, 90° counter-clockwise, and 180° (flip upside down). Those three cover every real-world case — arbitrary-angle rotation (e.g. 45°) is not what PDF rotation means; for that, convert to an image first and use the Image Cropper.

Can I rotate only specific pages?

This tool rotates every page of each PDF you drop. If you need to rotate only a subset, use the PDF Organizer — it lets you rotate individual pages with up/down controls. The dedicated tool here is optimised for the common case: "this PDF was scanned sideways, rotate the whole thing".

My PDF pages already have a rotation value set — will this add to it?

Yes. The rotation you pick here is applied on top of the existing page rotation. So a page that is already rotated 90° will become 180° after you rotate it another 90°. If the file was generated by a scanner that tagged every page as rotated, this is usually what you want.

Can I rotate many PDFs at once?

Yes. Drop as many PDFs as you need — every file gets the same rotation applied to every page. Download each individually or grab them as a ZIP.

Why is rotation so fast compared to other PDF tools?

Rotation is metadata-only: each page carries a rotation number in its dictionary (0 / 90 / 180 / 270). Changing it does not re-render anything; the PDF viewer handles display rotation at draw time. Output file size is essentially identical to input.

Do you save the PDFs I rotate here?

No. We don't save the PDF you drop here or the rotated copy you download. Everything is discarded the moment you close or refresh the tab. You can verify in your browser's developer tools.