Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 18,628 for

document editor

(0.53 sec)
  1. Posting Forms in PDF via Java|Aspose.PDF for Java

    Add submit buttons and submission actions to PDF AcroForms using Aspose.PDF for Java....facade for the source PDF document. Add the configured submit...facade. Save the updated PDF document. public static void addSubmitButton...

    docs.aspose.com/pdf/java/posting-form/
  2. 移动和删除表单字段|Aspose.PDF for .NET

    探索如何管理PDF中的表单字段,包括移动或删除它们,使用Aspose.PDF for .NET。...MoveField () { // The path to the documents directory var dataDir = RunExamples...GetDataDir_AsposePdf_Forms (); using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/move-remove-form-field/
  3. 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.... Save the updated PDF document. public static void changeViewerPreferen...PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/change-viewer-preferen...
  4. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...RotatePages1 () { // The path to the documents directory var dataDir = RunExamples...GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  5. Image Operations|Aspose.PDF for Java

    Learn the current Java image-operation coverage available in the PdfContentEditor facade in Aspose.PDF.... Save the updated PDF document. public static void replaceImage...PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/pdfcontenteditor-image...
  6. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int []...

    docs.aspose.com/pdf/java/working-with-image/
  7. 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.... Save the updated document. public static void createComboBoxField...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/create-combobox-field/
  8. Set Field Comb Number|Aspose.PDF for Java

    Learn how to set a comb number for a PDF form field in Java using the FormEditor facade in Aspose.PDF.... Save the updated document. public static void setFieldCombNumber...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/set-field-comb-number/
  9. Add Attachment|Aspose.PDF for Java

    Learn how to attach an external file to a PDF Document in Java using the PdfContentEditor facade in Aspose.PDF....Attachment Contents [ Hide ] Add a document attachment Bind the source...description. Save the updated PDF document. public static void addAttachment...

    docs.aspose.com/pdf/java/add-attachment/
  10. 探索 FormEditor 类的功能|Aspose.PDF for .NET

    您可以了解如何使用 Aspose.PDF for .NET 库探索 FormEditor 类的功能的详细信息... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/exploring-features-o...