Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 7,336 for

may

(3.07 sec)
  1. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/search-text/
  2. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/esign-document...
  3. 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...
  4. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-xm...
  5. 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/net/search-embed-n...
  6. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET....resources GitHub examples You may find more code examples in our...

    docs.groupdocs.com/parser/python-net/load-passw...
  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/java/search-for-em...
  8. Working with XMP metadata | GroupDocs

    Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/python-net/working-...
  9. 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-...
  10. 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...