Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 29,500 for

words

(1.03 sec)
  1. Announcing the improved naming scheme of GroupD...

    We’re going to introduce an improvement in the naming scheme of our GroupDocs Nuget packages. Earlier, the package IDs were consisted of the product name in lower case letters and the hyphens “-” to join the Words. So, an old package ID would look like “groupdocs-viewer-dotnet”. However, in the new naming scheme, the format will consist the product family name in title case. Hence, the new package identifier will look like “GroupDocs....the hyphens “-” to join the words. So, an old package ID would...

    blog.groupdocs.com/total/announcing-improved-na...
  2. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...used to search for a single word in the text of a document. The...of wildcard characters in a word: a one character wildcard and...

    docs.groupdocs.com/search/net/build-search-query/
  3. Latest release of GroupDocs.Viewer for .NET v3....

    In response to the feedback of our customers we have upgraded GroupDocs.Viewer for .NET and released its new version 3.3.0. This version of the API has come with improved performance along with new features. Most of the issues found in older versions have also been fixed. Lets find out what is new in the latest release. New Features GroupDocs.Viewer for .NET v3.3.0 has come with following new features. Set custom font directories Get document information by guid Get document information by stream Get document information by Uri Remove all cache files Remove cache files older than specified time Get original files attached with email message Get image representation of email attachments Get html representation of email attachments For more information, please visit product documentation: GroupDocs....Update DocumentInfoOptions Cells/Words/Email DocumentInfoOptions properties...html that was converted from words document Implement adding prefix...

    blog.groupdocs.com/viewer/latest-release-groupd...
  4. Search operation table | GroupDocs

    This article shows that how to provides syntax of all elements allowed in text search queries....* N - wildcard word, * N ~~ M - wildcard word range, where N...and wildcard words are used to search for words with unknown...

    docs.groupdocs.com/search/java/search-operation...
  5. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...log ( 'Words: ' + args . getWords (). length ); const words = args...0 ; i <= words . length ; i ++ ) { const word = words [ i ]; console...

    docs.groupdocs.com/search/nodejs-java/search-in...
  6. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events.... WriteLine ( "Words: " + args . Words . Length ); for ( int...int i = 0 ; i < args . Words . Length ; i ++) { Console . WriteLine...

    docs.groupdocs.com/search/net/search-index-events/
  7. PDF Comparison is Improved in GroupDocs.Compari...

    GroupDocs.Comparison for .NET 18.9 comes with some improvements and bug fixes. PDF and HTML anchors comparison is now improved. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Improvements Html Anchors comparing PDF comparison Improve HTML aligner Bug Fix Error when comparing Words files protected with password Cannot compare PDF documents Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Fix # Error when comparing Words files protected with password...

    blog.groupdocs.com/comparison/pdf-comparison-is...
  8. Introducing GroupDocs.Comparison for Java - Com...

    After attaining a remarkable attention from .NET developers, GroupDocs team successfully ported GroupDocs.Comparison for Java API from Next Generation GroupDocs.Comparison for .NET. API provides facility to compare supported file formatted documents in a very convenient way. It supports numerous exciting document comparison features such as documents comparison + merging. It compares both content and styles in the documents and saves the difference summary in a separate result file. Furthermore, API supports multitude of file formatted documents such as, but not limited to Microsoft Office, PDF, Text, HTML documents....formats including PDF, Microsoft Word, Microsoft Excel, Microsoft...Document Formats - PDF, PDF/A Word Document Formats - DOC, DOCX...

    blog.groupdocs.com/comparison/groupdocs-compari...
  9. Introducing Metadata Signatures for PDF in Grou...

    We are delighted to announce another monthly release of GroupDocs.Signature for Java. This latest version 18.11 comes up with multitudinous features along with numerous improvements and fixes. The main feature introduced in this release is ability to add and search Metadata Signatures in a PDF document. Therefore, we would recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....text in Text Signature for a Words, Slides, Images and PDF documents...exceptions Support of several Words Digital Search Options and Cells...

    blog.groupdocs.com/signature/groupdocs.signatur...
  10. 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....number of occurrences of the words and phrases found, as well as...number of occurrences, the words and phrases found, as well as...

    docs.groupdocs.com/search/nodejs-java/work-with...