Solution to Script : Pasting artwork is slow, includes unused data
i have solution 'many swatch' problem ( http://helpx.adobe.com/illustrator/kb/copy-paste-artwork-slow-or.html ) 1. unlock object (ctrl+alt+2) 2. select object (ctrl+a) 3. run script principle ... (1) open new document (2) copy selected object new document (3) save new document (xxx_new.ai) i'm not programmer. feel uneasy open source code. but, it's maybe hint problem. if it's not work, send ai file. need variety test data. part3story@gmail.com var title = "swatchmata"; var docpreset = new documentpreset; docpreset.units = rulerunits.millimeters; docpreset.width = 297*2.83464566929134; docpreset.height=210*2.83464566929134; if(app.documents.length == 0){alert("file open please", title)} else { ...