Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 8,455 for

annotation

(0.31 sec)
  1. Get some checkbox field properties from a Dynam...

    Hi, I am working on a dynamic XFA PDF file with checkbox fields. I know I cannot get their properties like positions, checkedValue, FullName using Aspose.PDF.InteractiveFeatures.Forms.CheckboxField.Rect, Aspose.PDF.Inte…...TextBoxField value = Page Index1 Annotation Index1 Partial Name = address[0]...TextBoxField value = Page Index1 Annotation Index2 Partial Name = postal_code[0]...

    forum.aspose.com/t/get-some-checkbox-field-prop...
  2. Add Image to Existing PDF File|Aspose.PDF for Java

    This section describes how to add image to existing PDF file using Java library....()) { WatermarkAnnotation annotation = new WatermarkAnnotation...getRect ()); XForm form = annotation . getAppearance (). get_Item...

    docs.aspose.com/pdf/java/add-image-to-existing-...
  3. Overview|Aspose.PDF for Java

    Overview of key-features and supported formats of Aspose.PDF for Java, installation and licensing manual of Java library....fonts removing or flattening annotations removing AcroForm Fields...attachments and annotations Adding attachments and annotations makes PDF...

    docs.aspose.com/pdf/java/overview/
  4. Extract Text From Stamps|Aspose.PDF for C++

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Extract Text from Stamp Annotations Aspose.PDF for C++ lets you...extract text from stamp annotations. In order to extract text...

    docs.aspose.com/pdf/cpp/extract-text-from-stamps/
  5. 从印章提取文本|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf" ); Annotation item = doc . getPages ()...StampAnnotation ) { StampAnnotation annot = ( StampAnnotation ) item ;...

    docs.aspose.com/pdf/zh/java/extract-text-from-s...
  6. Really weird large redaction black boxes - Free...

    Hi all, I am trying to write redaction for PDF documents. For the vast majority of redactions I am completing, the PDF document redacts properly, however I am getting some weird large boxes that pop up: image.png (631 …...annotations.RedactionAnnotation(page...fill_color = pdf.Color.black page.annotations.add(ann, True) try: ann.redact()...

    forum.aspose.com/t/really-weird-large-redaction...
  7. Parse PDF in Python: A Powerful Step-by-Step Guide

    Learn how to parse PDF in Python using Aspose.PDF for Python, the best Python PDF parser. Extract text, tables, and images with step-by-step examples....Python How to Parse PDF Annotations in Python Aspose.PDF: Best...elements such as text, images, annotations, attachments, and graphs...

    blog.aspose.com/pdf/parse-pdf-in-python/
  8. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....displayed over the link Add both annotations to the page Save the resultant...In the next steps, a link annotation is created within a rectangle...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  9. Working with Actions in PDF|Aspose.PDF for .NET

    This section explains how to add actions to the document and form fields programmatically with C#....links to the Page object’s Annotations collection. Finally, save...Links are represented as annotations in a PDF file and they can...

    docs.aspose.com/pdf/net/actions/
  10. How to Remove Comments from PDF using Python

    This article guides on how to remove comments from PDF using Python. It provides detailed information to set the IDE, write program algorithm and a runnable sample code to delete all comments in PDF using Python....collection of annotations Check each annotation if it is a TEXT...document and then parsing the annotations collection on each page to...

    kb.aspose.com/pdf/python/how-to-remove-comments...