Skip to content

Instantly share code, notes, and snippets.

@JolinM
JolinM / gist:8401674
Last active January 3, 2016 03:19
Illustrator plot file
activeDoc();
//multiplicateur, changer la valeur si désiré
var multiplier = "1";
function activeDoc() {
if (app.documents.length == 0) {
alert("No document open");
return;
} else {