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