This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...
Այս API-ն թույլ է տալիս ավելացնել, հեռացնել և թարմացնել ցանկացած տեսակի ֆայլի ձևաչափի մետատվյալներ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...Redaction Product Family GroupDocs.Metadata for .NET Najnoviji odgovori...
Edit Metadata on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit Metadata on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Odkryj, jak wykorzystać GroupDocs.Metadata for Python via .NET do...Odkryj, jak wykorzystać GroupDocs.Metadata for Node.js do wyodrębniania...
Metadata Management on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Metadata Management on GroupDocs Blog | Document Automation Solutions for .NET & J......Узнайте, как использовать GroupDocs.Metadata for Python via .NET для...Узнайте, как использовать GroupDocs.Metadata for Node.js для извлечения...
What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The Groupdocs.metadata API supports extracting format-specific information from EPUB files.
The following are the steps to read native EPUB metadata.
Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...
This article explains how to access EXIF metadata in a file of any supported format, Groupdocs.metadata for Java provides the IExif.getExifPackage method....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...
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...