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

document editor

(0.32 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. 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/
  5. Edit Visio VTX files via Java | products.aspose...

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

    products.aspose.com/diagram/java/editor/vtx/
  6. Edit Visio VSTX files via Java | products.aspos...

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

    products.aspose.com/diagram/java/editor/vstx/
  7. 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/
  8. Converting a File to PDF via Workflow Activity|...

    PDF SharePoint API can be used in a SharePoint workflow that converts a Document to PDF....help automate movement of documents according to business logic...streamline the cost and time of document organization. This article...

    docs.aspose.com/pdf/sharepoint/converting-a-fil...
  9. Read-only Mode and Edit Mode|Documentation

    Configure GridJs with read-only or edit mode, and understand exactly which interactions are disabled in read mode....data-editing paths such as editor input, cell text write, and...disabled . Opening the in-cell editor is blocked. Writing cell text...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  10. 额外注释使用C++|Aspose.PDF for C++

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

    docs.aspose.com/pdf/zh/cpp/extra-annotations/