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