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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Let's take a look at the stepwise instructions to convert ODG to PDF using C# with a few API calls and how to develop the C# ODG to PDF file converter application....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....Find Answers by API GroupDocs.Total Product Family GroupDocs...
In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This section will teach you how to convert MSG to EML using Java without the need of third-party software. Also, we will provide code to export MSG to EML in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This section will teach you how to convert MSG to EML using C# without the need of third-party software. Also, we will provide code to export MSG to EML in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This article explains how to extract text from XLS using C#. It features code example to help you for text extraction from XLS in C# without installing extra software....Find Answers by API GroupDocs.Total Product Family GroupDocs...