Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 8,533 for

annotation

(0.04 sec)
  1. How to Redact a PDF in C#

    This precise article discusses how to redact a PDF in C#. It contains the IDE configuration information, and the algorithm as simple steps, followed by a code snippet to redact text in PDF using C#....Append the annotation to the collection of annotations Redact the...for redaction. Next, the annotation is created and appended to...

    kb.aspose.com/pdf/net/how-to-redact-a-pdf-in-cs...
  2. Import and Export Annotations to XFDF format|As...

    You may import and export Annotation with XFDF format using Aspose.PDF for Java library....Import and Export Annotations to XFDF format Contents [ Hide...to represent form data or annotations contained in a PDF form....

    docs.aspose.com/pdf/java/import-export-xfdf/
  3. PDF 粘性注释|Aspose.PDF for Java

    本主题关于粘性注释,以水印注释为例展示在文本中。它用于在页面上表示图形。查看代码片段以解决此任务。...annotationSelector ); List < Annotation > WatermarkAnnotations =...getSelected (); // 打印结果 for ( Annotation fa : WatermarkAnnotations...

    docs.aspose.com/pdf/zh/java/sticky-annotations/
  4. How to Highlight a PDF Document using Java

    This article guides on how to highlight a PDF document using Java. It shares the configuration details, steps, and runnable sample code to highlight words in PDF using Java....fragments Create a highlight annotation by using the rectangle enclosing...highlighting the text Add this annotation to the target page and save...

    kb.aspose.com/pdf/java/how-to-highlight-a-pdf-d...
  5. 修改PDF文件中的注释(facades)|Aspose.PDF for Java

    本节说明如何使用Aspose.PDF Facades将PDF文件中的注释修改为XFDF。...DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...1 ), defaultAppearance ); annotation . setTitle ( "Aspose.PDF...

    docs.aspose.com/pdf/zh/java/modify-annotations/
  6. 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-...
  7. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。... 创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title...EndingStyle)。此注释用于指示文本的插入。 创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title...

    docs.aspose.com/pdf/zh/net/extra-annotations/
  8. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....links to the Page object’s Annotations collection. Finally, save...get_Item ( 1 ); // Create Link annotation object LinkAnnotation link...

    docs.aspose.com/pdf/java/actions/
  9. Extract Text From Stamps|Aspose.PDF for Java

    Learn how to extract text from stamps in PDF files using Aspose.PDF for Java. Follow this guide for precise text retrieval....Extract Text from Stamp Annotations Aspose.PDF for Java lets...extract text from stamp annotations. In order to extract text...

    docs.aspose.com/pdf/java/extract-text-from-stamps/
  10. How to Add Comments to a PDF using C#

    This tutorial guides you on how to add comments to a PDF using C#. It provides details about the IDE configuration, a list of steps and a runnable sample code to insert comment in PDF using C#....are shared to create text annotation along with setting its properties...and then adding it to the annotations collection of a particular...

    kb.aspose.com/pdf/net/how-to-add-comments-to-a-...