How to Convert XML to MPX Using C++

In order to convert XML to MPX, we’ll use

Aspose.Tasks for C++

API which is a feature-rich, powerful and easy to use document manipulation and conversion API for C++ platform. You can download its latest version directly, just open

NuGet

package manager, search for Aspose.Tasks.Cpp and install. You may also use the following command from the Package Manager Console.

Command


PM> Install-Package Aspose.Tasks.Cpp

Steps to Convert XML to MPX via C++

Developers can easily convert XML file to MPX in just a few lines of code.

  1. Load XML file using Aspose::Tasks::Project Object.
  2. Call the Save() method.
  3. Pass the output file path with (MPX) file extension.
  4. MPX file will be saved at the specified path.
  5. Open MPX file in compatible program.

System Requirements

Before running the conversion example code, make sure that you have the following prerequisites.

  • Microsoft Windows or a compatible OS with C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
  • Aspose.Tasks for C++ DLL referenced in your project.
 

XML to MPX C++ Conversion Source Code

 
  • XML to MPX Conversion Live Demos

    Other Supported Conversions

    You can also convert XML into many other file formats including few listed below.

    XML TO HTML (Hyper Text Markup Language)
    XML TO JPEG (JPEG Image)
    XML TO MPP (Microsoft Project Data File)
    XML TO MPT (Microsoft Project Template Files)
    XML TO PDF (Portable Document Format)
    XML TO PNG (Portable Network Graphics)
    XML TO SVG (Scalable Vector Graphics)
    XML TO TXT (Text Document)
    XML TO XER (XER file format)
    XML TO XLSX (OOXML Excel File)
    XML TO BMP (Bitmap Image File)
    XML TO XML (Extensible Markup Language)
    XML TO XLS (Microsoft Excel Spreadsheet)
    XML TO XPS (XML Paper Specifications)