Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 2,997 for

feature

(0.04 sec)
  1. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/homophone-dictio...
  2. Retrieve Count of Credits Consumed In GroupDocs...

    As you know that API already supports metered licensing. Can we get count of credits consumed? Yes, we have a good news for you. There is a new method GetConsumptionCredit() implemented in Metered class. This method returns count of credits that are consumed in case of Metered licensing is used. Following example demonstrates how to retrieve count of credits consumed. Let’s talk about the new file formats introduced. Most of you might be working with XLAM, an Excel Macro-Enabled Add-In file format.... With all such features and improvements, why wait...

    blog.groupdocs.com/conversion/retrieve-count-of...
  3. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/alias-dictionary/
  4. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/ocr-support/
  5. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/alias-dictionary/
  6. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/reverse-image-sea...
  7. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  8. GroupDocs.Search for .NET 1.2.0 released with s...

    GroupDocs.Search for .NET API version 1.2 is available now with support of more Microsoft Word, Excel and PowerPoint formats. There is enhancement in Search API in form of user warnings with not supported seach settings in Fuzzy search, Regular expression and Synonym search. Some more enhancements in similarity level setting for Fuzzy search and total hit count for search results in this release. .NET Search API 1.2 enhancements and Features Format list extended, now Search API supports below mentioned formats too....2 enhancements and features # Format list extended, now...

    blog.groupdocs.com/search/search-api-net-releas...
  9. Releasing e-Signing Front End using GroupDocs.S...

    Experience the basics of GroupDocs e-Signing API through an open source ASP.NET MVC front end. This front end demonstrates essential functionalities provided by GroupDocs.Signature for .NET API, the easy to grasp UI permits .NET developers to develop their own front end or extend the existing one. We would recommend you to clone/download and explore the front end. e-Signature Front End - Features Type Signature Draw Signature, apply different colors Upload image signature Download signed document Print signed document Pagination Development Environment FrameworkMicrosoft .... e-Signature Front End - Features # Type Signature Draw Signature...

    blog.groupdocs.com/signature/releasing-esignatu...
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....project in order to evaluate API features. In case of any issue, post...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...