Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 8,418 for

annotation

(0.17 sec)
  1. How to Add Hyperlink in PDF using Python

    This article covers the details on how to add hyperlink in PDF using Python. You will get details to establish the IDE, information about different API calls and a runnable sample code to add link to PDF using Python....link and free Text annotations to the annotations collection on the...PDF file and then a link annotation is added with specified attributes...

    kb.aspose.com/pdf/python/how-to-add-hyperlink-i...
  2. PDF Annotations|Aspose.PDF for Python via .NET

    Explore how to add, modify, and extract Annotations from PDFs using Aspose.PDF in Python and .NET....PDF Annotations Contents [ Hide ] Annotations in PDFs are interactive...various types of annotations, including text annotations (such as text...

    docs.aspose.com/pdf/python-net/annotations/
  3. Aspose.PDF for Java 9.0.0 中的公共 API 更改|Aspose.PD...

    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....end, Enum annotType, Annotation annotation) 改为 void modifyAnnotations(int...end, int annotType, Annotation annotation) IList extractAnnotations(int...

    docs.aspose.com/pdf/zh/java/public-api-changes-...
  4. How to Add Comments in PDF File using Python

    This short tutorial guides you on how to add comments in PDF file using Python. It contains basic information for setting the environment and a runnable sample code to add comments to PDF using Python along with the step-wise description....that can be set for text annotation to customize the newly added...basic properties of the text annotation Instantiate and set the border...

    kb.aspose.com/pdf/python/how-to-add-comments-in...
  5. 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....Import and Export Annotations to XFDF format using Aspose.PDF...such as form encoding and annotations, which can be saved and imported/exported...

    docs.aspose.com/pdf/cpp/import-export-xfdf/
  6. How to Redact a PDF in C#

    This precise article discusses how to redact a PDF in C#. It contains the IDE configuration information, and the algorithm as simple steps, followed by a code snippet to redact text in PDF using C#....Append the annotation to the collection of annotations Redact the...for redaction. Next, the annotation is created and appended to...

    kb.aspose.com/pdf/net/how-to-redact-a-pdf-in-cs...
  7. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...Annotations.CircleAnnotation 类的实例),除了形状不同。...new Document . 创建新的 Circle Annotation 并设置圆形参数(新矩形、标题、颜色、内部颜色、不透明度)。...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  8. Extract Text From Stamps|Aspose.PDF for Java

    Learn how to extract text from stamps in PDF files using Aspose.PDF for Java. Follow this guide for precise text retrieval....Extract Text from Stamp Annotations Aspose.PDF for Java lets...extract text from stamp annotations. In order to extract text...

    docs.aspose.com/pdf/java/extract-text-from-stamps/
  9. How to Strike Out Text in PDF using C#

    This tutorial guides on how to strike out text in PDF using C#. It contains environment settings, a step-wise process and a runnable sample code to strike out text in Adobe PDF using C#....the page Add this annotation to the annotations collection on the...strike out annotation for the text and then this annotation is added...

    kb.aspose.com/pdf/net/how-to-strike-out-text-in...
  10. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/zh/net/figures-annotation/