Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 17,946 for

document editor

(0.14 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. 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/
  4. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...Neither can we get sufficient documents or information about ms excel’s...can find relevant rules or documents that can help resolve this...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  5. BarcodeGenerator Visual Component|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....label visually by embedded editor or component properties. BarcodeGenerator...from 96 to 600 dpi. Embedded editor which helps to edit barcode...

    docs.aspose.com/barcode/reportingservices/barco...
  6. Edit PSD files online | products.aspose.com

    Edit PSD Adobe Photoshop Files online...PSD Editor Adobe Photoshop File Format...Online PSD Editor If you need to edit PSD files this editor is one...

    products.aspose.com/psd/editor/
  7. Edit Visio VSD files via Java | products.aspose...

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

    products.aspose.com/diagram/java/editor/vsd/
  8. Create CompactTree style organization chart in ...

    Python source code to create CompactTree style organization chart in vsx file within any Python based application....organization chart in VSX document in Python Native and high...organization chart in VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-net/organiza...
  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. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。...创建插入符注释的步骤: 加载 PDF 文件 - new Document 。 创建新的 Caret Annotation 并设置插入符参数(new...AddCaretAnnotations () { // The path to the documents directory var dataDir = RunExamples...

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