Imports the specified annotations into document from array of another PDF documents....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..., AnnotationType . Text }; editor . ImportAnnotations ( paths...
Creates a link to another PDF document page....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreatePdfDocumentLin ( new System...
This section explains how to work with List Item with Aspose.PDF Facades using FormEditor Class....AddListItem () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . AddField ( FieldType . ListBox...
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...