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

Popular posts from this blog

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support

Using Arduino Uno R3 to bootload the atmega328-PU (non pico)

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??