Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 6,998 for

may

(0.04 sec)
  1. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...is read-only, but you still may set folders: var settings = new...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  2. eSign Document with QR Code Signature | GroupDocs

    This article explains how to sign documents with electronic signature as QR code on document page with GroupDocs.Signature for Python via .NET API....Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/esign-d...
  3. 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...
  4. Render to HTML | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Viewer, may contain different scripts (and/or...

    docs.groupdocs.com/viewer/net/rendering-to-html/
  5. 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-...
  6. Search for embedded object with custom serializ...

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

    docs.groupdocs.com/signature/java/search-embed-...
  7. 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...
  8. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted 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...
  9. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/search-index-sett...
  10. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/fuzzy-search/