Sort Score
Result 10 results
Languages All
Labels All
Results 4,371 - 4,380 of 9,044 for

annotation

(0.24 sec)
  1. Создание ссылок в PDF файле|Aspose.PDF for Java

    Этот раздел объясняет, как создавать ссылки в вашем PDF документе с помощью Java....Добавьте ссылку в коллекцию Annotations объекта Page. Наконец, сохраните...Добавьте ссылку в коллекцию Annotations объекта Page. Наконец, сохраните...

    docs.aspose.com/pdf/ru/java/create-links/
  2. What's new|Aspose.PDF for Node.js via C++

    In this page introduces the most popular new features in Aspose.PDF for Node.js via C++ that have been introduced in recent releases....Delete Bookmarks Delete Annotations Extract a text from PDF Optimize...

    docs.aspose.com/pdf/nodejs-cpp/whatsnew/
  3. Obtenir la préférence du visualiseur d'un fichi...

    Cette section montre comment obtenir la préférence du visualiseur d'un fichier PDF existant en utilisant la classe PdfContentEditor....visualiseur de PDF Ajouter des annotations à un fichier PDF existant...

    docs.aspose.com/pdf/fr/net/get-viewer-preferenc...
  4. 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...
  5. 아카이브

    아카이브...Annotations 속성을 사용하여 주석에 액세스합니다. 유형별로... 주석을 반복하고 Page.Annotations.Delete(Annotation) 메서드를 사용하여 하나씩 제거합니다...

    blog.aspose.com/ko/pdf/advanced-tricks-to-conve...
  6. Archiwa

    Archiwa...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/pl/pdf/extract-table-from-pdf-u...
  7. Extraer datos de tablas en PDF con C#|Aspose.PD...

    Aprende cómo extraer datos tabulares de PDF usando Aspose.PDF for .NET en C#... Annotations . FirstOrDefault ( ann =>...ann . AnnotationType == Annotations . AnnotationType . Square...

    docs.aspose.com/pdf/es/net/extract-data-from-ta...
  8. Extraire du texte d'un PDF avec Python|Aspose.P...

    Cette section contient des articles sur l'extraction de texte à partir de documents PDF en utilisant Aspose.PDF avec Python....partir de PDF multi‑colonnes Annotations et texte spécial Extraire...

    docs.aspose.com/pdf/fr/python-net/extract-text-...
  9. استخراج البيانات من جدول في PDF باستخدام C#|Asp...

    تعلم كيفية استخراج البيانات الجدولية من PDF باستخدام Aspose.PDF for .NET في C#... Annotations . FirstOrDefault ( ann =>...ann . AnnotationType == Annotations . AnnotationType . Square...

    docs.aspose.com/pdf/ar/net/extract-data-from-ta...
  10. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java....link to the Page object’s Annotations collection. Finally, save...link to the Page object’s Annotations collection. Finally, save...

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