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

annotation

(0.1 sec)
  1. PDF 文本注释|Aspose.PDF for C++

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

    docs.aspose.com/pdf/zh/cpp/text-annotation/
  2. 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/
  3. PDF Annotations using C++|Aspose.PDF for C++

    This section shows how to use all kinds of Annotations to your PDF file with the Aspose.PDF library. Learn how to draw, open, or add an Annotation in C++...PDF Annotations using C++ Contents [ Hide ] As PDF is increasingly...person to wonder how to add annotations to PDFs? At first, it seems...

    docs.aspose.com/pdf/cpp/annotations/
  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. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件中提取注释到 XFDF。... Text }; var annotations = annotationEditor . extractAnnotations...annotationTypes ); for ( var annotation : annotations ) { System . out ...

    docs.aspose.com/pdf/zh/java/extract-annotation/
  6. 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...
  7. 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...
  8. Working with Annotations - Facades|Aspose.PDF f...

    Learn to manage PDF Annotations efficiently using Aspose.PDF for C++. Simplify the process with Annotation facades....Working with Annotations - Facades Contents [ Hide ] Articles...section Add, Delete and Get Annotation - Facades Working with Bookmarks...

    docs.aspose.com/pdf/cpp/working-with-annotation...
  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. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the Annotation data. Saving the output as bytestream for the client…...the inkstrokes to get the annotation data. Saving the output as...and I click on Hide all annotations the underlying text is displayed...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...