Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 8,589 for

annotate

(0.6 sec)
  1. Android PDF API | Create Parse and Convert PDF ...

    PDF viewer and converter library for mobile apps. Generate merge split read write and protect PDF or PDF/A documents with ease...to work with attachments, annotations, text & images and much more...extract & delete attachments & annotations Add or update encryption...

    products.aspose.com/pdf/android-java/
  2. Extraire du texte d'un PDF C#|Aspose.PDF for .NET

    Cet article décrit différentes manières d'extraire du texte de documents PDF en utilisant Aspose.PDF en C#....du texte, des images, des annotations, des pièces jointes, des...RunExamples . GetDataDir_AsposePdf_Annotations (); // Open PDF document...

    docs.aspose.com/pdf/fr/net/extract-text-from-al...
  3. 如何用 Java 添加 Highlight 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Highlight 个注释。...Annotations 集合中的 Highlight 注释方法 Add 再次保存该文件...visit ( page ); // Create annotations HighlightAnnotation highlightAnnotation...

    products.aspose.com/pdf/zh-hans/java/annotation...
  4. Jak odstranit komentáře v PDF v Javě

    Tento tutoriál popisuje, jak odstranit komentáře v PDF v Javě. Sdílí informace pro nastavení IDE, kroky k napsání programu a spustitelný ukázkový kód pro odstranění všech komentářů v PDF v Javě....přejděte na collection of annotations na ní Analyzujte každou anotaci...metodu delete() v kolekci Annotations Uložte výstupní soubor PDF...

    kb.aspose.com/cs/pdf/java/how-to-delete-comment...
  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. Arsip

    Arsip...halaman for (auto annotation : page->get_Annotations()) { // Periksa...anotasi if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/id/pdf/extract-data-from-tables...
  9. أرشيف

    أرشيف...الصفحة for (auto annotation : page->get_Annotations()) { // تحقق...التوضيحي if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/ar/pdf/extract-data-from-tables...
  10. Notions de base de l'API Aspose.PDF DOM|Aspose....

    Aspose.PDF pour Java utilise également l'idée de DOM pour représenter la structure d'un document PDF en termes d'objets. Ici, vous pouvez lire la description de cette structure....Annotation Les annotations font partie des fonctionnalités...dédié un namespace pour les annotations. Ce namespace contient des...

    docs.aspose.com/pdf/fr/java/basics-of-dom-api/