DEV Community

Enlh NG
Enlh NG

Posted on

8 Free Tools to Rotate a PDF (Because Scanners Never Get Orientation Right)

Scan a document with any multifunction printer and there's a coin-flip chance at least one page comes out sideways or upside-down. Most PDF viewers let you rotate the view temporarily, but close the file and reopen it and you're back to tilting your head. What you actually want is a tool that bakes the rotation into the file itself, permanently.

I looked at 8 free ways to do that — and one important distinction came up repeatedly that's worth knowing before you pick one: whole-document rotation vs. per-page rotation. Not every tool does both, including the one I use most.

1. ToolTiny — fast, permanent, whole-document only

ToolTiny's Rotate PDF tool does one thing cleanly: pick 90° left, 90° right, or 180°, and it applies that rotation to the entire document by rewriting the PDF's rotation matrix — not re-encoding the page content, so there's zero quality loss on text or images. Processing is close to instant even on larger files, no account needed, and source files are auto-deleted from the server within 10 minutes.

The real limitation, stated plainly: it rotates the whole document, not individual pages. If only page 4 of a 12-page PDF is sideways, this tool will fix page 4 but also rotate the other 11 pages you didn't want touched. For page-specific fixes, ToolTiny's own Organize PDF tool handles that instead — worth knowing since it's a separate tool, not a mode switch on this one.

2. PDFgear — per-page rotation, fully client-side

Everything runs locally in your browser — nothing gets uploaded anywhere. You can preview thumbnails and rotate individual pages independently, or hit "Rotate All" for the whole document in one click. No account, no file size cap mentioned.

3. Drawboard — also fully local, no size limits

Same client-side privacy angle as PDFgear: your PDF never leaves your device. Supports rotating a single page or the entire file, and since nothing uploads, there's effectively no limit on how many files or how large they can be beyond what your own machine can handle.

4. Smallpdf — per-page control, 1-hour auto-delete

Lets you rotate specific pages or the whole document, uploads over TLS, and deletes files an hour after processing. GDPR-compliant and ISO 27001-certified if that matters for your use case (healthcare, legal, etc.).

5. Adobe Acrobat Online — batch multiple files, per-page precision

Free tier lets you rotate individual pages after uploading, and — unusually for this list — supports batching up to 100 files at once (500 pages each, 100MB total). If you need to flip a page horizontally or vertically rather than just 90°/180° rotation, that specific feature needs the 7-day Acrobat Pro trial.

6. PDF24 — no watermarks, no limits, per-page thumbnails

You get a thumbnail grid of every page and rotate them individually or in bulk. No registration, no file size restriction mentioned, and it's been consistently watermark-free across every tool in their suite, not just this one.

7. Xodo — per-page rotation, works the same across devices

Browser-based rotation with per-page control, plus a mobile app (iOS/Android) if you'd rather do this from your phone than a desktop browser. Also does merge, split, and convert if you end up needing more than just rotation.

8. macOS Preview — built-in, zero upload, zero install

If you're on a Mac, you don't need a website at all: open the PDF in Preview, press ⌘+L to rotate left or ⌘+R to rotate right, then save. It's the fastest option on this list if you're already on macOS, and nothing ever touches a server.

Quick comparison

Tool Per-page rotation Runs client-side Notes
ToolTiny ❌ (whole doc only) No (auto-deletes in 10 min) Fastest for "the whole thing is sideways"
PDFgear Yes No upload, no size cap
Drawboard Yes No upload, no size cap
Smallpdf No (1-hour auto-delete) ISO 27001 certified
Adobe Acrobat No Batch up to 100 files
PDF24 No No watermarks, ever
Xodo No Has a mobile app too
macOS Preview Yes (native) Fastest if you're on a Mac

Which one for which situation

  • Entire scan came out sideways or upside-down? ToolTiny — one click, done, and no re-encoding means zero quality loss.
  • Only some pages are wrong? PDFgear or Drawboard if you don't want to upload anything, Smallpdf or PDF24 if you don't mind.
  • Batching dozens of files at once? Adobe Acrobat is the only one here built for that scale.
  • On a Mac and don't want to open a browser at all? ⌘+L / ⌘+R in Preview, genuinely faster than any website.

The honest note

"Permanent rotation" gets thrown around by every tool on this list, including ToolTiny, and it's a meaningful distinction worth understanding: a PDF viewer's temporary rotate button changes a display setting that resets or ignores itself depending on the software opening the file later. A real rotation tool rewrites the page's rotation value in the PDF's own structure, so every viewer — Adobe Reader, a browser, a phone — respects it identically. If a "rotate" feature only seems to work in the tool that made the change and reverts elsewhere, that's the difference you're running into.

Top comments (0)