A scanned PDF where half the pages are sideways, a contract where one page is landscape but the rest are portrait, a PDF from a scanner that saved everything upside down — these are the reasons people need to rotate PDF pages. The fix is fast, and when done in the browser, no upload is needed.
How PDF page rotation works
PDF pages have a Rotate property in their page dictionary — an integer (0, 90, 180, or 270) that tells the viewer which way is up. Rotating a PDF page means changing this integer, not re-rendering the page content. This means rotation is lossless: the page content is not touched, only its orientation metadata is updated.
This is fundamentally different from rotating an image file (JPG, PNG) where the pixels must be transposed and the file re-written. Rotating a PDF page is instant, regardless of how complex the page content is.
Rotating individual pages vs. the whole document
Filum's Rotate PDF tool lets you rotate individual pages independently — useful for the common case of a scanned document where most pages are portrait but one or two are landscape (a table or spreadsheet that was printed sideways). Select the pages that need rotating, choose the angle, and only those pages are changed.
You can also rotate all pages at once — useful for a document where the scanner consistently produced sideways output.
No upload — processed in the browser
Filum's Rotate PDF tool runs entirely in your browser. The rotation is applied using a PDF library that runs locally in the page — no server involved, no upload required. For a sensitive document (personnel records, legal papers, medical scans) this is the safe path.
Rotation is lossless in both the technical and practical sense: the page content is unchanged, and no recompression of images occurs. The rotated PDF will be essentially the same file size as the original.