This section explains how to work with List Item with com.aspose.pdf.facades using FormEditor Class....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . addField ( FieldType . ListBox...
Learn how to move or remove form fields within a PDF document using Aspose.PDF in Java for better form management....MoveField () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-05.pdf" ); editor . MoveField ( "Last Name" ...
Creates a link to another PDF document page....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreatePdfDocumentLin ( new System...
Deletes all annotations in the document....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..."example.pdf" ); editor . DeleteAnnotations (); editor . Save ( "example_out...
Imports the specified annotations into document from array of another PDF documents....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..., AnnotationType . Text }; editor . ImportAnnotations ( paths...
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...