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

annotation

(0.05 sec)
  1. Remove ODP Annotations Using C++ | products.asp...

    C++ source code to remove Annotations from ODP presentations....Slides C++ Annotation Odp PPT DOCX XLSX PDF ODP...from ODP via C++ To remove annotations from an ODP file, use the...

    products.aspose.com/slides/cpp/annotation/odp/
  2. Remove PPT Annotations Using C++ | products.asp...

    C++ source code to remove Annotations from PPT presentations....Slides C++ Annotation Ppt PPTX DOCX XLSX PDF ODP...from PPT via C++ To remove annotations from a PPT file, use the...

    products.aspose.com/slides/cpp/annotation/ppt/
  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. PDF Document Compression | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...Flattening Annotations with Aspose.PDF for C++ Adding annotations to...naturally increases its size. Annotations can be removed if they are...

    products.aspose.com/pdf/compress/
  5. Extract Links from PDF in Java

    This quick tutorial guides on how to extract links from PDF in Java. It contains all the details to set the IDE, a list of steps, and a sample code to develop a PDF link extractor in Java....learn to fetch link type annotations and transform them to URIAction...the pages, and create an annotation selector for the page Extract...

    kb.aspose.com/pdf/java/extract-links-from-pdf-i...
  6. Remove PPTX Annotations using Java | products.a...

    Remove comments and comment authors from PPTX presentations in Java with Aspose.Slides for Java....Slides Java Annotation Pptx PPTX PPT ODP PDF PPTX...updated presentation. Delete Annotations from PPTX - Java Presentation...

    products.aspose.com/slides/java/annotation/pptx/
  7. How to Redact a PDF in Python

    This simple guide covers how to redact a PDF in Python. It includes the IDE configuration information, the step-by-step process, and a code snippet to redact text in PDF using Python....Append the annotation to the existing annotations collection...initialize an annotation for redaction. Next, add the annotation on a...

    kb.aspose.com/pdf/python/how-to-redact-a-pdf-in...
  8. 使用 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/
  9. 使用 Python 的批注和特殊文本|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 从 PDF 文档中的印章批注、突出显示的文本以及上标/下标内容中提取文本。...annotations . 验证它是一个 StampAnnotation...( infile , page_number , annotation_index , outfile ): """ Extracts...

    docs.aspose.com/pdf/zh/python-net/annotation-an...
  10. 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...