Open up the JavaScript console (Ctrl-J or Cmd-J) and type the following command (this is for a 90 degree rotation, you can set the rotation to 0, 90, 180 or 270): this.selectedAnnots[0].rotate = 90; Now place the cursor at the end of the line that you've just entered and use Ctrl-Enter or Cmd-Enter to execute the line.