This section explains how to add Javascript actions to existing PDF file with Aspose.PDF Facades....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...alert('Welcome to Aspose!');" ; editor . CreateJavaScriptLink ( code...
Flattens all annotations in the document....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..."example.pdf" ); editor . FlatteningAnnotation (); editor . Save ( example_out...
Creates a web link in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateWebLink ( new System . Drawing...
Creates a link to launch an application in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateApplicationLin ( new System...