GroupDocs.Search for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Produce a result document containing only the summary page — change counts and high-level statistics — using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Control image size in PDF output: set width, height, or maximum dimensions....Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Editor Product Solution GroupDocs.Annotation 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....Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This page contains information about getting indexed documents in the search network....Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Python via .NET API....Editor Product Solution GroupDocs.Annotation Product Solution GroupDocs...