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 (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article explains that how to extract tables from document page....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article shows how to handle search queries if they contain special characters and separator characters....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
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 (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...