Illustrator: MultiExporter-Tool: Change script to add image dimensions
The MultiExporter tool can generate png's of all artboards in your document.
The png's get the same name as the artboards.
The JavaScript code for the MultiExporter tool can be found here:
https://gist.github.com/larrybotha/5baf6a9aea8da574cbbe
What I want is to add automatically the dimension of the artboard/png to the exported png's.
So instead of file names like Number-1.png, Number-2.png I want file names
like Number-1_900x500.png, Number-2_800x600.png.
So is there anybody who knows if there is a simple possibility to change the script
to get automatically the width and height of the artboard/image in the file name?
