Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 8,543 for

annotator

(0.37 sec)
  1. Navegación e Interacción|Aspose.PDF para Java

    Esta sección describe las características del trabajo con enlaces, acciones y marcadores.... Trabajando con XML PDF Annotations...

    docs.aspose.com/pdf/es/java/navigation-and-inte...
  2. 搜索

    搜索...add(Annotation) 方法向文檔添加註釋。 最後,使用 Document...textAnnotation.setTitle("Sample Annotation Title"); // 設置註釋主題 textAnnotation...

    blog.aspose.com/zh-hant/pdf/add-or-remove-annot...
  3. Extraire le texte de toutes les pages PDF en ut...

    Cet article décrit diverses façons d'extraire du texte de documents PDF en utilisant Aspose.PDF en C++. De pages entières, d'une partie spécifique, basé sur des colonnes, etc....travers toutes les annotations for ( auto annotation : document ->...-> idx_get ( 1 ) -> get_Annotations ()) { // Filtrer TextMarkupAnnotation...

    docs.aspose.com/pdf/fr/cpp/extract-text-from-al...
  4. 档案

    档案...Annotations 属性访问注释。 按类型过滤注释。 遍历注解并使用 Page.Annotations.Delete(Annotation)...Delete(Annotation) 方法一一删除。 下面的 C# 代码片段显示了在 PDF 到 PPTX 转换中删除注释的一种可能方法:...

    blog.aspose.com/zh/pdf/advanced-tricks-to-conve...
  5. Извлечение текста со всех страниц PDF с использ...

    В этой статье описываются различные способы извлечения текста из PDF-документов с использованием Aspose.PDF в C++. Извлечение с целых страниц, из конкретной части, на основе колонок и т. д....все аннотации for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // Фильтр TextMarkupAnnotation...

    docs.aspose.com/pdf/ru/cpp/extract-text-from-al...
  6. Ekstrak teks dari semua halaman PDF menggunakan...

    Artikel ini menjelaskan berbagai cara untuk mengekstrak teks dari dokumen PDF menggunakan Aspose.PDF dalam C++. Dari seluruh halaman, dari bagian tertentu, berdasarkan kolom, dll....semua anotasi for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // Filter TextMarkupAnnotation...

    docs.aspose.com/pdf/id/cpp/extract-text-from-al...
  7. Aspose::Words::Fields::FieldRef::get_IncludeNot...

    Aspose::Words::Fields::FieldRef::get_IncludeNoteOrComment method. Gets whether to increment footnote, endnote, and annotation numbers that are marked by the bookmark, and insert the corresponding footnote, endnote, and comment text in C++....increment footnote, endnote, and annotation numbers that are marked by...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Working with Bookmarks|Aspose.PDF for .NET

    This section explains how to work with Aspose.PDF Facades using PdfBookmarEditor Class....Get Bookmarks Working with Annotations Extract Images and Text from...

    docs.aspose.com/pdf/net/working-with-bookmarks-...
  9. Add Image to PDF using C++|Aspose.PDF لـ C++

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/ar/cpp/add-image-to-existin...
  10. إنشاء روابط في ملف PDF|Aspose.PDF for Java

    يشرح هذا القسم كيفية إنشاء روابط في مستند PDF الخاص بك باستخدام Java.... أضف الرابط إلى مجموعة Annotations الخاصة بكائن Page. أخيرًا،...فتحها. أضف الرابط إلى مجموعة Annotations الخاصة بكائن الصفحة. وأخيرًا،...

    docs.aspose.com/pdf/ar/java/create-links/