This article explains how to save signed image with various image formats by GroupDocs.Signature API....This article explains how to save signed image with various image formats by GroupDocs.Signature API.
This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API.
This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API....This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API.
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API.
This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js.
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 get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET.
Control image size in PDF output: set width, height, or maximum dimensions....Control image size in PDF output: set width, height, or maximum dimensions.
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.
This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....This topic explains how to verify Text electronic signatures with GroupDocs.Signature API.