Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 8,590 for

annotator

(0.6 sec)
  1. 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/
  2. Travailler avec les pièces jointes dans les PDF...

    Utilisez le kit d'outils JavaScript PDF pour accéder, ajouter et supprimer des pièces jointes dans des fichiers PDF. Guide complet avec des exemples de code JavaScript....jointe d’un PDF existant Annotations PDF en utilisant JavaScript...

    docs.aspose.com/pdf/fr/javascript-cpp/attachments/
  3. Aspose.PDF for Python via C++|Aspose.PDF for Py...

    Overview of key features and supported formats of Aspose.PDF for Python via C++, as well as the library's installation and licensing manual....manipulate PDF pages, add annotations, handle custom fonts and...

    docs.aspose.com/pdf/python-cpp/overview/
  4. العمل مع الجداول في PDF|Aspose.PDF لبي إتش بي ع...

    يصف هذا القسم كيفية إضافة واستخراج جدول، وكيفية التلاعب ودمج جدول باستخدام PHP....Working with Images in PDF PDF Annotations...

    docs.aspose.com/pdf/ar/php-java/working-with-ta...
  5. 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...
  6. 모든 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...
  7. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...HTML, some of which have annotations added. How can I recognize...these contents and create annotations when generating the doc....

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  8. Ekstraksi teks mentah dari file PDF|Aspose.PDF ...

    Artikel ini menjelaskan berbagai cara untuk mengekstrak teks dari dokumen PDF menggunakan Aspose.PDF untuk Java. Dari seluruh halaman, dari bagian tertentu, berdasarkan kolom, dll....semua anotasi for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/id/java/extract-text-from-a...
  9. استخراج النص الخام من ملف 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...
  10. Working with Forms using C++|Aspose.PDF for C++

    This section explains how to work with AcroForms and XFA Forms in your PDF documents with Aspose.PDF for C++....Internally, AcroForms are annotations or fields applied to a PDF...

    docs.aspose.com/pdf/cpp/working-with-forms/