Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 8,432 for

annotation

(1 sec)
  1. 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...
  2. How to Highlight a PDF Document using Java

    This article guides on how to highlight a PDF document using Java. It shares the configuration details, steps, and runnable sample code to highlight words in PDF using Java....fragments Create a highlight annotation by using the rectangle enclosing...highlighting the text Add this annotation to the target page and save...

    kb.aspose.com/pdf/java/how-to-highlight-a-pdf-d...
  3. Extract Text From Stamps using C#|Aspose.PDF fo...

    Learn how to use special feature of Aspose.PDF for .NET - text exstraction from stamp Annotations...Extract Text from Stamp Annotations Aspose.PDF for NET lets you...extract text from stamp annotations. In order to extract text...

    docs.aspose.com/pdf/net/extract-text-from-stamps/
  4. PDF 文本注释|Aspose.PDF for C++

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

    docs.aspose.com/pdf/zh/cpp/text-annotation/
  5. 使用额外类型的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/
  6. PDF 图形注释|Aspose.PDF for Java

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

    docs.aspose.com/pdf/zh/java/figures-annotation/
  7. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Android via Java. From entire pages, from a specific part, based on columns, etc....through all the annotations for ( Annotation annotation : doc . getPages...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/androidjava/extract-text-fr...
  8. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  9. 从PDF文件中提取链接|Aspose.PDF for Java

    使用Java从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/zh/java/extract-links/
  10. 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/