DOCX JPG PDF XML DGN
  Product Family
TIFF

Convert DGN to TIFF via Java

Instantly convert DGN to TIFF from a Java application without any other rendering software.

How to Convert DGN to TIFF Using Java

In order to render DGN to TIFF, we’ll use

Aspose.CAD 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

Aspose Maven Repository

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-cad</artifactId>
<version>version of aspose-cad API</version>
<classifier>jdk17</classifier>
</dependency>

Steps to Convert DGN to TIFF via Java

Java developers can easily convert DGN file to TIFF in just a few lines of code.

  1. Load DGN file with Image.load method
  2. Set an object of CadRasterizationOptions with page height & width
  3. Create an instance of TiffOptions class and set its VectorRasterizationOptions property
  4. Call Image.save method while passing the resultant file path & object of TiffOptions

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.CAD for Java directly from Maven.
 

DGN to TIFF Java Conversion Source Code

 
  • DGN to TIFF Conversion Live Demos

    Other Supported Conversions

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

    DGN TO BMP (Bitmap Image)
    DGN TO DXF (Drawing Interchange Format)
    DGN TO GIF (Graphical Interchange Format)
    DGN TO JPEG (JPEG Image)
    DGN TO PDF (Portable Document Format)
    DGN TO PNG (Portable Network Graphics)