Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 24,545 for

may

(0.06 sec)
  1. GroupDocs.Editor for .NET 19.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for .NET 19.11 Major Features Main feature of the GroupDocs.Editor for .NET version 19.11 is support of .NET Standard 2.0. This means that now GroupDocs.Editor for .NET includes new NET Standard 2.0 version. It has the full functionality of .NET Framework version. In this version, we also have changed the unique identifier that OS uses to identify the application installed with an MSI package....Editor which may affect existing code. Any behavior...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  2. GitHub - groupdocs-classification/GroupDocs.Cla...

    GroupDocs.Classification-for-.NET samples and showcase (text and documents classification and sentiment analysis) - groupdocs-classification/GroupDocs.Classification-for-.NET...branch on this repository, and may belong to a fork outside of the...

    github.com/groupdocs-classification/GroupDocs.C...
  3. Homophone search | Documentation

    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....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/homophone-search/
  4. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API.... GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/search-for-ba...
  5. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-bar...
  6. How to save signed Image with different output ...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/save-signed-im...
  7. GroupDocs.Merger for .NET 19.7 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 19.7 Major Features There are a few new features in this regular monthly release. The most notable are: Implemented a new method GetDocumentInfo Implemented a new format .html Implemented .tiff image joining Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-431 Implement a new method GetDocumentInfo New Feature MERGERNET-513 Implement a new format .html New Feature MERGERNET-544 Implement ....Merger which may affect existing code. Any behavior...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  8. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  9. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/password-protect...
  10. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/handle-loading-o...