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

annotation

(0.04 sec)
  1. 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/
  2. 如何使用 Java 删除 Link 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Link 注释的 Java 示例代码。...Annotations 集合中的 Link 注释方法 Remove 再次保存该文件..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. 如何使用 Java 删除 Caret 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Caret 注释的 Java 示例代码。...Annotations 集合中的 Caret 注释方法 Remove 再次保存该文件..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  4. 提取注释(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/
  5. 如何使用 Java 获取 Link 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Link 注释的 Java 示例代码。...Annotations 集合中的 Link 注释方法 Get 再次保存该文件..."SimpleResume_mod.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/zh-hans/java/annotation...
  6. 使用 C# 从印章中提取文本|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF for .NET 的特殊功能 - 从印章注释中提取文本... 从页面的注释列表中获取所需的 Annotation 。 定义一个新的 TextAbsorber 类对象。...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/zh/net/extract-text-from-st...
  7. Extend and Contribute to CRM AutoMerge|Aspose.W...

    How to defined a custom workflow using Aspose AutoMerge add-on that can be used with Workflows and Dialogs in CRM in C#....[Output("Attachment")] [ReferenceTarget("annotation")] public OutArgument < EntityReference...Entity NewNote = new Entity ( "annotation" ); NewNote . Attributes...

    docs.aspose.com/words/net/extend-and-contribute...
  8. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  9. How to Delete All Comments in PDF in C#

    This short tutorial guides on how to delete all comments in pdf in c#. It provides details on IDE settings, a program flow and a runnable sample code to remove all comments from PDF in C#....information about other types of annotations that can be accessed and...test the annotations Iterate through all the annotations on each...

    kb.aspose.com/pdf/net/how-to-delete-all-comment...
  10. How to Add Audio to PDF using Python

    This article describes how to add audio to PDF using Python. It provides all the basic details to configure the IDE and a runnable sample code to embed audio into PDF using Python....different properties of the annotation added for the sound. Steps...SoundAnnotation object Add it to the annotations collection of the selected...

    kb.aspose.com/pdf/python/how-to-add-audio-to-pd...