Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 9,083 for

annotator

(2.23 sec)
  1. Anotasi Berbasis Teks menggunakan Python|Aspose...

    Pelajari cara menambahkan, memeriksa, dan menghapus anotasi teks bebas, sorot, garis bawah, bergelombang, dan coret dalam dokumen PDF menggunakan Aspose.PDF for Python via .NET....bebas free_text_annotation = ap . annotations . FreeTextAnnotation...308 , 720 , True ), ap . annotations . DefaultAppearance (), )...

    docs.aspose.com/pdf/id/python-net/text-based-an...
  2. C#を使用した追加注釈|Aspose.PDF for .NET

    Aspose.PDFを使用して.NETでPDFファイルに追加の注釈を追加する方法を学びます。... 新しい Caret Annotation を作成し、キャレットパラメータ(新しいRecta...入を示すために使用されます。 新しい Caret Annotation を作成し、キャレットパラメータ(新しいRecta...

    docs.aspose.com/pdf/ja/net/extra-annotations/
  3. 파이썬에서 PDF 링크 업데이트|Aspose.PDF for Python via .NET

    Python에서 PDF 링크 모양과 대상을 업데이트하는 방법을 알아봅니다...., is_assignable def link_annotation_update_text_color ( infile...Document ( infile ) link_annotations = [ a for a in document ...

    docs.aspose.com/pdf/ko/python-net/update-links/
  4. Créer un AcroForm - Créer un PDF remplissable e...

    Avec Aspose.PDF for .NET, vous pouvez créer un formulaire à partir de zéro dans votre fichier PDF...être ajouté avec quelques annotations de widget. .NET Core 3.1...rectangle data for widget annotations. // The number of elements...

    docs.aspose.com/pdf/fr/net/create-form/
  5. 파이썬으로 PDF 링크 만들기|Aspose.PDF for Python via .NET

    Python에서 내부, 외부 및 원격 PDF 링크를 만드는 방법을 알아봅니다....import sys def create_link_annotation_launch_action ( infile ,...pages [ 1 ] link = ap . annotations . LinkAnnotation ( page ...

    docs.aspose.com/pdf/ko/python-net/create-links/
  6. Uso de la anotación de texto para PDF|Aspose.PD...

    Aspose.PDF for .NET te permite agregar, obtener y eliminar anotaciones de texto de tu documento PDF.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create text annotation var textAnnotation = new...

    docs.aspose.com/pdf/es/net/text-annotation/
  7. How to get Comment and Author from Visio FIle -...

    Hello, Team, we are trying to get comment added by author in visio, see sample snap shot for visio file. Here I can get the comment using below code, AnnotationCollection annotations = page.PageSheet.Annotations; // …...AnnotationCollection annotations = page.PageSheet.Annotations; // Iterate...through the annotations foreach (Annotation annotation in annotations)...

    forum.aspose.com/t/how-to-get-comment-and-autho...
  8. Extract Links from the PDF File|Aspose.PDF for ...

    Extract links from PDF with Java. This topic explain you how to extract links using AnnotationSelector class....Links are represented as annotations in a PDF file, so to extract...Get all the selected link annotations into an IList object using...

    docs.aspose.com/pdf/java/extract-links/
  9. وضع علامة على التعليقات التوضيحية باستخدام Pyth...

    تعرف على كيفية إضافة نص وقراءته وحذفه، ووضع علامة، واستبدال التعليقات التوضيحية في مستندات PDF باستخدام Aspose.PDF لـ Python عبر .NET.... text_annotation = ap . annotations . TextAnnotation...text_annotation . title = "Aspose User" text_annotation . subject...

    docs.aspose.com/pdf/ar/python-net/markup-annota...
  10. Anotasi Lengket PDF menggunakan C#|Aspose.PDF f...

    Pelajari cara membuat anotasi lengket, seperti catatan dan sorotan, dalam PDF menggunakan Aspose.PDF di .NET.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/id/net/sticky-annotations/