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

annotation

(0.38 sec)
  1. 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...
  2. 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-...
  3. Extract Links from PDF using C#

    This tutorial describes how to extract links from PDF using C#. It has details to set the IDE, a list of steps, and a sample code to develop a PDF link extractor using C#....learn to retrieve selected annotations from a page and fetch URI...URI from link-type annotations. Steps to Extract URL from PDF using...

    kb.aspose.com/pdf/net/extract-links-from-pdf-us...
  4. How to Highlight in PDF using Python

    This tutorial guides on how to highlight in PDF using Python. It has IDE configuration details, stepwise process and a sample code to develop PDF highlighter using Python....class Create the highlight annotation using HighlightAnnotation...used to define a highlight annotation for the selected page and...

    kb.aspose.com/pdf/python/how-to-highlight-in-pd...
  5. How to Remove Hyperlink from PDF using Python

    This article provides details on how to remove hyperlink from PDF using Python. It contains environment settings, a step-wise process to write the application and a runnable sample code to remove link from PDF using Python....collections of annotations Check each annotation having type LINK...the delete() method of the annotations collection Save the output...

    kb.aspose.com/pdf/python/how-to-remove-hyperlin...
  6. 使用 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/
  7. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。... 创建新的 Caret Annotation 并设置 Caret 参数(新的 Rectangl...以下代码片段显示了如何向 PDF 文件添加 Caret Annotation: package com.aspose.pdf.examples...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  8. 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...
  9. How to Delete Comments in PDF in Java

    This tutorial guides on how to delete comments in PDF in Java. It shares the information to set the IDE, steps to write the program, and a runnable sample code to delete all comments in PDF in Java....article also discusses other annotations similar to the comments that...collection of annotations on it Parse each annotation and filter...

    kb.aspose.com/pdf/java/how-to-delete-comments-i...
  10. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。... 注释包含在特定页面的 Annotations 集合中。此集合仅包含该单个页面的注释;每个页面都有其自己的注释集合。...然后打开输入的PDF。 将注释添加到 Page 对象的Annotations集合中。 以下代码片段向您展示了如何在PDF页面中添加注释。...

    docs.aspose.com/pdf/zh/cpp/text-annotation/