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.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks
try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....app conholdate.com conholdate.cloud conholdate.app containerize...
The page describes how to add the GroupDocs.Annotation library to your .NET project....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....app conholdate.com conholdate.cloud conholdate.app containerize...
This is an overview of GroupDocs.Merger for Java library features and capabilities...app conholdate.com conholdate.cloud conholdate.app containerize...
The following article indicates the file formats that GroupDocs.Watermark can work with....app conholdate.com conholdate.cloud conholdate.app containerize...
On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Search for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Python via .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....app conholdate.com conholdate.cloud conholdate.app containerize...