Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 2,818 for

feature

(0.08 sec)
  1. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....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/search-reports/
  2. Password Protect Excel Files in Java | Lock Unl...

    Let's learn how to password protect Excel spreadsheet files using Java. Change the existing password or remove it to unlock the XLS/XLSX files using Java API....removing password security features for the documents within the...the API provides many more features like merging and splitting...

    blog.groupdocs.com/merger/lock-unlock-excel-fil...
  3. View and Annotate Documents Online with GroupDo...

    The Internet has transformed our lives. We buy things with click of a mouse, be it entertainment, grocery, or accessories. The consumer-web relationship will only grow in the near future. As a result, enterprises and small, as well as start-ups understand the need to engage and collaborate with consumers to get an edge and thrive. So, the need for online document management systems arose. Online document management systems allow you to view and share documents, increase productivity, facilitate collaboration, and save cost....computing offers compelling features, and organizations realize...to read it offline (these features can also be turned off to...

    blog.groupdocs.com/viewer/view-annotate-documen...
  4. GroupDocs.Conversion for Java 16.10.1 Implement...

    Team GroupDocs is keen to announce another release of GroupDocs.Conversion for Java 16.10.1. Numerous customers reported bugs are resolved in this release. Moreover, API encompasses multitude of new Features. Support of converting documents to and from PSD format is introduced. Using latest version of the API developers can implement multi-thread conversion as well. We would recommend you to download and experience GroupDocs.Conversion for Java 16.10.1 and share your feedback....encompasses multitude of new features. Support of converting documents...Conversion API for Java - Features # Implement document conversion...

    blog.groupdocs.com/conversion/groupdocs.convers...
  5. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form 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/java/queries-in-text-...
  6. 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/java/query-language-s...
  7. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in view, we are introducing some new file formats with the release of GroupDocs.Merger for .NET 19.2. Following new file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a template files. Beside new Features, we also introduced a improvement and few bug fixes.... Beside new features, we also introduced a improvement...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  8. Indexing reports | Documentation

    This article demonstrates that how indexing reports can be retrieved from the index using 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/net/indexing-reports/
  9. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....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/delete-indexed-do...
  10. 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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....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/ocr-support/