← Share your feedback on Acrobat DC Settings and activity 1 result found Can only select stamp rotation handle when zoomed out. 2 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 2 comments · Acrobat for Windows and Mac » Commenting · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment John Wilson commented · Nov 21, 2018 · Edit… · Delete… We've added a custom command (Action) that runs the following JavaScript and rotates selected stamps. It's a workaround until this is fixed. var rot = app.response("Enter Rotation"); for (var i=0;i<=selectedAnnots.length;i=i+1) { selectedAnnots[i].rotate=rot; } Save Submitting... John Wilson shared this idea · Nov 1, 2018
We've added a custom command (Action) that runs the following JavaScript and rotates selected stamps. It's a workaround until this is fixed.
var rot = app.response("Enter Rotation");
for (var i=0;i<=selectedAnnots.length;i=i+1)
{
selectedAnnots[i].rotate=rot;
}