GroupDocs.Signature for Java does not require any external software or third party tool to be installed....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Search for Java does not require any external software or third party tool to be installed...app conholdate.com conholdate.cloud conholdate.app containerize...
Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library....app conholdate.com conholdate.cloud conholdate.app containerize...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...app conholdate.com conholdate.cloud conholdate.app containerize...
This section describes how to extract tables from documents using GroupDocs.Parser for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code.
Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....app conholdate.com conholdate.cloud conholdate.app containerize...
Convert documents to PDF, HTML, PNG, and JPEG formats using GroupDocs.Viewer for Python....app conholdate.com conholdate.cloud conholdate.app containerize...