Rotate Pages in a PDF Without Re-Rendering Them
Turn every page or just selected ones by a quarter or a half turn, losslessly.
About the PDF Page Rotator
Choose a quarter turn clockwise, a half turn, or a quarter turn anticlockwise, then say which pages it should apply to. Leave the page box empty and the whole document is rotated; type something like 1-3, 7 and only those pages change, which is the usual case after a batch scan where the feeder took some sheets in the wrong orientation and others correctly.
What makes this different from rotating an image is that nothing is redrawn. A PDF page carries a rotation property, and the tool updates that property rather than rasterising the content and turning the pixels. The text stays selectable, vector artwork stays sharp, and the file size is essentially unchanged. It also adds to any rotation already present, so applying a quarter turn to a page that was already rotated moves it a further ninety degrees rather than resetting it. The document is handled entirely on your own machine.
Key Features
- Three turn options: A quarter turn each way and a half turn, which between them fix every orientation problem a scanner creates.
- Selective pages: Apply the turn to a list or range of pages, or leave the field empty to rotate the whole document.
- Genuinely lossless: The page's rotation setting is changed rather than its content redrawn, so quality and file size are untouched.
- Text stays selectable: Because nothing is rasterised, searching and copying still work in the rotated file.
- Cumulative by design: Rotation is added to whatever the page already had, so a second turn continues from where the first left off.
How to Use the PDF Page Rotator
- Add the PDF with pages facing the wrong way.
- Pick the direction and amount of turn.
- List the affected pages, or leave the box empty to rotate all of them.
- Rotate and download the corrected document.
How It Works
The file is opened with pdf-lib, the requested pages are located, and each one's rotation value is read, incremented by your chosen angle, reduced modulo a full turn and written back. No page content is touched at any point, which is why the operation is instantaneous even on a long document and why the output is the same size as the input. Two consequences follow. Only multiples of ninety degrees are available, because that is what the page rotation property supports — a document scanned slightly skew cannot be straightened here, and would need the pages rendered as images and corrected with the image rotator instead.
When You Need It
A housing officer scans a bundle of tenancy paperwork on a multifunction device, and the automatic feeder has taken half the sheets sideways, so the file opens with alternating landscape pages that nobody can read on screen. Rotating just those pages fixes the bundle in seconds without degrading the scan. The paperwork identifies tenants and their circumstances, so correcting it through a public PDF service would move personal housing records outside the organisation. Legal support staff tidying exhibit bundles and administrators fixing scanned invoices rotate pages for the same reason.