Skip to content

Settings and activity

1 result found

  1. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    John Wilson commented  · 

    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;
    }

    John Wilson shared this idea  ·