Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Tasks Product Family
Convert Project Data to XAML using Java
As a Java developer, we can easily export Microsoft Project data from MPP files to XAML format programmatically in Java applications. In this article, you will learn how to convert Microsoft Project data to XAML using Java.
Read Gantt Chart of Project using Java
The Gantt chart view is the default view of the project. It lists project tasks, their relationship to one another, and the schedule of the project. In this article, you will learn how to read the Gantt chart of the MS project using Java.
Calculate Project Programmatically using C#
. As a C# developer, you can easily set project calculation mode in .NET applications and calculate project properties. In this article, you will learn how to calculate a project programmatically using C#.
Convert MPP to Excel using Java
As a Java developer, you can easily export project data from MPP files to Excel spreadsheets (XLSX) programmatically. In this article, you will learn how to convert MPP to Excel using Java.
Convert XML to MPP or MPP to XML Programmatically using C#
Extensible Markup Language (XML) is a file format that stores information using tags. It may be used for storing or transferring data. There might be situations where you need to transfer the data stored in an MPP file to some application that accepts XML as an input format. On the other hand, you might have project data in XML format that you may want to convert to MPP format. For such cases, you can inter-convert MPP and XML formats according to your needs. To that end, this article will teach you how to convert MPP files to XML format and vice versa programmatically using C#.
Convert MS Project MPP to Word Document (DOC/DOCX) using C#
Microsoft Project (MPP) files are used for different project management tasks like organizing and tracking projects and managing resources. If you want the project data in a document form to modify and share further, you can achieve that by converting the MPP file to Word DOC/DOCX format. In this article, you will learn how to convert MPP files to Word documents using C#.
Convert MS Project MPP to Images (PNG, JPEG, BMP, TIFF) using C#
Microsoft Project (MPP) files are used to track, organize and manage projects. These files contain tasks, assignments, and other project-related resources and information. If you want to share project information with someone and they do not have MS Project installed, you can convert the MPP file to images like PNG, JPEG, BMP, and TIFF and share those. To that end, this article will teach you how to convert Microsoft Project MPP files to images programmatically using C#.