Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 8,495 for

annotator

(0.38 sec)
  1. 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/
  2. 스탬프에서 텍스트 추출|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/ko/java/extract-text-from-s...
  3. 搜索

    搜索... 檢索特定頁面的 annotations 屬性以獲取該頁面上的所有註釋。 遍歷註釋並過濾那些具有...Document("annotations.pdf") # 遍歷第一頁上的所有註解 for annotation in document...

    blog.aspose.com/zh-hant/pdf/parse-pdf-in-python/
  4. 記録

    記録...して注釈を取得します Aspose::Pdf::Annotations::AnnotationType annotTypes)メソッド。...System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType> annotationTypes...

    blog.aspose.com/ja/pdf/working-with-annotations...
  5. | Aspose.PDF

    使用 C++ 使用适用于 C++ 的 Aspose.PDF 以编程方式管理 PDF 批注...MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/zh-hans/cpp/annotation/
  6. استخراج الروابط من ملف PDF|Aspose.PDF for Java

    استخراج الروابط من PDF باستخدام Java. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ar/java/extract-links/
  7. 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/
  8. 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...
  9. PDF のリンクを更新する|Aspose.PDF for C++

    Aspose.PDF for C++ を使用してプログラムで PDF 内のリンクを更新します。このガイドは、PDF ファイル内のリンクを更新する方法について説明しています。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // リンクの変更: リンク先を変更...

    docs.aspose.com/pdf/ja/cpp/update-links/
  10. 使用额外类型的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/