Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 31,950 for

conversion api

(2.01 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...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. GroupDocs.Total Product Family

    Find answers to view, render, annotate, convert, e-sign, compare and assemble documents in .NET and Java languages....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/total/
  3. AI Integration on GroupDocs Blog | Document Aut...

    AI Integration on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in AI Integration on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......md, 콘솔 CLI, 그리고 광범위한 API 향상을 제공하며 — 이제 PyPI에서 사용할 수 있습니다...있습니다. GroupDocs.Conversion for Python 26.3 – 2026년 4월 릴리스 하이라이트...

    blog.groupdocs.com/ko/tag/ai-integration/index.xml
  4. 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....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. How to Compare Text Files in C#

    Easily understand the stepwise process to compare Text files in C# and learn how to implement the compare two Text files and highlight the differences in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  6. How to Compare PowerPoint Files using C#

    Get familiar with the document comparison process, learn how to compare PowerPoint files using C#, and explore sample code to compare two PowerPoint files in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  7. How to Extract Text from XML in Java

    Let's become familiar ourselves with the step-by-step process to extract Text from XML in Java and how to develop the ability to extract Text from XML using Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  8. How to Insert Area Annotation to PDF using C#

    In this subject, you will learn how to insert area annotation to PDF using C#. It also includes guidance and code example to add area annotation to PDF in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/annotation/net/how-to-insert-a...
  9. How to Remove Annotation Reply from PDF using Java

    The purpose of this topic is to show you how to remove annotation reply from PDF using Java along with code example to delete reply annotation using Java from PDF....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  10. How to Add Strikeout Annotation in PDF Using C#

    We will take a look at the detailed guide how to add strikeout annotation in PDF using C#, and provide a sample code to insert strikeout annotation in PDF using C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/annotation/net/how-to-add-stri...