Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 7,077 for

may

(0.35 sec)
  1. 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.... GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/work-with...
  2. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. HTML to document conversion not happening with ...

    Hi, We are having a styled HTML which when downloaded looks odd. We use html to word conversion api from groupdocs and its failing.Can you please check? Image of data shown in text editor: image.png (30.6 KB) Actual …...or specific CSS styles that may not be supported during the conversion...HTML to DOCX, as the result may vary depending on the options...

    forum.groupdocs.com/t/html-to-document-conversi...
  5. Locales for Output Document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locales for Word documents when using GroupDocs.Editor for Node.js via Java API....result, spell checking in MS Word may not work properly for the Spanish...

    docs.groupdocs.com/editor/nodejs-java/locales-f...
  6. GroupDocs.Assembly for .NET 25.12 Release Notes...

    GroupDocs.Assembly for .NET 25.12 Release Notes – the latest updates and fixes....internal behavioral changes that may affect existing implementations...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  7. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-emb...
  8. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/search-embed-...
  9. Convert videos | GroupDocs

    In this article, you will learn how to convert a video file to another video format with GroupDocs.Conversion for .NET....video file formats that you may have come across include AVI...

    docs.groupdocs.com/conversion/net/convert/video/
  10. How to Use the GetChanges Method from the Compa...

    This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework https://github.com/bcosca/fatfree We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples.... You may think that this logic implies...

    blog.groupdocs.com/comparison/how-to-use-the-ge...