Logging when rendering documents with GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...Sub End Module The following image shows the output.log file: Logging...
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.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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...
GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Conversion Product Solution GroupDocs...and manipulate documents and images within your .NET or Cloud-based...
This article explains how to obtain supported Conversions when converting documents with GroupDocs.Conversion within your Java applications...Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...
Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following Image:
In extracted files and folders, you can see solution file for C# Project....Conversion Product Solution GroupDocs...folders will look like following image: In extracted files and folders...
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...
Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Conversion Product Solution GroupDocs...PPSX OpenDocument Formats ODP Image files SVG Was this page helpful...
This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications....Conversion Product Solution GroupDocs...download it. The following image demonstrates the result: Was...