How to rotate text box in Acrobat pro using java script debugger?
How to rotate
text box in Acrobat pro?
You may have stumbled upon this question seldom and
you may find the answers around the web most probably but in adobe acrobat pro
there is a built in option most of us are unaware of to rotate a text box. I can
guide you through following simple steps.
1. Select the
text box you want to rotate and press ctrl+J or cmd+J to open up java script
debugger and type this command below (Eg for 90°) you can rotate desired text box according to your need by replacing
the degree part in the below mentioned command (0, 90, 180 or 270)
this.selectedAnnots[0].rotate
= 90;
2. Once you
decided the angle to rotate, go to the end of the line that you've just entered
as shown in the picture and use Ctrl-Enter or Cmd-Enter to execute the line.
The text should be rotated now. Unfortunately, this only affects the contents,
and you have to adjust the annotation rectangle.
Comments
Post a Comment