Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 8,414 for

annotation

(0.1 sec)
  1. استخراج الروابط من ملف PDF|Aspose.PDF for Java

    استخراج الروابط من PDF باستخدام Java. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ar/java/extract-links/
  2. Извлечение ссылок из PDF-файла|Aspose.PDF for Java

    Извлечение ссылок из PDF с помощью Java. Эта тема объясняет, как извлечь ссылки с помощью класса AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/ru/java/extract-links/
  3. استخراج النص الخام من ملف PDF|Aspose.PDF لنظام ...

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

    docs.aspose.com/pdf/ar/androidjava/extract-text...
  4. Mengekstraksi teks mentah dari file PDF|Aspose....

    Artikel ini menjelaskan berbagai cara untuk mengekstrak teks dari dokumen PDF menggunakan Aspose.PDF untuk Android melalui 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/androidjava/extract-text...
  5. Extracción de texto sin formato de un archivo P...

    Este artículo describe varias formas de extraer texto de documentos PDF utilizando Aspose.PDF para Android a través de Java. De páginas enteras, de una parte específica, basado en columnas, etc....las anotaciones for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/es/androidjava/extract-text...
  6. 주석 삭제 (파사드)|Aspose.PDF for Java

    이 섹션은 PdfAnnotationEditor 클래스를 사용하여 Aspose.PDF 파사드로 주석을 삭제하는 방법을 설명합니다....parameter, to delete all the annotations from the file; the string...parameter represents the annotation type to be deleted. Finally...

    docs.aspose.com/pdf/ko/java/delete-annotations/
  7. PDF のリンクを更新する|Aspose.PDF for C++

    Aspose.PDF for C++ を使用してプログラムで PDF 内のリンクを更新します。このガイドは、PDF ファイル内のリンクを更新する方法について説明しています。...DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // リンクの変更: リンク先を変更...

    docs.aspose.com/pdf/ja/cpp/update-links/
  8. Aspose::Words::Saving::PdfAttachmentsEmbeddingM...

    Aspose::Words::Saving::PdfAttachmentsEmbeddingMode enum. Specifies how attachments are embedded to PDF document in C++.... Annotations 1 Attachments are embedded as annotations with...document embedded files without annotations. See Also Namespace Aspose::Words::Saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Jak dodać Redaction Adnotację za pomocą C++ | A...

    Kod źródłowy do dodawania adnotacji Redaction w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/pl/cpp/annotation/redac...
  10. PDF 파일에서 주석 수정하기 (파사드)|Aspose.PDF for Java

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일의 주석을 XFDF로 수정하는 방법을 설명합니다....document ); // 주석 속성을 수정하기 위해 Annotation 유형의 새 객체를 만듭니다. DefaultAppearance...DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...

    docs.aspose.com/pdf/ko/java/modify-annotations/