Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 30,982 for

metadata

(0.07 sec)
  1. Extracting common image information | Documenta...

    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:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET...Metadata Product Solution GroupDocs...can contain the following metadata: Name Description content-type...

    docs.groupdocs.com/parser/net/extract-attachmen...
  3. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Metadata Product Family GroupDocs.Search...Answers Remove Metadata from RTF using C# Remove Metadata from XLSX...

    kb.groupdocs.com/categories/page/11/
  4. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Metadata Product Solution GroupDocs...getDocumentInfo (). getFileType ()); } Metadata Old coding style // Create...

    docs.groupdocs.com/parser/java/migration-notes/
  5. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  6. Extract RIFF INFO of WAV in CSharp on GroupDocs...

    Extract RIFF INFO of WAV in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract RIFF INFO of WAV in CSharp on GroupDocs Blog | Document Aut......RIFF INFO dan Metadata file WAV di C# Ekstrak metadata dan INFO RIFF...WAV di C#. Metadata API memungkinkan manajemen metadata dalam aplikasi...

    blog.groupdocs.com/id/tag/extract-riff-info-of-...
  7. GroupDocs.Redaction Product Family

    Find answers about redacting private contents in different file formats using code on any platform....Metadata Product Family GroupDocs.Search...C# Remove Metadata from RTF using Java Remove Metadata from PPTX...

    kb.groupdocs.com/redaction/
  8. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Metadata Product Family GroupDocs.Search...Extract metadata from MSG using C# Extract metadata from EPUB...

    kb.groupdocs.com/parser/net/
  9. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/save-a-modified...
  10. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Metadata Product Family GroupDocs.Search...C# Remove Metadata from EPUB using C# Remove Metadata from DOCM...

    kb.groupdocs.com/categories/page/13/