Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 8,552 for

annotation

(0.19 sec)
  1. Redact certain text in PDF using Aspose.PDF for...

    Dear support team, if I use following code to blacken a section of the following document, the text that is deleted from the pdf-document is not under the Annotation. The page is rotated to 180 degrees. If I try the s…...Product Family redaction-annotation , redact-pdf-text christian...pdf-document is not under the annotation. The page is rotated to 180...

    forum.aspose.com/t/redact-certain-text-in-pdf-u...
  2. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库添加或编辑评论。...collection of the annotations AnnotationCollection annotations = diagram...PageSheet . Annotations ; // Iterate through the annotations foreach...

    docs.aspose.com/diagram/zh/net/working-with-com...
  3. LineAnnotation Opacity is not set - Free Suppor...

    Hello, We are using Apose.PDF.Drawing 25.2 When we create a LineAnnotation and set the Opacity property to value lower then 1, it is not taken into account in the generated PDF when it is opened with Acrobat, Chrome o…... As soon as the annotation is moved in Accrobat, the...behaviour with the other drawing annotations (SquareAnnotation, CircleAnnotation...

    forum.aspose.com/t/lineannotation-opacity-is-no...
  4. 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...
  5. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库在 Visio 绘图的页面上添加注释。... 编辑评论 Comment 属性由 Annotation 类公开,允许开发人员在 Visio 绘图页中编辑注释。...collection of the annotations annotations = diagram . getPages...

    docs.aspose.com/diagram/zh/python-java/working-...
  6. Remove Highlight from PDF using C#

    Refer to this article to remove highlight from PDF using C#. It has details to set the IDE, a list of steps, and a sample code demonstrating how to delete highlights in PDF using C#....filter highlights from the annotation collection of each page Parse...page, and its respective annotations collection. Parse each highlight...

    kb.aspose.com/pdf/net/remove-highlight-from-pdf...
  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. 使用额外类型的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/
  9. 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/
  10. PDF 文本注释|Aspose.PDF for C++

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

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