IT
OmnvertImage • Document • Network

Rotate & reorder PDF pages

Rotate every page, or a specific range, by 90°, 180°, or 270°. Preview your PDF and download the rotated file — fast, ad-free, no sign-up.

Only PDF files are accepted. Your file is processed briefly and deleted after download.
1
Upload PDF
Choose a PDF up to 50 MB.
2
Pick angle & scope
90°, 180° or 270°; optional page range.
3
Rotate & download
You get a new PDF — the original isn't changed.

PDF Preview

No file selected
Your PDF preview will appear here.

If rotation fails, please ensure your PDF is not password-protected.

Server-sideProcessed server-side

This tool uses a server-side service for processing; uploaded files or requests are not kept for long-term storage.

About

Rotating PDF pages is one of those tasks that sounds trivial until you actually need to do it on a document with mixed orientations and you discover that the obvious-looking option in your PDF reader either doesn't exist, doesn't save permanently, or rotates the entire file instead of just the page you wanted. The reasons people end up needing this are predictable and common — a multi-page scan where one page came out sideways, a contract where the appendix was photographed in landscape, a report assembled from multiple sources where some pages were saved with the wrong orientation. The fix is fundamentally a metadata change rather than a content change, but the tooling around it varies wildly between PDF editors, and a free, fast, no-install option for getting it right is genuinely useful.

The technical detail that separates a good rotation from a bad one is whether the rotation is applied to the page-orientation metadata or to the actual rasterised content. Good rotation flips a flag in the PDF's structure that says 'render this page rotated 90 degrees' — text stays selectable, internal links keep working, embedded fonts remain embedded, hyperlinks and form fields preserve their behaviour. Bad rotation rasterises the page to an image, rotates the image, and re-embeds it as an image-only page; the visual result looks the same but the page is now an image of text rather than actual text, and search, copy-paste, and accessibility all break silently. The path here uses the metadata-flip approach by default, which means rotation is fast, the file size stays roughly identical, and nothing about the page degrades in transit.

Page ranges are the part where this tool earns its keep over the desktop alternative. Most PDF readers offer a one-click rotation that affects either the current page or every page; rotating only pages 5, 7, and 12 of a 50-page document usually means manually rotating each in turn. The range syntax here accepts simple lists ('5,7,12'), continuous spans ('15-20'), and combinations ('1,4-7,12,18-20'), which means a multi-page rotation across non-contiguous pages can be expressed in one input field rather than three separate operations. For documents assembled from various sources where rotation issues cluster in particular sections, this saves a meaningful amount of time.

There's an interaction with signed PDFs worth being aware of. Digital signatures attached to a PDF cover the file's bytes at the moment of signing, and any modification to the file — including a metadata-only rotation — invalidates the signature. The tool here will still rotate a signed PDF if the file's permissions allow content modification, but the signature will no longer verify on the resulting file. For documents where the signature itself is the load-bearing element (executed contracts, court submissions, legally binding declarations), the rotation needs to happen before signing rather than after; otherwise the file becomes useless for the purpose it was signed to support. For documents where the signature is decorative or where re-signing is acceptable, this isn't an issue.

Encrypted PDFs interact with rotation through their permission flags. A PDF can be encrypted with permissions that explicitly forbid content modification, and the rotation operation respects those flags — if the file is locked against modifications, the conversion will refuse rather than silently produce a corrupted file. The owner password (if set) bypasses the modification restriction, so when you have the rights to the document you can rotate it regardless of permission flags. For files where you don't have the owner password, the standard practice is decrypting first, rotating, and re-encrypting if the protection still matters; this tool's flow supports that pattern when the password is known.

Whole-document rotation is the case that comes up most often in practice — a PDF that for some historical reason was saved with all pages 90 degrees off true. Mobile scanning apps occasionally do this when the device's orientation sensor confuses landscape capture with portrait, and the resulting file looks fine on the phone but opens sideways on a desktop because the desktop reader respects the metadata while the phone renderer apparently doesn't. A single 'rotate all pages' operation fixes the entire document in one step, and because the underlying operation is a metadata flag rather than re-rasterising, the file size stays constant and the pages remain searchable.

There's a related operation that shows up in the same workflow: reordering pages. Sometimes a scanned document has all the pages rotated correctly but in the wrong order — page 3 before page 2 because the scanner picked them up in reverse, or pages assembled from a flatbed scan where the operator went back and forth. Page reordering is technically a different operation from rotation but lives in the same document-cleanup space, and it's the second thing people typically need after rotation. Doing both in sequence on the same file rather than across multiple round-trips through different tools keeps the document's signature, encryption, and embedded objects intact through both operations.

Print-and-rescan workflows are a small but persistent reason this tool stays relevant. Some compliance processes still require printing a PDF, signing it physically, and rescanning the signed document — the digital signature isn't sufficient because the receiving organisation operates on hand-signed paper artefacts. The rescanned PDF often has rotation issues because the scanner picked up pages out of orientation, and rotating the result is the cleanup step before the file goes back to the requesting organisation. The cycle is inefficient compared to digital signing, but it's still the reality for a lot of institutional workflows, and the rotation step is built into the routine.

Mobile capture apps deserve a separate paragraph because they account for a surprising share of the rotation traffic this tool sees. Apps like Adobe Scan, Microsoft Lens, and Apple Notes' built-in scanner all do orientation detection automatically, and the heuristic gets it right most of the time but fails in specific predictable ways: low-contrast backgrounds where the edge detection picks the wrong reference axis, documents photographed at unusual angles, pages with rotation markers (like an upside-down logo) that confuse the orientation guess. The result is a multi-page scanned PDF where most pages are correct and one or two are rotated 90 or 180 degrees off; spotting the wrong pages before sending and rotating them back to the correct orientation is a small but consistent maintenance task that mobile-first workflows generate in volume.

Form fields and annotations deserve a brief mention because they're the area where rotation handling can produce subtly wrong results in lower-quality tools. A PDF with a fillable form field placed at specific coordinates on a page rotated 90 degrees should still have a usable form field — but if the rotation is implemented as a content-rasterise rather than a metadata flag, the form field gets disconnected from the rendered page and ends up pointing at the wrong location, or disappearing entirely. The metadata-flag approach used here keeps form fields, annotations, and other interactive elements aligned with the rotated page, which means a rotated form is still a usable form rather than a broken one.

Operationally the tool takes a single drop. Upload the PDF, pick the rotation angle and the page range, download the result. Files are processed in temporary storage with short-lived links, no signup, no watermark, no quota counting down. The processing is fast because the operation is metadata-only by default — a 100-page PDF rotates in well under a second. Multiple PDFs can run through one after another, useful when cleaning up a folder of scans rather than dealing with a single document. The output is a standard PDF that opens identically in Acrobat, Preview, mobile readers, and browsers, with all the original content fully preserved and just the orientation corrected.

Use cases

  • Fix scans that came out sideways before printing or archiving.
  • Rotate selected pages only when a deck mixes portrait and landscape.
  • Align pages after combining PDFs from different devices.
  • Prep decks for email so reviewers don't need to tilt their heads.

How it works

  1. 1Upload a PDF (up to 50 MB).
  2. 2Pick the angle and, optionally, a page range like 1-3,5.
  3. 3Download the rotated PDF instantly — no sign-up.

FAQ

Does rotation change the page size?

No. Rotation only changes how pages display and print; the underlying paper size is preserved.

Can I rotate only certain pages?

Yes. Switch to page range and enter a spec like 1-3,5 to rotate just those pages.

Will PDF forms or signatures break?

Rotation uses qpdf and is lossless, so form fields and digital signatures remain intact.

Are files stored?

No. Files are processed transiently and deleted right after download.