Im trying to use the AppleScript command “rearrangeartboards” for Illustrator, but I can’t seem to get the syntax to work or locate any examples on the internet other than JavaScript.
Can anyone help with an example, perhaps including the various with properties {documentartboardLayout:gridbyrow}
tell application id "com.adobe.illustrator" -- Adobe Illustrator
rearrangeartboards current document artboardLayout grid by row artboardRowsOrCols 1 artboardSpacing 20.0 without artboardMoveArtwork
end tell