Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 2,677 for

resource

(0.21 sec)
  1. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class... WriteLine (); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/working-with-data...
  2. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....ToString ( "N2" )); } } } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/search-for-emb...
  3. Search results | GroupDocs

    This article shows that how to perform the operations on search results....getTermSequencesOccu ()[ k ]); } } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/search-results/
  4. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/updating-text-...
  5. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....docx" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/sign-document...
  6. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for documents using C#, Java, and Node.js. Enhance your document security with this step-by-step guide....information and additional resources, you may find the following...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  7. 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...
  8. Parse data from documents | GroupDocs

    Learn how to parse and extract structured data from documents using template-based extraction with GroupDocs.Parser for .NET. Extract invoice data, tables, and fields in C#....return template ; } More resources Advanced usage topics To learn...

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

    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 | GroupDocs

    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-...