Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 8,582 for

annotator

(0.12 sec)
  1. PDF 注释|Aspose.PDF for Python via .NET

    本节介绍如何使用 Aspose.PDF 库对 PDF 文件添加各种注释。...PDF 注释 Contents [ Hide ] Annotations in PDFs are interactive elements...various types of annotations, including text annotations (such as text...

    docs.aspose.com/pdf/zh/python-net/annotations/
  2. Comment supprimer tous les commentaires d'un PD...

    Ce court tutoriel explique comment supprimer tous les commentaires en pdf en c#. Il fournit des détails sur les paramètres de l'IDE, un flux de programme et un exemple de code exécutable pour supprimer tous les commentaires du PDF en C#....informations sur d’autres types d’annotations qui peuvent être consultées...tester le annotations Parcourir toutes les annotations sur chaque...

    kb.aspose.com/fr/pdf/net/how-to-delete-all-comm...
  3. Working with Actions in PDF document|Aspose.PDF...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....annotations import NamedAction , PredefinedAction...document . open_action = ap . annotations . JavascriptAction ( "app...

    docs.aspose.com/pdf/python-net/actions/
  4. Anotações Adesivas em PDF usando C#|Aspose.PDF ...

    Aprenda como criar anotações adesivas, como notas e destaques, em PDFs usando Aspose.PDF em .NET.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/pt/net/sticky-annotations/
  5. 스탬프에서 텍스트 추출하기 C#|Aspose.PDF for .NET

    Aspose.PDF for .NET의 특별한 기능인 스탬프 주석에서 텍스트 추출하는 방법을 배우십시오.... 페이지의 주석 목록에서 원하는 Annotation 을 가져옵니다. TextAbsorber 클래스의...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/ko/net/extract-text-from-st...
  6. Java 를 사용하여 PDF 편집 | Aspose.PDF

    Java 용 Aspose.PDF 파일을 사용하여 Java 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다....600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/ko/java/redaction/
  7. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...getOnClose()); } } for (Annotation annotation : page.getAnnotations())...{ for (PdfAction action : annotation.getPdfActions()) { if (action...

    forum.aspose.com/t/unable-to-extract-javascript...
  8. Anotación Multimedia en PDF usando C#|Aspose.PD...

    Aspose.PDF for .NET te permite agregar, obtener y eliminar la anotación multimedia de tu documento PDF....encuentran en la colección Annotations de un objeto Page . Esta...tiene su propia colección de Annotations. Para agregar una anotación...

    docs.aspose.com/pdf/es/net/multimedia-annotation/
  9. Basics of Aspose.PDF DOM API|Aspose.PDF for .NET

    Aspose.PDF for .NET also uses the idea of DOM to represent the structure of a PDF document in terms of objects....Annotations Annotations are a part of a PDF...dedicated a namespace for annotations. This namespace contains...

    docs.aspose.com/pdf/net/basics-of-dom-api/
  10. 如何用 .NET 添加 Redaction 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Redaction 个注释。...Annotations 集合中的 Redaction 注释方法 Add 再次保存该文件...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/zh-hans/net/annotation/...