Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 6,438 for

informations

(0.24 sec)
  1. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...image information Extracting common image information Leave feedback...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Obtain document history information | GroupDocs

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...history information Obtain document history information Leave feedback...

    docs.groupdocs.com/signature/net/obtain-documen...
  3. Obtain document history information | GroupDocs

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...history information Obtain document history information Leave feedback...

    docs.groupdocs.com/signature/java/obtain-docume...
  4. Get Document Information | GroupDocs

    Inspect a document — file type, page count, attachments, and format-specific metadata — with the Viewer.get_view_info and Viewer.get_file_info methods in GroupDocs.Viewer for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...Document Info Get Document Information Leave feedback On this page...

    docs.groupdocs.com/viewer/python-net/developer-...
  5. Get the document content information | GroupDocs

    This page describes how to get an information about document content using GroupDocs.Annotation for .NET API....Purchase Buy Now Pricing Information Free Trials Temporary License...content information Get the document content information Leave...

    docs.groupdocs.com/annotation/net/document-text...
  6. Getting Document Information | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...Getting Document Information Getting Document Information Leave feedback...

    docs.groupdocs.com/conversion/java/get-document...
  7. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../ Retrieve the document information / Get the format family and...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  8. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...Image Information Extracting Common Image Information Leave feedback...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for Node.js via Java....Purchase Buy Now Pricing Information Free Trials Temporary License...Comparison / Get extended information on the summary page Get extended...

    docs.groupdocs.com/comparison/nodejs-java/get-e...
  10. Get Extended Information on the Summary Page | ...

    Generate a summary page with extended statistics (per-section counts, page metrics) for the comparison result using GroupDocs.Comparison for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...summary page Get Extended Information on the Summary Page Leave...

    docs.groupdocs.com/comparison/python-net/develo...