FormEditor allows to import and export data in FDF, XFDF and XML format.... Form editor = new com . aspose . pdf .... facades . Form (); editor . bindPdf ( _dataDir + "Sample-Form-01...
Learn the current multimedia coverage available in the Java PdfContentEditor facade in Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . createMovie ( new Rectangle...
This section explains how to copy inner and outer Field with com.aspose.pdf.facades using FormEditor Class....CopyInnerField () { FormEditor editor = new FormEditor (); Document...(). add (); editor . bindPdf ( document ); editor . copyInnerField...
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" ...
Learn how to set a submit URL for a PDF form button in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . setSubmitUrl ( "Script_Demo_Button"...
Learn how to add a check box form field to a PDF document in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . addField ( FieldType . CheckBox...
Learn how to assign or update a JavaScript action on a PDF form field in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . addFieldScript ( "Script_Demo_Button"...
您可以了解如何使用 Aspose.PDF for .NET 库探索 FormEditor 类的功能的详细信息...instance of FormEditor using ( var editor = new Aspose . Pdf . Facades...// Add field in the PDF file editor . AddField ( Aspose . Pdf ...
This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . addField ( FieldType . Text...
Learn how to add a list box field to a PDF document in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . setItems ( new String []...