rearrange artboard action
hey y'all
aics5 mac snow leopard. can't seem create action rearrange artboards. can done? there alternative action. have add , rearrange them new artboard far left. have in daunting number of files.
thanks,
toni
(having spent way time in south)
unfortunately action support not available rearrangement of artboards, can use scripting achieve rearrangement of artboards:
i attaching sample java script grid row rearrangement:
main();
function main()
{
var thisdoc =app.activedocument;
thisdoc.rearrangeartboards(documentartboardlayout.gridbyrow, 3, 20 ,true);
}
you may refer scripting guide understanding parameters.
hope helps.
thanks
More discussions in Illustrator
adobe
Comments
Post a Comment