Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 8,462 for

annotate

(0.09 sec)
  1. How to extract the videos from this pdf? - Free...

    Hi, Support: Please download the demo pdf file at :https://mail.163.com/large-attachment-download/index.html?p=X-NETEASE-HUGE-ATTACHMENT&file=LnKtB3E1T3Ojd5ahmWiydSsPsCOcRbxpB2zw6lYurK2CnN2XKyuuYn-GnFTVrMeFgkCSrMlEORA-r…...For Each annotation As Aspose.Pdf.Annotations.Annotation In MyPdf...MyPdf.Pages(ii).Annotations If (annotation.AnnotationType = Aspose...

    forum.aspose.com/t/how-to-extract-the-videos-fr...
  2. Create Links in PDF file with C++|Aspose.PDF fo...

    This section explains how to create links in your PDF document with C++....link to the Page object’s Annotations property. Finally, save the...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/cpp/create-links/
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – دستکاری حاشیه نویسی ها در PDF با استفاده از C#https://products.aspose.com/pdf/fa/net/annotation/Recent content in دستکاری حاشیه نویسی ها در PDF......com/pdf/fa/net/annotation/Recent content in دستکاری...+0000https://products.aspose.com/pdf/fa/net/annotation/index.xml self application/rss+xml...

    products.aspose.com/pdf/fa/net/annotation/index...
  4. 使用 C++ 操作 PDF 中的注释 | Aspose.PDF

    简单的演示源代码,可在任何使用 C++ 语言的平台上操作 PDF 中的注释。...MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/zh-hans/cpp/annotation/
  5. 在 PDF 中使用操作|Aspose.PDF for C++

    本节解释如何使用 C++ 以编程方式向文档和表单字段添加操作。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/actions/
  6. 使用额外类型的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/
  7. Advanced operations in Node.js|Aspose.PDF for N...

    Aspose.PDF for Node.js via C++ can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers.... Annotations - annotations allow users to add...add, delete and modify the annotation from the PDF documents. Securing...

    docs.aspose.com/pdf/nodejs-cpp/advanced-operati...
  8. पायथन का उपयोग करके एनोटेशन निकालें | products....

    प्रस्तुति टिप्पणियों को हटाने के लिए पायथन स्रोत कोड...ऑनलाइन शामिल करें Remove Annotation From पीपीटी .NET API के माध्यम...एनोटेशन कैसे निकालें। Remove Annotation From पीपीटीएक्स .NET API...

    products.aspose.com/slides/hi/python-net/annota...
  9. How to Add Comments in PDF File using Python

    This short tutorial guides you on how to add comments in PDF file using Python. It contains basic information for setting the environment and a runnable sample code to add comments to PDF using Python along with the step-wise description....that can be set for text annotation to customize the newly added...basic properties of the text annotation Instantiate and set the border...

    kb.aspose.com/pdf/python/how-to-add-comments-in...
  10. PDFファイルからリンクを抽出する|Aspose.PDF for Java

    JavaでPDFからリンクを抽出します。このトピックでは、AnnotationSelectorクラスを使用してリンクを抽出する方法を説明します。... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ja/java/extract-links/