You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Manipulate MS Project Files in Go via Cloud REST API
4
4
5
-
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Go](https://products.aspose.cloud/tasks/go) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Go applications.
5
+
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in Go. [Aspose.Tasks Cloud SDK for Go](https://products.aspose.cloud/tasks/go) wraps the REST API to make it easier for the developers to integrate MS Project Task Management features in their own cloud-based Go applications on Linux, MacOS, Windows or Android.
6
6
7
7
Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/taskscloud/Developer+Guide) & [API Reference](https://apireference.aspose.cloud/tasks/) to know all about Aspose.Tasks Cloud API.
8
8
9
-
## MS Project Processing Features
9
+
## MS Project in Go Processing Features
10
10
- Add project assignments or delete project assignments along with their references.
11
11
- Get the project's outline codes by index & get links to all project tasks.
12
12
- Import projects from Primavera DB formats or from databases with the specified connection string.
@@ -67,9 +67,9 @@ The complete source code is available at [GitHub Repository](https://github.com/
67
67
68
68
## Sample usage via the SDK
69
69
70
-
The examples below show how your application have to initiate and get assignments from you project file using Aspose.Tasks-Cloud library:
70
+
The examples below show how your application have to initiate and convert your ms project file to PDF using Go Aspose.Tasks-Cloud library:
71
71
72
-
## Get MPP Project Assignments in GO
72
+
## Convert MS Project MPP to PDF in GO
73
73
74
74
```
75
75
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
@@ -91,17 +91,17 @@ The examples below show how your application have to initiate and get assignment
0 commit comments