Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes new features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....Metadata for .NET 25.5 release brings...enhance your document metadatamanagement experience. This release...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In Metadata properties To access built-in Metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class.
The following code snippet extracts built-in Metadata properties and displays them on the screen.
advanced_usage.managing_Metadata_for_specific_formats.document.project_Management.ProjectManagementReadBuiltInProperties
try (MetadataMetadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = Metadata....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps to read the header of an AVI file.
Load an AVI video Get the root Metadata package Extract the native Metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (MetadataMetadata = new Metadata(Constants.InputAvi)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In Metadata properties To access built-in Metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class.
The following code snippet extracts built-in Metadata properties and displays them on the screen.
AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties
using (MetadataMetadata = new Metadata(Constants.InputMpp)) { var root = Metadata....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
This article explains about the API supports extracting Metadata from WAV files...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
This article demonstrates how you can convert to and from project Management formats with GroupDocs.Conversion for Java....Metadata Product Solution GroupDocs...Project management formats Convert project management formats...
Discover how to read Metadata from XLSX using Java without the need of additional software. You will be given a code example to read Metadata of XLSX using Java....Metadata Product Family GroupDocs.Search...Redaction Product Family Read Metadata from XLSX using Java In contemporary...
Working with XMP Metadata GroupDocs.Metadata for Java allows managing XMP Metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata.
Working with EXIF Metadata The GroupDocs.Metadata API supports handling EXIF Metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section.
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...
Working with XMP Metadata GroupDocs.Metadata for Java allows managing XMP Metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP Metadata.
Working with EXIF Metadata The GroupDocs.Metadata API supports handling EXIF Metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF Metadata section.
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...