Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 2,449 for

resource

(0.29 sec)
  1. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API...."coal" , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/homophone-search/
  2. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....fragments [ j ]); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/highlighting-res...
  3. Convert ODT to TXT using Node.js

    Learn how to convert ODT to TXT using Node.js quickly and efficiently. Follow this guide to export ODT to TXT in Node.js with simple steps and clear examples....significantly reduce the time and resources typically required for manual...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  4. Editing certain parts of a document using Java ...

    I have more Doubts. Is there some way that for example in the Editor we have a *.doc or *docx document that have the possibility to only let edit certain parts of it an the rest of the content could be block? Full threa…...set of HTML/CSS markups and resources, which are editable in most...

    forum.groupdocs.com/t/editing-certain-parts-of-...
  5. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API...."SampleSigned" , options ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/load-document-...
  6. How to load password-protected document | Group...

    This article explains how to load password protected document with GroupDocs.Signature API...."SignedSampleProtecte" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/load-password-...
  7. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET.... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/python-net/getting-...
  8. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java.... save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....Conversion-for-Java/blob/master/Examples/Resources/SampleFiles/sample.docx?raw=true"...

    docs.groupdocs.com/conversion/java/load-documen...