Rotate comment in Adobe Acrobat Pro
Hi All,
I'm copying and pasting comments from one pdf file to another. When I paste comments to the destination file the comments are being rotated.
I found a couple of youtube videos showing how to use the JavaScript Debugger to select and then rotate the comment using the following command:
This.SelectedAnnots[0].rotate=90;
The probelm is when I select the comment (not text) and then execute using Ctrl+Enter i get the following error:
ReferenceError: This is not defined
1:Console:Exec
undefined
Just wondering if someone can provide some assisstance?
Thanks!
