Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 8,616 for

annotation

(3.84 sec)
  1. Extraer Datos de Tabla en PDF|Aspose.PDF para C++

    Aprende cómo extraer datos tabulares de PDF usando Aspose.PDF para C++....MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...

    docs.aspose.com/pdf/es/cpp/extract-data-from-ta...
  2. 导航和交互|Aspose.PDF for Java

    本节描述了与链接、动作和书签相关的工作特性。... 使用 XML PDF Annotations...

    docs.aspose.com/pdf/zh/java/navigation-and-inte...
  3. أرشيف

    أرشيف...Title = "Sample Annotation Title"; textAnnotation.Subject..."Sample contents for the annotation"; textAnnotation.Open = true;...

    blog.aspose.com/ar/pdf/create-pdf-documents-usi...
  4. Ekstrak teks dari semua halaman PDF menggunakan...

    Artikel ini menjelaskan berbagai cara untuk mengekstrak teks dari dokumen PDF menggunakan Aspose.PDF dalam C++. Dari seluruh halaman, dari bagian tertentu, berdasarkan kolom, dll....semua anotasi for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // Filter TextMarkupAnnotation...

    docs.aspose.com/pdf/id/cpp/extract-text-from-al...
  5. 아카이브

    아카이브...add(Annotation) 메서드를 사용하여 문서에 주석을 추가합니다...textAnnotation.setTitle("Sample Annotation Title"); // 주석 주제 설정 textAnnotation...

    blog.aspose.com/ko/pdf/add-or-remove-annotation...
  6. Python을 사용하여 PDF에서 주석을 제거하는 방법

    이 기사는 Python을 사용하여 PDF에서 주석을 제거하는 방법을 안내합니다. IDE 설정, 프로그램 알고리즘 작성, Python을 사용하여 PDF의 모든 주석을 삭제할 수 있는 실행 가능한 샘플 코드에 대한 자세한 정보를 제공합니다.... 로드된 문서의 모든 페이지를 파싱하고 annotations 컬렉션에 액세스 각 주석이 TEXT 유형인지...프로세스를 설명합니다. 모든 주석을 삭제하려는 경우 Annotation 클래스가 이 요구 사항을 달성하는 데 중요한...

    kb.aspose.com/ko/pdf/python/how-to-remove-comme...
  7. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java....link to the Page object’s Annotations collection. Finally, save...link to the Page object’s Annotations collection. Finally, save...

    docs.aspose.com/pdf/java/create-links/
  8. Travailler avec les formulaires en C++|Aspose.P...

    Cette section explique comment travailler avec les AcroForms et les formulaires XFA dans vos documents PDF avec Aspose.PDF pour C++.... les AcroForms sont des annotations ou des champs appliqués à...

    docs.aspose.com/pdf/fr/cpp/working-with-forms/
  9. PdfEncryptionDetails.ownerPassword property | A...

    PdfEncryptionDetails.ownerPassword property. Specifies the owner password for the encrypted PDF document....to allow the editing of annotations. let encryptionDetails =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Оптимизировать PDF-файлы в Python|Aspose.PDF дл...

    Узнайте, как оптимизировать, сжимать и уменьшать размер PDF‑файла в Python с помощью Aspose.PDF....stat import sys def flatten_annotations ( infile , outfile ): # Open...Document ( infile ) # Flatten annotations for page in document . pages...

    docs.aspose.com/pdf/ru/python-net/optimize-pdf/