Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 8,580 for

annotate

(0.28 sec)
  1. PDF 注释|Aspose.PDF for PHP via Java

    本节介绍如何使用 Aspose.PDF 库在 PDF 文件中使用各种注释。了解如何使用 PHP 绘制、打开或添加注释。...本节涵盖以下主题: 您能够执行以下操作: Add Annotation - 本节解释如何使用水印注释。 在 PDF 中使用表格...

    docs.aspose.com/pdf/zh/php-java/annotations/
  2. Documentation|Aspose.PDF for C++

    Learn to use Aspose.PDF C++ to create applications for PDF documents processing on any platform using C#, VB. Browse tutorials, sample code, and more....manipulate PDF pages, add annotations, handle custom fonts and...

    docs.aspose.com/pdf/cpp/
  3. Working with Tables in PDF|Aspose.PDF for PHP v...

    This section describes how to add and extract a table, how to manipulate and integrate a table using the PHP....Working with Images in PDF PDF Annotations...

    docs.aspose.com/pdf/php-java/working-with-tables/
  4. 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...
  5. 모든 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...
  6. استخراج النص الخام من ملف 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...
  7. Navigation and Interaction in PDF|Aspose.PDF fo...

    This section describes the features of work with links, actions and bookmarks....Working with XML using C++ PDF Annotations using C++...

    docs.aspose.com/pdf/cpp/navigation-and-interact...
  8. Архивы

    Архивы...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...текстовые разметкиАннотации if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/ru/pdf/extract-text-from-pdf-cs...
  9. Arşiv

    Arşiv...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation'ı Filtrele if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/tr/pdf/extract-text-from-pdf-cs...
  10. Добавить изображение в PDF с использованием C++...

    Этот раздел описывает, как добавить изображение в существующий PDF файл с использованием библиотеки C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/ru/cpp/add-image-to-existin...