This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Editor Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...
Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Editor Product Solution GroupDocs...document type and structure - file type, size, pages count, etc...
This article explains that how to detect encoding of a plain text File in java....Editor Product Solution GroupDocs...the encoding of a plain text file. The following encodings are...
Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Editor Product Solution GroupDocs...document type and structure - file type, size, pages count, etc...
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:...Editor Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...
This article explains that how to extract images from document....Editor Product Solution GroupDocs...image to the file. Saves the image to the file in a different...
The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Editor Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...
Caching rendering results in GroupDocs.Viewer for Python applications to improve performance....Editor Product Solution GroupDocs...difference between rendering a file and getting the cached results:...