Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 18,629 for

document editor

(0.18 sec)
  1. 使用页面旋转|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...
  2. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...AddField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/add-form-fields/
  3. 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/
  4. 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/
  5. Create TextBox Field|Aspose.PDF for Java

    Learn how to add text box fields to a PDF Document in Java using the FormEditor facade in Aspose.PDF.... Save the updated document. public static void createTextBoxField...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/create-textbox-field/
  6. Delete List Item|Aspose.PDF for Java

    Learn how to remove an item from a list field in a PDF Document in Java using the FormEditor facade in Aspose.PDF.... Save the updated document. public static void deleteListItem...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/del-list-item/
  7. Create RadioButton Field|Aspose.PDF for Java

    Learn how to add a radio button field to a PDF Document in Java using the FormEditor facade in Aspose.PDF.... Save the updated document. public static void createRadioButtonFie...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/create-radiobutton-field/
  8. Set Field Limit|Aspose.PDF for Java

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

    docs.aspose.com/pdf/java/set-field-limit/
  9. Add List Item|Aspose.PDF for Java

    Learn how to add items to a list field in a PDF Document in Java using the FormEditor facade in Aspose.PDF.... Save the updated document. public static void addListItem...FormEditor editor = new FormEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/add-list-item/
  10. 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.... Save the updated PDF document. public static void addRubberStamp...PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...

    docs.aspose.com/pdf/java/add-rubber-stamp/