Perform keyword or regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Notes...
This article explains how to extract a text from images and PDFs...Comparison Product Solution GroupDocs...Parser is used, see readme.txt file for the additional information...
Control image size in PDF output: set width, height, or maximum dimensions....Comparison Product Solution GroupDocs...) as viewer : # Create a PDF file. viewOptions = PdfViewOptions...
This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...
Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Comparison Product Family GroupDocs...class and pass the input Excel file to its constructor Instantiate...
Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...set attribute Input document file type Whether to generate page...
This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Comparison Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Comparison Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...
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:...Comparison Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...