Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 8,588 for

annotate

(0.19 sec)
  1. Criar AcroForm - Criar PDF Preenchível em C#|As...

    Com Aspose.PDF for .NET você pode criar um formulário do zero em seu arquivo PDF...rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/pt/net/create-form/
  2. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。... 注释由特定页面的 Annotations 集合包含。 这份集合仅包含该特定页面的注释;每个页面都有其自己的注释集合。..."Sample contents for the annotation" ); textAnnotation . setOpen...

    docs.aspose.com/pdf/zh/java/text-annotation/
  3. استخدام التعليقات النصية لملفات PDF عبر بايثون|...

    Aspose.PDF لبايثون يتيح لك إضافة، الحصول على، وحذف التعليقات النصية من وثيقة PDF الخاصة بك.... يحتوي Annotations على التعليقات الخاصة بصفحة...) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ar/python-net/text-annotation/
  4. Anotasi Ekstra menggunakan Python|Aspose.PDF un...

    Bagian ini menjelaskan cara menambah, mendapatkan, dan menghapus jenis anotasi ekstra dari dokumen PDF Anda.... annotations . CaretAnnotation ( document...caretAnnotation1 . flags = ap . annotations . AnnotationFlags . PRINT...

    docs.aspose.com/pdf/id/python-net/extra-annotat...
  5. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... 注释由特定页面的 Annotations 集合包含。此集合仅包含该单独页面的注释;每个页面都有其自己的注释集合。...然后打开输入的 PDF。 将注释添加到“页面”对象的 Annotations 集合中。 以下代码片段演示了如何在PDF页面中添加注释。...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  6. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...Pages) { // Get the link annotations from particular page AnnotationSelector...Pdf.InteractiveFeatures.Annotations.LinkAnnotation(page, Aspose...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  7. Дополнительные аннотации с использованием C#|As...

    Узнайте, как добавлять дополнительные аннотации в PDF-файлы в .NET с использованием Aspose.PDF для интерактивных функций документа.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Caret Annotation for text insertion var caretAnnotation1...

    docs.aspose.com/pdf/ru/net/extra-annotations/
  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. 4 StampAnnotations in place of 2 opening a spec...

    Hello, We are using Aspose.PDF.Drawing 25.2 When opening the attached document in Adobe or Wondershare PDFElement, we see 2 stamp annotations. When opening the same document with Aspose, there are 4 StampAnnotation. N…...PDFElement, we see 2 stamp annotations. When opening the same document...with Stamp annotations, the number of annotations is correct...

    forum.aspose.com/t/4-stampannotations-in-place-...
  10. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python....(ISO 32000-1:2008), a Link annotation can trigger several types...define what happens when the annotation is activated. Here are the...

    docs.aspose.com/pdf/python-net/create-links/