Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java.... We value your opinion. Your feedback...
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 !... We value your opinion. Your feedback...
Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library.... We value your opinion. Your feedback...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...
This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...
The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...