Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 3,152 for

image conversion

(0.04 sec)
  1. Working with BMP metadata | Documentation

    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:...Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...

    docs.groupdocs.com/metadata/net/working-with-bm...
  2. Working with BMP metadata | Documentation

    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...metadata for specific formats / Images / Working with BMP metadata...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Get file info | Documentation

    This page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....Conversion Product Solution GroupDocs...PowerPoint presentation or image etc.) is a count of document...

    docs.groupdocs.com/annotation/java/get-file-info/
  4. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as Images and more....Conversion Product Solution GroupDocs...feature allows to generate image representations of document...

    docs.groupdocs.com/merger/python-net/features-o...
  5. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....Conversion Product Family GroupDocs...utilizing a popular document conversion library and provide detailed...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Convert Markdown to PDF using C# | MD to PDF | ...

    Convert Markdown files to PDF using C#. Transform MD files into portable format using GroupDocs .NET Conversion API....Conversion for .NET for the conversion of MD files...Additionally, the API supports the conversion of many other file formats...

    blog.groupdocs.com/conversion/convert-markdown-...
  7. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Conversion Product Solution GroupDocs...Excel spreadsheet document as image link inside of predefined cell...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Common Master-Detail in Text Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....Conversion Product Solution GroupDocs...Advanced Usage / Working with Image Reports - Common Master-Detail...

    docs.groupdocs.com/assembly/net/common-master-d...
  9. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Conversion Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Conversion Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...

    docs.groupdocs.com/viewer/net/optimization-pdf-...