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