Aspose.Tasks-Cloud
25.4.0
dotnet add package Aspose.Tasks-Cloud --version 25.4.0
NuGet\Install-Package Aspose.Tasks-Cloud -Version 25.4.0
<PackageReference Include="Aspose.Tasks-Cloud" Version="25.4.0" />
<PackageVersion Include="Aspose.Tasks-Cloud" Version="25.4.0" />
<PackageReference Include="Aspose.Tasks-Cloud" />
paket add Aspose.Tasks-Cloud --version 25.4.0
#r "nuget: Aspose.Tasks-Cloud, 25.4.0"
#addin nuget:?package=Aspose.Tasks-Cloud&version=25.4.0
#tool nuget:?package=Aspose.Tasks-Cloud&version=25.4.0
Manipulate MS Project Files in .NET via Cloud REST API
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in .NET. Aspose.Tasks Cloud SDK for .NET wraps the REST API to make it easier for the developers to integrate MS Project Task Management features in their own cloud-based .NET applications on Linux, MacOS, Windows or Android.
Feel free to explore the Developer's Guide & API Reference to know all about Aspose.Tasks Cloud API.
MS Project in .NET Processing Features
- Add project assignments or delete project assignments along with their references.
- Get the project's outline codes by index & get links to all project tasks.
- Import projects from Primavera DB formats or from databases with the specified connection string.
- Get UIDs of all projects contained in the file & fetch the required assignment with the project based on UID.
- Manage project tasks, resource data, calendars & Work Breakdown Structure (WBS).
- Perform risk analysis using Monte Carlo simulation and create a report.
- Create and set project document properties & fetch all or specific existing properties.
- Get a project's extended attributes, time-scaled data, or recurring info of a specific task.
- Reschedule project tasks, dates, and other settings.
- Calculate slacks & recalculate project completion or incompletion work.
- Fetch a project document in the desired format.
- Delete project task with its related references & rebuild the task tree.
- Convert project documents to other formats.
- Manipulate task data.
- Manage project's resources.
- Handle task links & task assignments.
- Work with project's extended attributes.
- Read Microsoft Project’s document properties such as start and finish date, tasks scheduling types and so on.
- Read Microsoft Project’s Calendars and Calendar Exceptions information.
Read & Write Project Data
Microsoft Project MPP, XML, MPT Primavera MPX
Save Project Data As
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
Enhancements in Version 25.4
- Enhanced Task model.
- Enhanced TaskLink model.
- Enhanced ProjectRecalculationResult model.
Enhancements in Version 24.10
- Enhanced reading data from Primavera-specific task's properties.
Enhancements in Version 24.4
- Added new ability to get views information
- Possibility to modify table text styles for Gantt Chart views.
Enhancements in Version 22.12
- Added new ability to read Primavera-specific task's properties.
- Provided the ability to read more document properties.
Enhancements in Version 20.11
- Support for the batch creation of tasks (i.e. the ability to create multiple tasks in a single API call).
Enhancements in Version 20.8
- Ability to specify the non-default path for Project Server's PWA URL.
- Ability to modify timephasedData collection in assignments.
Enhancements in Version 20.6
- Possibility to render comments when saving as image, HTML or PDF.
- Option to use username and password to connect Project Online (Server) instead of auth token, incase you don't have it.
- Ability to add assignments to your project file along with specifying its cost.
- Quickly adding new tasks to project, when calculation mode is set to automatic.
- Ability to add project in Microsoft Project Server.
- Added support of reading shared resource assignments.
Get Started with Aspose.Tasks Cloud SDK for .NET
Register an account at Aspose Cloud Dashboard to get you application information. Next, execute Install-Package Aspose.Tasks-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.Tasks Cloud SDK .NET assembly in your project. If you already have Aspose.Tasks Cloud SDK for .NET, execute Update-Package Aspose.Tasks-Cloud
to get the latest version. You may alternatively install the package from command line as nuget install Aspose.Tasks-Cloud
.
Convert MS Project MPP to PDF in .NET
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
var config = new Configuration
{
AppSid = "MY_CLIENT_ID",
AppKey = "MY_CLIENT_SECRET"
};
var tasksApi = new TasksApi(config);
using (var inputStream = new FileStream("some_project.mpp", FileMode.Open))
{
var uploadFileRequest = new PostCreateRequest("some_project.mpp", inputStream);
tasksApi.UploadFile(uploadFileRequest);
}
var request = new GetReportPdfRequest();
request.Name = "some_project.mpp";
request.Type = ReportType.Milestones;
Stream response = await tasksApi.GetReportPdfAsync(request);
Aspose.Tasks Cloud SDKs in Popular Languages
.NET | PHP | Python | Node.js | Go |
---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Composer | PIP | NPM | Go.Dev |
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
25.4.0 | 152 | 4/3/2025 |
24.10.0 | 123 | 10/24/2024 |
24.4.0 | 153 | 4/22/2024 |
22.12.0 | 410 | 12/14/2022 |
22.7.0 | 464 | 8/3/2022 |
21.10.0 | 467 | 10/23/2021 |
21.8.0 | 376 | 8/22/2021 |
21.2.0 | 564 | 2/26/2021 |
20.11.0 | 1,739 | 11/4/2020 |
20.8.0 | 562 | 8/11/2020 |
20.6.0 | 581 | 6/26/2020 |
19.12.0 | 668 | 12/13/2019 |
19.10.0 | 620 | 10/31/2019 |
19.4.0 | 697 | 7/17/2019 |
18.9.0 | 906 | 10/22/2018 |
18.8.2 | 912 | 9/11/2018 |
18.8.0 | 938 | 9/11/2018 |
18.2.0 | 1,180 | 3/11/2018 |
1.0.6 | 1,100 | 9/27/2017 |
1.0.5 | 1,036 | 9/27/2017 |
1.0.4 | 1,085 | 8/14/2017 |
1.0.3 | 1,165 | 1/6/2017 |
1.0.2 | 1,402 | 11/2/2016 |
1.0.1 | 1,144 | 10/21/2016 |
1.0.0 | 1,797 | 2/23/2016 |
The complete list of changes can be found at https://docs.aspose.cloud/tasks/aspose-tasks-cloud-24-10-release-notes/