var opt=new PDFSaveOptions(); opt.fontSubsetThreshold = 25; var f=new File("~/Desktop/SamplePDF.pdf"); app.activeDocument.saveAs(f, opt); /pre>