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
Copy file name to clipboardExpand all lines: net/developer-guide/advanced-usage/converting/conversion-options-by-document-family/convert-to-project-management-with-advanced-options.md
title: Convert to Project Management formats with advanced options
5
5
weight: 17
6
-
description: "Learn how to convert documents to Microsoft Project and Primavera formats (MPP, MPT, MPX, XER) using GroupDocs.Conversion for .NET."
6
+
description: "Learn about ProjectManagementConvertOptions class for Project Management file formats (MPP, MPT, MPX, XER) in GroupDocs.Conversion for .NET."
7
7
keywords: Convert to Project, Convert to MPP, Convert to MPX, Microsoft Project conversion, Primavera conversion
8
8
productName: GroupDocs.Conversion for .NET
9
9
hideChildren: False
10
10
toc: True
11
11
---
12
12
13
-
GroupDocs.Conversion provides the [ProjectManagementConvertOptions](https://reference.groupdocs.com/conversion/net/groupdocs.conversion.options.convert/projectmanagementconvertoptions) class to control conversion to project management file formats.
13
+
GroupDocs.Conversion provides the [ProjectManagementConvertOptions](https://reference.groupdocs.com/conversion/net/groupdocs.conversion.options.convert/projectmanagementconvertoptions) class to specify Project Management file format conversion settings.
14
14
15
15
## Supported Project Management Formats
16
16
@@ -27,81 +27,66 @@ The following project management formats are supported:
27
27
28
28
**[Format](https://reference.groupdocs.com/conversion/net/groupdocs.conversion.options.convert/convertoptions-1/format/)** - Specifies the desired project management file format. Available options are: *Mpp, Mpt, Mpx, Xer*.
29
29
30
-
## Converting FROM Project Management Formats
30
+
## Conversion Examples
31
31
32
-
You can convert project management files to other formats like PDF. This is useful for sharing project schedules with stakeholders.
32
+
ProjectManagementConvertOptions supports conversion between project management formats. The following examples demonstrate common conversions.
33
33
34
-
### Convert MPX to PDF
34
+
### MPP to MPX
35
35
36
-
```csharp
37
-
usingGroupDocs.Conversion;
38
-
usingGroupDocs.Conversion.Options.Convert;
39
-
40
-
// Load the source MPX file
41
-
using (Converterconverter=newConverter("project-schedule.mpx"))
Project Management to Project Management conversions are supported for select format combinations:
81
+
- MPP → MPX, XER
82
+
- MPT → MPX, XER
83
+
- MPX → MPP, XER (some restrictions apply)
84
+
- XER → MPX, MPP
99
85
100
-
**Note:**Conversion from standard document formats (PDF, Word, Excel) to project management formats is not supported. Project management formats require specific data structures for tasks, resources, dependencies, and timelines that are not present in general documents.
86
+
**Note:**To convert FROM Project Management formats to PDF or images, use [PdfConvertOptions]({{< ref "conversion/net/developer-guide/advanced-usage/converting/conversion-options-by-document-family/convert-to-pdf-with-advanced-options.md" >}}) or [ImageConvertOptions]({{< ref "conversion/net/developer-guide/advanced-usage/converting/conversion-options-by-document-family/convert-to-image-with-advanced-options.md" >}}).
0 commit comments