Rotate PDF
Drop a PDF, pick a rotation angle, get a rotated copy. We update each page's /Rotate entry ; content, fonts and images stay untouched. Up to 50 Mb input.
Drop your file here
audio, image, PDF — up to 50 Mb.
How to rotate a PDF
1. Drop your PDF
Click the drop-zone or drag a file from your desktop. Up to 50 Mb.
2. Pick an angle
Choose 90, 180 or 270 degrees. The same rotation is applied to every page.
3. Download the rotated PDF
The new file is ready instantly ; no email required.
About Rotate PDF
Rotate PDF flips every page of a PDF document by a multiple of 90 degrees and writes back a new file with the corrected orientation. The use case is almost always the same and almost always frustrating : a colleague scanned a stack of documents with the feeder loaded sideways, your phone exported a contract upside-down, or a mobile scanner app stored everything in landscape when you needed portrait. Reading a sideways report on a laptop is annoying ; printing one wastes paper. Rotate PDF fixes the orientation in one click. Under the hood, this is the simplest of all our PDF pipelines and on purpose : we open the file with lopdf, walk the page tree, and update the `/Rotate` entry on each page object to the new angle. No raster, no re-encoding, no quality knob — the visible content stream is left strictly untouched, which means the rotated PDF is byte-equivalent to the original except for a handful of integer keys. The cross-reference table is rebuilt cleanly so the output is still a valid PDF/1.7 file that opens identically in Acrobat, Preview, browser viewers and mobile readers. A content-hash cache makes re-rotations instant. What sets BastosConvert apart : Rotate PDF runs fully server-side in Rust, the page never asks for an email, and your file is purged from memory the moment the response is streamed.