Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 31,840 for

groupdocs.metadata

(0.11 sec)
  1. Load a file of a specific format | GroupDocs

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

    docs.groupdocs.com/metadata/java/load-a-file-of...
  2. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/handling-the-i...
  3. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The Groupdocs.metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The Groupdocs.metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. GroupDocs.Metadata for .NET 26.3 – PDF/A 偵測與 OO...

    Groupdocs.metadata for .NET 26.3 引入 PDF/A 格式偵測與加強的 Word 文件 OOXML 相容性,並提供關鍵的公共 API 新增功能。...Український Tiếng Việt 中文 GroupDocs.Metadata for .NET 26.3 發布亮點 –...the update Resources GroupDocs.Metadata for .NET 26.3 現已推出。此版本加入了...

    blog.groupdocs.com/zh-hant/metadata/groupdocs-m...
  6. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, Groupdocs.metadata for Java provides the IIptc.getIptcPackage method....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-i...
  7. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....article, I will be using GroupDocs.Metadata for .NET API in the C#... PM> Install-Package GroupDocs.Metadata Extract Metadata of WAV...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the first version of GroupDocs.Metadata for Java has been released...released. GroupDocs.Metadata for Java is a valuable addition to...

    blog.groupdocs.com/groupdocs.blog/page/66/
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Metadata Editor App using GroupDocs.Metadata for .NET API This initial...Launched: GroupDocs.Metadata for Java GroupDocs.Metadata is a Java...

    blog.groupdocs.com/groupdocs.blog/page/65/
  10. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...environment to utilize GroupDocs.Metadata for Java for obtaining...

    kb.groupdocs.com/metadata/java/read-metadata-fr...