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

annotation

(1.4 sec)
  1. Archiwa

    Archiwa...add(Annotation) . Na koniec zapisz zaktualizowany...textAnnotation.setTitle("Sample Annotation Title"); // Ustaw temat adnotacji...

    blog.aspose.com/pl/pdf/add-or-remove-annotation...
  2. Aperçu d'Aspose.PDF.Drawing pour .NET|Aspose.PD...

    Aperçu des fonctionnalités clés et des avantages de la bibliothèque Aspose.PDF.Drawing pour .NET....polices, des signets, des annotations, des formulaires, des opérateurs...des pièces jointes et des annotations en les ajoutant, les mettant...

    docs.aspose.com/pdf/fr/net/drawing/
  3. Ta bort TSV-anteckningar online eller hantera a...

    ta bort kommentarer från TSV-filen via onlineappen gratis.Java API-kod för att hantera kommentarer av TSV-filer....Total Java Annotate Ta bort TSV-anteckningar online...kommentarer Utveckla TSV Document Annotation Application via Java Behöver...

    products.aspose.com/total/sv/java/annotate/tsv/
  4. ארכיון

    ארכיון...getPages()) { for (Annotation annotation : page.getAnnotations())...getAnnotations()) { // או שתשטח את ההערה annotation.flatten(); // או למחוק את...

    blog.aspose.com/he/pdf/compress-optimize-reduce...
  5. PDF内のリンクを更新する|Aspose.PDF for Java

    プログラムでPDF内のリンクを更新します。このガイドはJava言語でPDF内のリンクを更新する方法についてです。...get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ja/java/update-links/
  6. Extraer texto de todas las páginas de un PDF us...

    Este artículo describe varias maneras de extraer texto de documentos PDF usando Aspose.PDF en C++. De páginas enteras, de una parte específica, basado en columnas, etc....las anotaciones for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // Filtrar TextMarkupAnnotation...

    docs.aspose.com/pdf/es/cpp/extract-text-from-al...
  7. 모든 PDF 페이지에서 텍스트 추출하기 C++ 사용|Aspose.PDF for C++

    이 문서는 Aspose.PDF를 사용하여 C++에서 PDF 문서에서 텍스트를 추출하는 다양한 방법을 설명합니다. 전체 페이지, 특정 부분, 열 기반 등....); // 모든 주석을 반복 for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // TextMarkupAnnotation...

    docs.aspose.com/pdf/ko/cpp/extract-text-from-al...
  8. استخراج النص الخام من ملف PDF|Aspose.PDF for Java

    توضح هذه المقالة طرقًا مختلفة لاستخراج النص من مستندات PDF باستخدام Aspose.PDF لـ Java. من صفحات كاملة، أو من جزء محدد، بناءً على الأعمدة، إلخ....التعليقات التوضيحية for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/ar/java/extract-text-from-a...
  9. 档案

    档案...getPages()) { for (Annotation annotation : page.getAnnotations())...getAnnotations()) { // 要么展平注释 annotation.flatten(); // 或删除注释 // page.getAnnotations()...

    blog.aspose.com/zh/pdf/compress-optimize-reduce...
  10. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++....namespace Aspose :: Pdf :: Annotations ; void AddingTextBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...

    docs.aspose.com/pdf/cpp/create-form/