Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 5,319 for

ai

(0.13 sec)
  1. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Merger for .NET...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/merger/net/migration-notes/
  2. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. Installation (build tools) | GroupDocs

    Development environment Operating systems GroupDocs.Metadata for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported runtime GroupDocs.Metadata for Java supports Java run-time version 7 (1.7) and above. Development environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Metadata for Java API directly in your Maven projects with simple configurations....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/metadata/java/installation/
  4. Convert database formats | GroupDocs

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/conversion/java/convert/data...
  5. Inserting Bookmarks Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emAils with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/assembly/java/inserting-book...
  6. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/search/java/image-search-opt...
  7. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/assembly/net/business-case-o...
  8. Developers Guide - Web Report Generator | Group...

    Execution Steps Inputs A Template created in one of the Supported Document Formats conforming to Supported Template Syntax. A Connection String in order to connect to a DataBase that can be accessed through DataSet / DataTable etc Type of Data Source. For example, Table / Views etc Data Source. Select a table / view from the connected DataBase System Processing Verifies Template Document Format. Connects to MS SQL Server Database using connection string Tests Connection according to the provided connection string....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/assembly/net/developers-guid...
  9. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/conversion/net/convert/publi...
  10. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...