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