Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 5,233 for

file viewer

(0.06 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:...Viewer Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  3. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Viewer Product Solution GroupDocs...optionsTextDIG ); // sign document to file signature . Sign ( "signedSample...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Optimize content | Documentation

    Optimize PDF content with GroupDocs.Viewer for Python and .NET. Improve File size and efficiency....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Python...

    docs.groupdocs.com/viewer/python-net/optimize-c...
  5. Get started | Documentation

    Introduction to GroupDocs.Viewer for Python. Learn how to view documents programmatically....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Python...

    docs.groupdocs.com/viewer/python-net/getting-st...
  6. Optimize fonts | Documentation

    This guide shows you how to use the power of Java and GroupDocs.Viewer to optimize your fonts in Files....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/optimize-fonts/
  7. Getting Started | Documentation

    Getting started section for GroupDocs.Metadata for Node.js...Viewer Product Solution GroupDocs...Features Overview Supported File Formats System Requirements...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  8. How to Convert MSG to EML using Java

    This section will teach you how to convert MSG to EML using Java without the need of third-party software. Also, we will provide code to export MSG to EML in Java....Viewer Product Family GroupDocs.Comparison...where you need to convert MSG files to the more versatile EML format...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert MSG to EML using C#

    This section will teach you how to convert MSG to EML using C# without the need of third-party software. Also, we will provide code to export MSG to EML in C#....Viewer Product Family GroupDocs.Comparison...instances where converting MSG files to the more versatile EML format...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....Viewer Product Family GroupDocs.Comparison...processing, extracting metadata from files is an essential task that can...

    kb.groupdocs.com/parser/net/extract-metadata-fr...