Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 59,665 for

api

(0.06 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:...Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....Upgrade an Order Support Docs API Reference Live Demos Free Support...this the GroupDocs.Metadata API provides direct access to the...

    docs.groupdocs.com/metadata/net/working-with-ip...
  3. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata Api supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/java/working-with-d...
  4. Result compare 2 files word is wrong - Free Sup...

    Input and output files: input_231215.7z (449.9 KB) GroupDocs.Comparison .NET version: 25.2.0 Please retest my input files Thank you!...Add(target); // Options for Group Docs API CompareOptions compareOptions...Console.WriteLine("Time process API: " + elapsedTime.ToString());...

    forum.groupdocs.com/t/result-compare-2-files-wo...
  5. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Upgrade an Order Support Docs API Reference Live Demos Free Support...GroupDocs.Metadata also provides an API allowing users to work with fully...

    docs.groupdocs.com/metadata/net/working-with-xm...
  6. Working with XMP metadata | GroupDocs

    Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....Upgrade an Order Support Docs API Reference Live Demos Free Support...GroupDocs.Metadata also provides an API allowing users to work with fully...

    docs.groupdocs.com/metadata/python-net/working-...
  7. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...conversion only needs a few API calls. It is very easy to integrate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Find Answers by API GroupDocs.Total Product Family GroupDocs...feature is developed with a few API calls and just two-three lines...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...accomplished with only a few API calls. After installing the document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Upgrade an Order Support Docs API Reference Live Demos Free Support...code snippet shows the way of API usage: In the following example...

    docs.groupdocs.com/assembly/java/saving-to-html...