How to Convert MPX to TIF Using Java

In order to render MPX to TIF, 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 MPX to TIF via Java

Aspose.TASKS API makes it easy for the developers to convert MPX file to TIF in just a few lines of code.

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

System Requirements

Aspose.TASKS for Java supports on all major platforms and Operating Systems. Please 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.
 

MPX to TIF Java Conversion Source Code

 
  • MPX to TIF Conversion Live Demos

    Other Supported Conversions

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

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