Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 18,622 for

document editor

(0.4 sec)
  1. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...创建插入符号注释的步骤: 加载PDF文件 - 新的 Document 。 创建新的 Caret Annotation 并设置...{ // 加载 PDF 文件 Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  2. Import and Export Annotations to XFDF format us...

    You may import and export annotation with XFDF format with C++ and Aspose.PDF for C++ library....comes to editing the PDF documents. As we know XFDF is an important...export annotations from a PDF document to XFDF file, while ImportAnnotationFrom...

    docs.aspose.com/pdf/cpp/import-export-xfdf/
  3. PersonCollection | Aspose.Words for Java

    Represents a list of persons who are bibliography source contributors in Java....available in the document. Document document = new Document(getMyDir()...Bibliography bibliography = document.getBibliography(); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  4. Node.js via .NET Word Document Processing API –...

    Node.js library provides functionality for comprehensive manipulation of Word Documents, allowing developers to create, edit, and convert various file formats such as DOCX, PDF, EPUB, and others....NET API for Advanced Word Document Processing Use Node.js to...render, and convert Word documents into multiple file formats...

    products.aspose.com/words/nodejs-net/
  5. Import and Export Annotations to XFDF format|As...

    You may import and export annotation with XFDF format using Aspose.PDF for Java library....comes to editing the PDF documents. As we know XFDF is an important...export annotations from a PDF document to XFDF file, while ImportAnnotationFrom...

    docs.aspose.com/pdf/java/import-export-xfdf/
  6. 额外注释使用C++|Aspose.PDF for C++

    本节描述如何从PDF文档中添加、获取和删除额外类型的注释。...创建插入符注释的步骤: 加载PDF文件 - new Document . 创建新的 插入符注释 并设置插入符参数(新矩形...// 加载PDF文件 auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/zh/cpp/extra-annotations/
  7. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt Document....sets a password to encrypt document. @property def password (... Remarks In order to save document without encryption this property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Edit Visio VDX files via Java | products.aspose...

    Java sample code to edit Visio VDX Documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Diagram Java Editor Vdx PNG JPG BMP TIFF VDX Edit...Formats in Java Native VDX document editor using server-side Java...

    products.aspose.com/diagram/java/editor/vdx/
  9. Rename Field|Aspose.PDF for Python via .NET

    Rename an existing form field in a PDF Document using Aspose.PDF for Python.... Bind the PDF document to the editor. Rename the target...form_editor = pdf_facades . FormEditor () # Bind document to FormEditor...

    docs.aspose.com/pdf/python-net/rename-field/
  10. Single-Line Field to Multi-Line Field|Aspose.PD...

    Convert a single-line text field into a multi-line field in a PDF Document using Aspose.PDF for Python.... Load the existing PDF document. Create a FormEditor instance...instance. Bind the PDF document to the editor. Convert the selected...

    docs.aspose.com/pdf/python-net/single-to-multiple/