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

annotate

(0.73 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – วิธีการเพิ่ม Square คำอธิบายประกอบโดยใช้ .NEThttps://products.aspose.com/pdf/th/net/annotation/square/add/Recent content in วิธีการเพิ่ม Square......com/pdf/th/net/annotation/square/add/Recent content...+0000https://products.aspose.com/pdf/th/net/annotation/square/add/index.xml self...

    products.aspose.com/pdf/th/net/annotation/squar...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – วิธีการเพิ่ม Redaction คำอธิบายประกอบโดยใช้ .NEThttps://products.aspose.com/pdf/th/net/annotation/redaction/add/Recent content in วิธีการเพิ่ม ......com/pdf/th/net/annotation/redaction/add/Recent content...+0000https://products.aspose.com/pdf/th/net/annotation/redaction/add/index.xml self...

    products.aspose.com/pdf/th/net/annotation/redac...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – วิธีการเพิ่ม Underline คำอธิบายประกอบโดยใช้ Javahttps://products.aspose.com/pdf/th/java/annotation/underline/add/Recent content in วิธีการเพิ่ม......com/pdf/th/java/annotation/underline/add/Recent content...s.aspose.com/pdf/th/java/annotation/underline/add/index.xml self...

    products.aspose.com/pdf/th/java/annotation/unde...
  4. 从PDF文件提取原始文本|Aspose.PDF for Android via Java

    本文介绍了使用Aspose.PDF for Android via Java从PDF文档中提取文本的各种方法。可以从整个页面、特定部分、基于列等提取。...); // 遍历所有注释 for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/zh/androidjava/extract-text...
  5. 注釈を抽出する (ファサード)|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/ja/java/extract-annotation/
  6. How to Redact a PDF in Python

    This simple guide covers how to redact a PDF in Python. It includes the IDE configuration information, the step-by-step process, and a code snippet to redact text in PDF using Python....Append the annotation to the existing annotations collection...initialize an annotation for redaction. Next, add the annotation on a...

    kb.aspose.com/pdf/python/how-to-redact-a-pdf-in...
  7. วิธีการเพิ่ม Highlight คำอธิบายประกอบโดยใช้ Jav...

    Java ตัวอย่างรหัสเพื่อเพิ่ม Highlight คำอธิบายประกอบในไฟล์ PDF บน Java Runtime สภาพแวดล้อมสำหรับการประยุกต์ใช้ JSP/JSF และการประยุกต์ใช้สก์ท็อป...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...visit ( page ); // Create annotations HighlightAnnotation highlightAnnotation...

    products.aspose.com/pdf/th/java/annotation/high...
  8. C++ 을 (를) 사용하여 Caret 주석을 추가하는 방법 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일에 Caret 주석을 추가하기 위한 소스 코드...Annotations 컬렉션에서 Caret 주석에 대해 Add 메서드를..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/ko/cpp/annotation/caret...
  9. 如何使用 Java 删除 Highlight 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Highlight 注释的 Java 示例代码。...Annotations 集合中的 Highlight 注释方法 Remove...annotationSelector1 ); List < Annotation > textMarkupAnnotation =...

    products.aspose.com/pdf/zh-hans/java/annotation...
  10. 提取注释(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/