This page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....Conversion Product Solution GroupDocs...PowerPoint presentation or image etc.) is a count of document...
This article explains how to list and print file types supported by GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...
This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....Conversion Product Solution GroupDocs...Sub End Module The following image demonstrates the result. There...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs...Excel spreadsheet document as image link inside of predefined cell...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Conversion Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...
Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images.
The following are the steps to read the native PNG metadata.
Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks
using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...
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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...
Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and Image quality....Conversion Product Solution GroupDocs...the output will be a raster image without any interactive links...
This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Conversion Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...
In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Conversion Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...