Descubre qué hay de nuevo en GroupDocs.Total para .NET 25.11. Disponible ahora en NuGet y en el sitio web de GroupDocs....Assembly for .NET 25.6 (no change)...
Esplora le novità di GroupDocs.Search per .NET 25.11. Disponibile ora su NuGet e sul sito web di GroupDocs....Download diretto – Scarica gli assembly compilati per .NET dalla pagina...
Scopri le novità di GroupDocs.Annotation per .NET 25.11. Disponibile ora su NuGet e sul sito web di GroupDocs....Download diretto – Scarica gli assembly compilati per .NET e .NET...
GroupDocs.Annotation Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Annotation Product Family on GroupDocs Blog | Document A......desafios de carregamento de assemblies, apresentando exemplos de...
This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API....Assembly Product Solution GroupDocs...
This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Assembly Product Solution GroupDocs...
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....Assembly Product Solution GroupDocs...