Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 8,589 for

annotator

(0.22 sec)
  1. Optimize, Compress or Reduce PDF Size in Python...

    Learn how to optimize PDF documents in Python for improved web performance and reduced file size using Aspose.PDF....fields Remove or flatten annotations Detailed explanation of optimization...Removing or Flattening Annotations Annotations can be deleted when...

    docs.aspose.com/pdf/python-net/optimize-pdf/
  2. Archiv

    Archiv...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/de/pdf/extract-table-from-pdf-u...
  3. 使用 C# 从 PDF 中提取表格数据|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF for .NET 在 C# 中从 PDF 中提取表格数据... Annotations . FirstOrDefault ( ann =>...ann . AnnotationType == Annotations . AnnotationType . Square...

    docs.aspose.com/pdf/zh/net/extract-data-from-ta...
  4. Extrahieren von Links aus PDF mit C#

    In diesem Tutorial wird beschrieben, wie Sie mit C# Links aus PDFs extrahieren. Es enthält Details zum Einrichten der IDE, eine Liste der Schritte und einen Beispielcode zum Entwickeln eines PDF-Link-Extraktors mit C#....Seiten Erstellen Sie einen annotation selector zum Suchen von Linkanmerkungen...extrahieren . Erstellen Sie einen Annotation-Selektor für die Link-Annotationen...

    kb.aspose.com/de/pdf/net/extract-links-from-pdf...
  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. Comment expurger un PDF en Python

    Ce guide simple explique comment rédiger un PDF en Python. Il comprend les informations de configuration de l'IDE, le processus étape par étape et un extrait de code pour rédiger le texte au format PDF à l'aide de Python....Ajouter l’annotation à la collection d’annotations existante...source et initialisez une annotation pour la rédaction. Ensuite...

    kb.aspose.com/fr/pdf/python/how-to-redact-a-pdf...
  7. arkiv

    arkiv...kommentarerna annotations = page0.page_sheet.annotations; # Iterera...anteckningarna for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/sv/diagram/add-comments-to-visi...
  8. 使用操作|Aspose.PDF for Java

    本节解释了如何使用 Java 以编程方式向文档和表单字段添加操作。了解如何在 PDF 文件中添加、创建和获取超链接。...FreeTextAnnotation 对象,将这些链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/zh/java/actions/
  9. PDF 스티커 주석|Aspose.PDF for Java

    이 주제는 스티커 주석에 관한 것으로, 예시로 본문에서 워터마크 주석을 보여줍니다. 페이지에 그래픽을 나타내는 데 사용됩니다. 이 작업을 해결하기 위한 코드 스니펫을 확인하세요....annotationSelector ); List < Annotation > WatermarkAnnotations =...getSelected (); // 결과 출력 for ( Annotation fa : WatermarkAnnotations...

    docs.aspose.com/pdf/ko/java/sticky-annotations/
  10. PdfException: Value cannot be null. Parameter n...

    We are getting a runtime exception while converting certain PDF pages to JPEG using JpegDevice.process(). The exception originates from internal trailer parsing during annotation rendering. This happens only for some PD…...internal trailer parsing during annotation rendering. This happens only...Something went wrong in drawing annotations Caused by: Value cannot be...

    forum.aspose.com/t/pdfexception-value-cannot-be...