Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 9,556 for

groupdocs.viewer,

(0.17 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 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:...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:

    docs.groupdocs.com/metadata/java/working-with-b...
  2. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others.

    docs.groupdocs.com/watermark/python-net/product...
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System.

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Fluent syntax | Documentation

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/fluent-syntax/
  5. How to run examples | Documentation

    This article describes how to run Node.js file conversion API code examples....This article describes how to run Node.js file conversion API code examples.

    docs.groupdocs.com/conversion/nodejs-java/how-t...
  6. Load CAD document with options | Documentation

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-cad-doc...
  7. In-Table Master-Detail in HTML Document | Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show each manager along with his total contract prices. It must also show each individual client within the contract....Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show each manager along with his total contract prices. It must also show each individual client within the contract.

    docs.groupdocs.com/assembly/java/in-table-maste...
  8. In-Table List With Alternate Content in HTML Do...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in HTML Document Reporting Requirement As a report developer, you are required to represent your clients and their prices with the following key requirements: Report must show each client along with its price. It must show sum of all the prices....Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in HTML Document Reporting Requirement As a report developer, you are required to represent your clients and their prices with the following key requirements: Report must show each client along with its price. It must show sum of all the prices.

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert/font/
  10. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert/note/