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....Assembly Product Solution GroupDocs...
Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Java API....Assembly Product Solution GroupDocs...
Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...
Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...