Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 8,738 for

annotator

(0.16 sec)
  1. Anotaciones adhesivas en PDF usando Python|Aspo...

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto.... annotations . WatermarkAnnotation ( page...Anotaciones de la Página page . annotations . append ( wa ) # Crear TextState...

    docs.aspose.com/pdf/es/python-net/sticky-annota...
  2. Kompresuj dokument PDF | Aspose.PDF

    Zoptymalizuj pliki PDF na dowolnej platformie programowo za pomocą tego przykładowego kodu za pomocą biblioteki Aspose.PDF...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/pl/compress/
  3. Extract Data from Table in PDF with C#|Aspose.P...

    Learn how to extract tabular from PDF using Aspose.PDF for .NET in C#...table marked with Square Annotation: // For complete examples...squareAnnotation = page . Annotations . FirstOrDefault ( ann =>...

    docs.aspose.com/pdf/net/extract-data-from-table...
  4. Добавить всплывающие аннотации|Aspose.PDF for P...

    В этом примере загружается PDF, добавляется всплывающая аннотация на первую страницу и сохраняется изменённый документ. Всплывающая аннотация установлена видимой по умолчанию и отображает указанный текст комментария....initialize_data_dir def add_popup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add popup annotation to page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-popup-ann...
  5. Добавить свободные текстовые аннотации|Aspose.P...

    В этом примере загружается существующий PDF‑файл, добавляется свободная текстовая аннотация на первую страницу в заданном положении и сохраняется изменённый документ....initialize_data_dir def add_free_text_annotation ( infile , outfile ): # Create...infile ) # Add free text annotation to page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-free-text...
  6. PDF 多媒体注释使用 C++|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您添加、获取和删除 PDF 文档中的多媒体注释。... PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。此集合仅包含该单独页面的所有注释:每个页面都有其自己的...面都有其自己的 Annotations 集合。要向特定页面添加注释,请使用 Add 方法将其添加到该页面的 Annotations...

    docs.aspose.com/pdf/zh/cpp/multimedia-annotation/
  7. إضافات توضيحية إضافية باستخدام C++|Aspose.PDF ل...

    يصف هذا القسم كيفية إضافة، الحصول على، وحذف أنواع إضافية من الإضافات التوضيحية من مستند PDF الخاص بك.... إنشاء Caret Annotation جديد وتعيين معلمات Caret...إلى إدراج النص. إنشاء Caret Annotation جديد وتعيين معلمات Caret...

    docs.aspose.com/pdf/ar/cpp/extra-annotations/
  8. Java 을 (를) 사용하여 Caret 주석을 가져오는 방법 | Aspose.PDF

    JSP/JSF 응용 프로그램 및 데스크톱 응용 프로그램용 Java 런타임 환경에서 PDF 파일에 Caret 주석을 가져오는 Java 샘플 코드입니다....Annotations 컬렉션에서 Caret 주석에 대해 Get 메서드를..."sample_caret.pdf" ); // Filter annotations using AnnotationSelector...

    products.aspose.com/pdf/ko/java/annotation/care...
  9. Extraire le texte brut d'un fichier PDF|Aspose....

    Cet article décrit différentes manières d'extraire du texte de documents PDF à l'aide d'Aspose.PDF pour Android via Java. De pages entières, d'une partie spécifique, basé sur des colonnes, etc....toutes les annotations for ( Annotation annotation : doc . getPages...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/fr/androidjava/extract-text...
  10. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....Links are represented as annotations in a PDF file, so to extract...Get all the selected link annotations into an IList object using...

    docs.aspose.com/pdf/cpp/extract-links/