var savefile=new File("~/Desktop/exp.psd"); var exportOptions = new ExportOptionsPhotoshop(); exportOptions.antiAliasing = false; app.activeDocument.exportFile(savefile, ExportType.PHOTOSHOP, exportOptions);