Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 3,222 for

conholdate

(0.04 sec)
  1. Chart Series Coloring in Word Processing Docume...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Word Processing Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/chart-series-c...
  2. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents 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-h...
  3. Extract highlights | Documentation

    This article explains that how to extract highlights from documents in Java....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/extract-highlights/
  4. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/extract-attachme...
  5. Extract images from document page | Documentation

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

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  7. 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...
  8. Get supported features | Documentation

    This article shows how to check if feature supported for the document....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/get-supported-fea...
  9. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/net/alias-dictionary/
  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/