var opt=new IllustratorSaveOptions(); opt.pdfCompatible=true; var savefile=new File("~/Desktop/myImageData.ai"); app.activeDocument.saveAs(savefile, opt);