This article explains that how to extract images to Files....Conversion Product Solution GroupDocs...Extract images to files Extract images to files Leave feedback On...
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 the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...
This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...
Control image size in PDF output: set width, height, or maximum dimensions....Conversion Product Solution GroupDocs...) as viewer : # Create a PDF file. viewOptions = PdfViewOptions...
This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Conversion Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...
This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...
This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....Conversion Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...
The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Conversion Product Solution GroupDocs...C# // for this example input file ("input.pdf") must have at least...
This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....Conversion Product Solution GroupDocs..."sample.docx" )) { // Create a PDF file. PdfViewOptions viewOptions...
This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...( 20 )); // sign document to file SignResult signResult = signature...