Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....app conholdate.com conholdate.cloud conholdate.app containerize...
This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
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...
This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....app conholdate.com conholdate.cloud conholdate.app containerize...