Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 7,775 for

annotation

(0.08 sec)
  1. Java 을 (를) 사용하여 Circle 주석을 추가하는 방법 | Aspose.PDF

    JSP/JSF 응용 프로그램 및 데스크톱 응용 프로그램의 Java 런타임 환경에서 PDF 파일에 Circle 주석을 추가하기 위한 Java 샘플 코드입니다....Annotations 컬렉션에서 Circle 주석에 대해 Add 메서드를...( 1 ); // Create Polygon Annotation CircleAnnotation circleAnnotation...

    products.aspose.com/pdf/ko/java/annotation/circ...
  2. Как да изтриете коментари в PDF в Java

    Този урок ръководи как да изтривате коментари в PDF в Java. Той споделя информацията за настройка на IDE, стъпки за писане на програмата и примерен код за изтриване на всички коментари в PDF в Java....и отворете collection of annotations в него Анализирайте всяка...метода delete() в колекцията Annotations, за да изтриете текстовата...

    kb.aspose.com/bg/pdf/java/how-to-delete-comment...
  3. Membuat AcroForm - Membuat PDF yang Dapat Diisi...

    Dengan Aspose.PDF untuk Python Anda dapat membuat formulir dari awal di file PDF Anda... annotations . Border ( textBoxField )...= 5 border . dash = ap . annotations . Dash ( 1 , 1 ) textBoxField...

    docs.aspose.com/pdf/id/python-net/create-form/
  4. File Format Apps Online File Processing formats.

    File Format Apps for PDF, Word, Excel, PowerPoint, Visio, Project, OneNote, OpenOffice, CAD, 3D formats.... Annotate files Clear annotations in Word, PDF,...

    www.fileformat.app/
  5. 주석 PDF API | Aspose.PDF

    모든 플랫폼에서 사용할 수 있는 무료 크로스 플랫폼 앱 및 High Code API를 사용하여 PDF 문서에서 주석을 제거합니다....pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/ko/annotation/
  6. Extraer Texto de Sellos|Aspose.PDF para Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/es/java/extract-text-from-s...
  7. Comment surligner un PDF avec Python

    Ce didacticiel explique comment mettre en surbrillance un PDF à l'aide de Python. Il contient des détails de configuration IDE, un processus par étapes et un exemple de code pour développer un surligneur PDF à l'aide de Python....TextFragmentAbsorber Créez l’annotation de surbrillance à l’aide...utilisé pour définir une annotation de surbrillance pour la page...

    kb.aspose.com/fr/pdf/python/how-to-highlight-in...
  8. Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....end, Enum annotType, Annotation annotation) تم تغييرها إلى void...end, int annotType, Annotation annotation) IList extractAnnotations(int...

    docs.aspose.com/pdf/ar/java/technical-articles/...
  9. Extraindo texto bruto de arquivo PDF|Aspose.PDF...

    Este artigo descreve várias maneiras de extrair texto de documentos PDF usando Aspose.PDF para Android via Java. De páginas inteiras, de uma parte específica, com base em colunas, etc....as anotações for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/pt/androidjava/extract-text...
  10. Anotaciones Adhesivas en PDF|Aspose.PDF para Java

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto. Se utiliza para representar gráficos en la página. Consulte el fragmento de código para resolver esta tarea....annotationSelector ); List < Annotation > WatermarkAnnotations =...imprimir resultados for ( Annotation fa : WatermarkAnnotations...

    docs.aspose.com/pdf/es/java/sticky-annotations/