This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files.
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine
GroupDocs.Search for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...GroupDocs.Search for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed
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....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.
This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET....This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET.
This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container...This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container
This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications....This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications.
Control image size in PDF output: set width, height, or maximum dimensions....Control image size in PDF output: set width, height, or maximum dimensions.
Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET....Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET.
This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications....This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications.