- Does rotating re-render or re-compress the page?
- No. Rotation only changes the page's `/Rotate` value in the PDF's page dictionary — a display instruction. The text, images, and vector graphics on the page are untouched, so there is no quality loss and the operation is effectively instant regardless of file size.
- Can I rotate only some pages and leave the rest alone?
- Yes. Switch to “Rotate a page range” and enter a From and To page number; only those pages are changed. This is useful for scanned batches where a handful of pages came through sideways or upside down while the rest are already correct.
- Will the rotation survive if I open the file in Word or print it?
- Yes, for any tool that reads the PDF spec correctly. `/Rotate` is part of the PDF standard (ISO 32000), so Word's PDF import, Preview, Adobe Reader, browser PDF viewers, and standard printer drivers all honor it. A very small number of non-compliant tools that ignore page rotation exist, but they are rare.
- Is this actually lossless?
- Yes. Because the tool never rasterizes or redraws the page — it only edits a numeric rotation field — the output page objects are byte-identical to the originals except for that one value. Text stays selectable and fonts stay embedded exactly as before.
- Can I undo a rotation, or rotate a page back to normal?
- Yes. Rotation here is additive and wraps at 360°, so rotating a page 90° clockwise and then 90° counter-clockwise returns it to its original orientation. If you already downloaded a rotated file and want to reverse it, just re-run the tool on that file with the opposite angle.
- What happens to pages I don't select in range mode?
- They are left completely untouched, including their existing `/Rotate` value if they already had one — for example from a previous edit or from how the page was originally authored.