How to Convert MPP to PDF Using Java

In order to render MPP to PDF, 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 MPP to PDF via Java

Developers can easily convert MPP file to PDF in just a few lines of code.

  1. Load MPP 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.
 

MPP to PDF Java Conversion Source Code

 
  • MPP to PDF Conversion Live Demos

    Other Supported Conversions

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

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