Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 8,738 for

annotation

(0.82 sec)
  1. Redact DOCX Document Online or using Android Mo...

    Open and redact DOCX document online via app for free. Android API code to search and replace DOCX text with regular expression....area via drag and drop of annotation app. Depending on the size...

    products.aspose.com/total/android-java/redact/d...
  2. SVG to Aspose Image to be passed to StampAnnota...

    Does Aspose.PDF support this? i have an SVG file and i would like to pass that to a StampAnnotation object...workaround because a stamp annotation is not the same an image...use that to pass to stamp annotation. asad.ali January 12, 2021...

    forum.aspose.com/t/svg-to-aspose-image-to-be-pa...
  3. Extract Image and Signature Information|Aspose....

    You may extract images from the signature field and extract signature information using the SignatureField class with C#....to form fields changes to annotations changes to images changes...XForms displayed on pages If annotations, fields, or XForms are modified...

    docs.aspose.com/pdf/net/extract-image-and-signa...
  4. Redact DOC Document Online or using Android Mob...

    Open and redact DOC document online via app for free. Android API code to search and replace DOC text with regular expression....area via drag and drop of annotation app. Depending on the size...

    products.aspose.com/total/android-java/redact/doc/
  5. Redact Word Document Online or using Android Mo...

    Open and redact Word document online via app for free. Android API code to search and replace Word text with regular expression....area via drag and drop of annotation app. Depending on the size...

    products.aspose.com/total/android-java/redact/w...
  6. Highlight text in PDF Document and convert each...

    Hai, My requiremnt is I wanted to highlight certain paragaraphs in a pdf document and convert each page of highlighted document into html string. I did the highlighting portion, and its working But when it comes to co…...Annotations.Add(ha); The result I am...more thing, What is this annotation. Flatten() method, and what...

    forum.aspose.com/t/highlight-text-in-pdf-docume...
  7. Import and Export Annotations to XFDF|Aspose.PD...

    This section explains how to import and export Annotations from PDF file to XFDF with Aspose.PDF Facades....Ask AI Import and Export Annotations to XFDF Contents [ Hide ]...to represent form data or annotations contained in a PDF form....

    docs.aspose.com/pdf/net/import-export-annotations/
  8. LinkAnnotation Destination PageNumber is always...

    Hi, I notice in some PDF with LinkAnnotations pointing another page inside the document, the PageNumber property in LinkAnnotation.Destination attribute is always 0. Destination is implemented by XYZExplicitDestination…...page pointed by the link annotation? tfipsrd January 8, 2025...annotationIn in pdfPage.Annotations) { if (annotationIn is LinkAnnotation...

    forum.aspose.com/t/linkannotation-destination-p...
  9. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....through all the annotations for ( auto annotation : document ->...-> idx_get ( 1 ) -> get_Annotations ()) { // Filter TextMarkupAnnotation...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  10. Getting "Error: Index was out of range. Must be...

    Hi, I’m getting the “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index(1)” error, similar to the errors mentioned in Error: Index was out of range. Must be non-n…...(page, annot) in // Parse through all the annotations on each...Link type annotations from page in pdf.Pages from annot in page...

    forum.aspose.com/t/getting-error-index-was-out-...