Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 22,168 for

editor

(0.07 sec)
  1. 探索 FormEditor 类的功能|Aspose.PDF for .NET

    您可以了解如何使用 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 ...

    docs.aspose.com/pdf/zh/net/exploring-features-o...
  2. Move and Remove Form Field|Aspose.PDF for .NET

    Explore how to manage form fields in PDFs, including moving or removing them, using Aspose.PDF for .NET....GetDataDir_AsposePdf_Forms (); using ( var editor = new Aspose . Pdf . Facades...document editor . BindPdf ( dataDir + "MoveField.pdf" ); editor . MoveField...

    docs.aspose.com/pdf/net/move-remove-form-field/
  3. Add Rubber Stamp|Aspose.PDF for Java

    Learn how to add a rubber stamp annotation to a PDF document in Java using the PdfContentEditor facade in Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . createRubberStamp ( 1 , new...

    docs.aspose.com/pdf/java/add-rubber-stamp/
  4. Import and Export Form Field|Aspose.PDF for Java

    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...

    docs.aspose.com/pdf/java/import-export-form-field/
  5. Multimedia|Aspose.PDF for Java

    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...

    docs.aspose.com/pdf/java/pdfcontenteditor-multi...
  6. Set Submit URL|Aspose.PDF for Java

    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"...

    docs.aspose.com/pdf/java/set-submit-url/
  7. Set Field Script|Aspose.PDF for Java

    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"...

    docs.aspose.com/pdf/java/set-field-script/
  8. Remove Field|Aspose.PDF for Java

    Learn how to remove an existing form field from a PDF document in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...toString ()); editor . removeField ( "Country" ); editor . save (...

    docs.aspose.com/pdf/java/remove-field/
  9. Create CheckBox Field|Aspose.PDF for Java

    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...

    docs.aspose.com/pdf/java/create-checkbox-field/
  10. Replace Text Simple|Aspose.PDF for Java

    Learn how to replace text throughout a PDF document in Java using the PdfContentEditor facade in Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . getReplaceTextStrate ()....

    docs.aspose.com/pdf/java/replace-text-simple/