Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 9,064 for

annotate

(1.24 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – วิธีการรับ Text คำอธิบายประกอบโดยใช้ Javahttps://products.aspose.com/pdf/th/java/annotation/text/get/Recent content in วิธีการรับ Text คำอธิบาย......com/pdf/th/java/annotation/text/get/Recent content in...s.aspose.com/pdf/th/java/annotation/text/get/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/java/annotation/text...
  2. index.xml

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

    products.aspose.com/pdf/th/java/annotation/squa...
  3. Добавить аннотацию вложения файла из потока|Asp...

    В примере загружается PDF, читается внешний файл в поток памяти, добавляется аннотация вложения файла на первую страницу и сохраняется изменённый документ....initialize_data_dir def add_file_attachment_annotation_from_stream ( infile , attachment_file...# Create file attachment annotation using stream+opacity overload...

    docs.aspose.com/pdf/ru/python-net/add-file-atta...
  4. Comment expurger un PDF en Python

    Ce guide simple explique comment rédiger un PDF en Python. Il comprend les informations de configuration de l'IDE, le processus étape par étape et un extrait de code pour rédiger le texte au format PDF à l'aide de Python....Ajouter l’annotation à la collection d’annotations existante...source et initialisez une annotation pour la rédaction. Ensuite...

    kb.aspose.com/fr/pdf/python/how-to-redact-a-pdf...
  5. 如何使用 C++ 删除 Polygon 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Polygon 注解的源代码...Annotations 集合中的 Polygon 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  6. 如何用 .NET 添加 Strikeout 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Strikeout 个注释。...Annotations 集合中的 Strikeout 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  7. 如何使用 C++ 删除 Underline 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Underline 注解的源代码...Annotations 集合中的 Underline 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  8. 如何使用 C++ 删除 Text 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Text 注解的源代码...Annotations 集合中的 Text 注释方法 Remove 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  9. arkiv

    arkiv...kommentarerna annotations = page0.page_sheet.annotations; # Iterera...anteckningarna for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/sv/diagram/add-comments-to-visi...
  10. Add Tooltips to PDF Text in Python|Aspose.PDF f...

    Learn how to add tooltips to text fragments in PDF documents in Python....ideal for contextual help, annotations, or dynamic content presentation...floating_field . flags |= ap . annotations . AnnotationFlags . HIDDEN...

    docs.aspose.com/pdf/python-net/pdf-tooltip/