var opt=new PDFSaveOptions(); opt.compressArt = true; var f=new File("~/Desktop/SamplePDF.pdf"); app.activeDocument.saveAs(f, opt);