Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 8,532 for

annotation

(0.14 sec)
  1. 如何用 C++ 添加 Caret 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Caret 注释的源代码...Annotations 集合中的 Caret 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  2. 如何用 C++ 添加 Circle 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Circle 注释的源代码...Annotations 集合中的 Circle 注释方法 Add 再次保存该文件...pdf" )); // Create Polygon Annotation var circleAnnotation = new...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  3. Basics of Aspose.PDF DOM API|Aspose.PDF for Pyt...

    Explore the fundamentals of Aspose.PDF DOM API for Python via Java. Unlock powerful tools for creating, editing, and managing PDF files programmatically....Annotation Annotations are a part of a PDF...dedicated a namespace for annotations. This namespace contains...

    docs.aspose.com/pdf/python-java/basics-of-dom-api/
  4. 档案

    档案...# 获取注释集合 annotations = page0.page_sheet.annotations; # 遍历注释 for...for annotation in annotations: comment = annotation.comment.value;...

    blog.aspose.com/zh/diagram/add-comments-to-visi...
  5. Lưu trữ

    Lưu trữ...chú thích annotations = page0.page_sheet.annotations; # Lặp lại...thích for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/vi/diagram/add-comments-to-visi...
  6. Infobulle PDF utilisant C#|Aspose.PDF for .NET

    Apprenez à ajouter une infobulle au fragment de texte dans un PDF en utilisant C# et Aspose.PDF...texte (ou tout autre type d’annotation) lors de l’entrée/sortie...fin, la classe Aspose.Pdf.Annotations.HideAction est utilisée pour...

    docs.aspose.com/pdf/fr/net/pdf-tooltip/
  7. Optimiser, Compresser ou Réduire la Taille du P...

    Optimiser le fichier PDF, réduire toutes les images, réduire la taille du PDF, désintégrer les polices, supprimer les objets inutilisés avec Python....Supprimer ou aplatir les annotations Une explication détaillée...aplatissement des annotations Les annotations peuvent être supprimées...

    docs.aspose.com/pdf/fr/python-net/optimize-pdf/
  8. Jak odstranit komentáře v PDF v Javě

    Tento tutoriál popisuje, jak odstranit komentáře v PDF v Javě. Sdílí informace pro nastavení IDE, kroky k napsání programu a spustitelný ukázkový kód pro odstranění všech komentářů v PDF v Javě....přejděte na collection of annotations na ní Analyzujte každou anotaci...metodu delete() v kolekci Annotations Uložte výstupní soubor PDF...

    kb.aspose.com/cs/pdf/java/how-to-delete-comment...
  9. AcroForm 생성 - Python에서 작성 가능한 PDF 생성|Aspose.PDF...

    Aspose.PDF for Python을 사용하여 PDF 파일에서 처음부터 양식을 만들 수 있습니다.... annotations . Border ( textBoxField )...= 5 border . dash = ap . annotations . Dash ( 1 , 1 ) textBoxField...

    docs.aspose.com/pdf/ko/python-net/create-form/
  10. 创建 AcroForm - 在 Python 中创建可填写的 PDF|Aspose.PDF f...

    使用 Aspose.PDF for Python,您可以在 PDF 文件中从头开始创建表单... annotations . Border ( textBoxField )...= 5 border . dash = ap . annotations . Dash ( 1 , 1 ) textBoxField...

    docs.aspose.com/pdf/zh/python-net/create-form/