Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
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 !...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Quickly learn how to convert XLSX to DOCX using Node.js without extra software installation. This topic contains steps and code to export XLSX to DOCX in Node.js.... We’ve just released a comprehensive guide on converting...
This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process.... Earlier, we released a guide on scanning QR codes...
Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....resources are automatically released after processing. ImageConvertOptions...
This article explains how to search signatures with LINQ query with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...