This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
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....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Perform keyword or regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
The page describes how to add arrow annotation to a document using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
Encrypt a PDF, Word, Excel, or PowerPoint document by adding an open password using AddPasswordOptions with GroupDocs.Merger for Python via .NET....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
This article shows how to open a document by explicitly specifying its file type in LoadOptions....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
This article explains how to save signed image with various image formats by GroupDocs.Signature API....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...
This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API....Signature Product Solution GroupDocs.Search Product Solution GroupDocs...