This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Classification Product Solution Purchase...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....Classification Product Solution Purchase...
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 !...Classification Product Solution Purchase...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Classification Product Solution Purchase...
Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Classification Product Solution Purchase...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....Classification Product Solution Purchase...
This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Classification Product Solution Purchase...