Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 22,166 for

editor

(0.17 sec)
  1. Decorate Field|Aspose.PDF for Java

    Learn how to decorate a PDF form field with colors and alignment in Java using the FormEditor facade in Aspose.PDF.... Pass the facade to the editor and call decorateField(...)...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/decorate-field/
  2. 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/
  3. 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/
  4. 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...
  5. Create ComboBox Field|Aspose.PDF for Java

    Learn how to add a combo 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 . addField ( FieldType . ComboBox...

    docs.aspose.com/pdf/java/create-combobox-field/
  6. discourse-data-explorer_4560ee16f2bea569358c6c0...

    table.group-reports{width:100%;table-layout:fixed}table.group-reports th:first-child{width:30%}table.group-reports th:nth-child(2){width:60%}table.group-reports th:last-child{width:20%;text-align:r......query-editor{margin-bottom:15px}.query-editor .panels-fl...var(--primary-very-low)}.query-editor.no-schema .editor-panel{width:100%}...

    forum.aspose.com/stylesheets/discourse-data-exp...
  7. Change Viewer Preferences|Aspose.PDF for Java

    Learn how to change the viewer preferences of a PDF document in Java using the PdfContentEditor facade in Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...toString ()); editor . changeViewerPreferen ( editor . getViewerPreference...

    docs.aspose.com/pdf/java/change-viewer-preferen...
  8. 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/
  9. 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/
  10. 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/