Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 5,002 for

conholdate

(0.05 sec)
  1. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/esign-documen...
  2. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/sign-document...
  3. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/search-for-en...
  4. Extract images from document page area | Docume...

    This article explains that how to extract images from document page area....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/extract-formatte...
  6. Extract hyperlinks from document page | Documen...

    This article explains that how to extract hyperlinks from document page....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. Search text in Emails | Documentation

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/search-text-in-e...
  8. Search text in EPUB eBooks | Documentation

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/search-text-in-e...
  9. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/ocr-support/