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