Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 9,045 for

annotation

(0.13 sec)
  1. Extract Text From Stamps using C#|Aspose.PDF fo...

    Learn how to use special feature of Aspose.PDF for .NET - text exstraction from stamp Annotations...Extract Text from Stamp Annotations Aspose.PDF for NET lets you...extract text from stamp annotations. In order to extract text...

    docs.aspose.com/pdf/net/extract-text-from-stamps/
  2. FreeTextAnnotation在pdf中增加一个文本注释,文本框区域显示异常 - Fre...

    image.png (2.2 KB) 用的就是官方mode代码,然后显示应该是pdf批注文本,加个指向问题的引线箭头,现在是文本框把整个引线都圈起来了: var da = new Aspose.Pdf.Annotations.DefaultAppearance(); da.TextColor = System.Drawing.Color.Red; …...Annotations.DefaultAppearance(); da.TextColor...var fta = new Aspose.Pdf.Annotations.FreeTextAnnotation(page,...

    forum.aspose.com/t/freetextannotation-pdf/330123
  3. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  4. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated document....After adding a rubber stamp annotation to a PDF, you may need to...document. Add a rubber stamp annotation. Move the stamp using its...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  5. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Line Annotation var lineAnnotation = new...

    docs.aspose.com/pdf/zh/net/figures-annotation/
  6. Import and Export Annotations using Python|Aspo...

    Learn how to import Annotations from one PDF and export them into a new PDF document using Aspose.PDF for Python via .NET....Import and Export Annotations using Python Contents [ Hide ]...article shows how to import annotations from an existing PDF and...

    docs.aspose.com/pdf/python-net/import-export-an...
  7. How to Strike Out Text in PDF using C#

    This tutorial guides on how to strike out text in PDF using C#. It contains environment settings, a step-wise process and a runnable sample code to strike out text in Adobe PDF using C#....the page Add this annotation to the annotations collection on the...strike out annotation for the text and then this annotation is added...

    kb.aspose.com/pdf/net/how-to-strike-out-text-in...
  8. Extract Attachments from PDF|Aspose.PDF for Pyt...

    Learn how to work with PDF attachments using Python and Aspose.PDF....Files from PDF Attachment Annotations Extract an embedded file...file from a FileAttachment annotation in a PDF using Python and Aspose...

    docs.aspose.com/pdf/python-net/extract-attachment/
  9. 添加弹出注释|Aspose.PDF for Python via .NET

    此示例加载 PDF,将弹出注释添加到首页,并保存修改后的文档。弹出注释默认设置为可见,并显示指定的评论文本。...initialize_data_dir def add_popup_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add popup annotation to page 1 content_editor...

    docs.aspose.com/pdf/zh/python-net/add-popup-ann...
  10. Remove Annotations from PDF using C#

    This article guides on how to remove Annotations from PDF using C#. It has the IDE settings, a list of steps, and a sample code for developing a PDF Annotation remover using C#....TeX Product Family Remove Annotations from PDF using C# This article...article explains how to remove annotations from PDF using C# . It provides...

    kb.aspose.com/pdf/net/remove-annotations-from-p...