How to Convert MPT to XPS Using Java

In order to render MPT to XPS, we’ll use

Aspose.Tasks for Java

API which is a feature-rich, powerful and easy to use conversion API for Java platform. You can download its latest version directly from

Maven

and install it within your Maven-based project by adding the following configurations to the pom.xml.

Repository


<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>

Dependency

<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-tasks</artifactId>
<version>version of aspose-tasks API</version>
<classifier>jdk17</classifier>
</dependency>

Steps to Convert MPT to XPS via Java

Developers can easily convert MPT file to XPS in just a few lines of code.

  1. Load MPT file with Project class
  2. Call Project.save method
  3. Pass output file path & SaveFileFormat as parameters

System Requirements

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

  • Microsoft Windows or a compatible OS with Java Runtime Environment for JSP/JSF Application and Desktop Applications.
  • Get latest version of Aspose.Tasks for Java directly from Maven.
 

MPT to XPS Java Conversion Source Code

 
  • MPT to XPS Conversion Live Demos

    Other Supported Conversions

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

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