Running Java version of Tiff2PDF

Jar file tiff2pdf.jar is the only jar file required to run the tiff2pdf application. The main class name to start Tiff2PDF is tiff2pdf.class.

Environment Variable Settings

  • Windows Platform
    set CLASSPATH=tiff2pdf.jar;%CLASSPATH%
  • Non-Windows Platform
    export CLASSPATH=tiff2pdf.jar;$CLASSPATH

To run Java Tiff2PDF you can use one of these options:

  • Java command line.
  • Client/Server model.