Rotate PDF
Rotate PDF pages individually or all at once. Fix sideways or upside-down scans in seconds. Works in your browser with no upload to servers.
Drop your PDF here
or click to choose a file
Max file size: 100MB
How PDF Rotation Works (and Why It Is Free)
Rotating a PDF page does not re-render anything. The PDF specification (ISO 32000-1) lets each page carry a Rotate property that takes one of four values: 0, 90, 180, or 270 degrees. The tool above just changes that property. The text stays text, embedded images stay at full resolution, and the file size barely changes. That is why rotation is instant even on a 200-page document.
The most common reason to rotate is a scan that came out wrong. Office multifunction devices and phone scanner apps often misjudge orientation, especially for landscape pages mixed in with portrait. Sideways scans of contracts, upside-down photos in a portfolio, or a single page in the middle of a thesis that auto-flipped - rotating fixes them in seconds without touching the underlying content.
Per-Page vs Whole-Document Rotation
Most rotation tools force you to rotate every page the same way. This one lets you click each thumbnail to rotate just that page, or use the bulk-rotate buttons to spin the whole document at once. That matters for mixed bundles: a court bundle where most pages are portrait but the disclosure exhibits are landscape and need separate orientation.
After rotation, the page looks correct in any standards-compliant viewer (Acrobat, Preview, Chrome's built-in viewer, mobile readers). Older or non-compliant viewers may ignore the Rotate property and display the page in its stored orientation, but those are increasingly rare. If you need rotation that survives any viewer, you would need a tool that actually re-renders the page bitmap, which is a different operation.
Browser-Only, No File Upload
Rotation runs entirely client-side using pdf-lib. The document is read into your browser's memory, the Rotate property is updated, and the file is offered back as a download. The original never travels to a server. For solicitor letters, payslips, exhibit bundles, or anything with personal information, this is the only sensible model.
Mobile browsers handle most rotations easily, since the operation is structural rather than computational. Very large encrypted PDFs are the usual exception; they need to be decrypted first before pdf-lib can modify them. If you have a final document that needs both rotation fixed and form fields locked, follow rotation with [Flatten PDF](/flatten-pdf).
Frequently Asked Questions
Can I rotate just a single page without affecting the rest?
Yes. Click the thumbnail of the page you want to rotate and use the rotate button on that thumbnail. Each page has its own rotation setting, so you can mix orientations freely. To rotate everything together, use the bulk rotate buttons instead.
Will rotation reduce my file size?
Not noticeably. Rotation just sets a metadata flag on each page; it does not re-encode any content. Expect the rotated file to be within a kilobyte or two of the original size. To actually shrink a PDF, you need a compression tool that recompresses embedded images.
Why does my rotated PDF still look sideways in some apps?
A few older PDF viewers ignore the Rotate property and render pages in their stored orientation. This is rare in modern viewers (Acrobat, Edge, Chrome, Preview, mobile PDF readers). If you must support an old viewer, you would need a tool that physically re-renders pages, which is not how lightweight rotation works.
Can I rotate password-protected PDFs?
Only if the file is decrypted first. Browser PDF libraries cannot modify an encrypted document without the password. If you have the password, open the file in a desktop reader and save an unprotected copy; if you do not, the document's owner needs to provide one.
Related Tools
Merge PDF
Combine multiple PDF files into one document. Drag and drop to reorder pages before merging. Free, fast, and works entirely in your browser.
Split PDF
Split a PDF into separate files. Extract specific pages, split into individual pages, or define custom page ranges. Free and private.
Crop PDF
Crop PDF pages by adjusting margins. Remove whitespace, resize the visible area, or trim pages to a specific size. Apply to all pages or selected pages.
Flatten PDF
Flatten form fields and annotations in a PDF into static content. The document looks the same but fields can no longer be edited. Ideal for final versions.