This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison.
Control image size in PDF output: set width, height, or maximum dimensions....Control image size in PDF output: set width, height, or maximum dimensions.
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....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<Jpeg2000RootPackage>(); if (root.
This article explains how to search for Image electronic signatures with GroupDocs.Signature API....This article explains how to search for Image electronic signatures with GroupDocs.Signature API.
This article explains how to search for Form Fields signatures with GroupDocs.Signature API....This article explains how to search for Form Fields signatures with GroupDocs.Signature API.
This article explains how to search for Form Fields signatures with GroupDocs.Signature API....This article explains how to search for Form Fields signatures with GroupDocs.Signature API.
This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API.
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....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.
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API.
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API....Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API.