This section explains how you can move and remove Form Fields with FormEditor Class....MoveField () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-05.pdf" ); editor . MoveField ( "Last Name" ...
Deletes all annotations in the document....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..."example.pdf" ); editor . DeleteAnnotations (); editor . Save ( "example_out...
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...