Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 1,976 for

resource

(0.05 sec)
  1. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/fuzzy-search/
  2. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  3. Subscribing for verification process events | D...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....getMessage ()); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/subscribing-f...
  4. Subscribing for search process events | Documen...

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....getMessage ()); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/subscribing-f...
  5. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/sign-document...
  6. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.... readToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Search text | Documentation

    This article explains that how to search text from documents.... Text )); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/search-text/
  8. Parse data from documents | Documentation

    This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....return template ; } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  9. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighted occurrences } More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/java/work-with-search...
  10. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....highlighted search results } More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/net/build-your-first-...