Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 3,138 for

file format conversion

(0.13 sec)
  1. Working with BMP metadata | GroupDocs

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

    docs.groupdocs.com/metadata/java/working-with-b...
  2. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  3. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  4. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  5. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  6. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  7. Working with BMP metadata | GroupDocs

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

    docs.groupdocs.com/metadata/net/working-with-bm...
  8. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Presentation Document Format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following products:”. Save the template....Conversion Product Solution GroupDocs...report in Presentation Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  9. In-Table List with Highlighted Rows in Word Pro...

    Note In this article, we will use GroupDocs.Assembly to generate a Table Report with Highlighted Rows in Word Processing Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Word Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Word 2013....Conversion Product Solution GroupDocs...in Word Processing Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  10. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options....Conversion Product Solution GroupDocs...property set to true image preview format - PNG / JPG / BMP, page numbers...

    docs.groupdocs.com/signature/java/generating-do...