Aspose.Tasks for Cloud is a REST API for manipulating Microsoft Project documents in the cloud. It is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud. Aspose.Tasks for Cloud allows developers to manipulate project data including Tasks, Resources, Task links, and Assignments. Aspose.Tasks Cloud is a complete solution that allows you to work with all aspects of a Project document including conversion and manipulation of project’s tasks, task links, resources, resource assignments and extended attribute data. Learn More
Read Microsoft Project FilesAspose.Tasks Cloud for .NET can read information associated with Project task data such as task name, ID, start date, finish date, scheduling and other parameters. The API also facilitates reading task links and task assignment information from a project data file.
Examples
- Manage project resources
- Handle task links and task assignments
Convert Project files to Different formats
- MPP to PDF
- MPP to BMP,JPG
- HTML, XLS,XML,XLSX, SVG
- XER
- CSV, TXT
Examples
- Convert Project documents to other formats including PDF, BMP, PNG, XPS, HTML, XLS, XLSX, XER and XML
Manipulate Microsoft Project FilesThe Aspose.Tasks Cloud REST API helps you manage project calendar information with simple API calls. It is possible to read not only project calendar information, but also calendar exceptions. The API also supports adding a new calendar and deleting an existing calendar from the hosted Project data file. It further allows developers to add new calendar exceptions, or retrieve a list of existing exceptions.
Examples
- Manipulate task data
What’s new in the latest releaseA major revamp release for Aspose.Tasks Cloud SDK for .NET covers all the Aspose.Tasks Cloud APIs. This SDK provides a complete solution for integrating the powerful Aspose.Tasks Cloud APIs with .NET, so performing any operation on any MS Project file in the cloud is as easy as it can be.
Installation and Configuration
- Download “Aspose.Tasks Cloud SDK for .NET” Nuget package.
- To install Aspose.Tasks Cloud for .NET, run the following command in the Package Manager Console
PM> Install-Package Aspose.Tasks-Cloud
Or In Microsoft Visual Studio -> “Tools” -> “NuGet Package Manager” -> “Manage NuGet Packages for Solution” Search “Aspose.Tasks-Cloud” and then Press “Install”
The Source code and Dlls can also be downloaded from Github and Codeplex.