If you want to convert the document of PRN to TIFF format image on your SUSE Linux system, you can use the application PRN to TIFF Converter Shell for SUSE to help you. By using this all Linux systems supported application, you can easily and quickly convert the print file like PCL, PRN, PXL and SPL to TIFF or Fax format file and realize different functions for the target file in conversion procedure.
If you want to download the application, you can click here. The one you will get is the evaluation version of the application for you to try free. If you want to use PRN to TIFF Converter Shell for SUSE without any limitations, you need to buy it. If you want to run the app on a server, you need to buy a server license. If you need to embed it into your developed program, please purchase the developer license.
After downloading the application, please extract it and then it will be runnable at once. The executable file pcl2tiff in extracted package is the called program in conversion from PRN to TIFF. If you want to call it, please open the term at first.
Then please follow the commands usage of below to write your own commands:
./pcl2tiff -i <input file> -o <output file> [option]
The meaning of the usage is to describe that you can use the called program pcl2tiff to convert input document into output TIFF image file and you can also realize some functions by adding some options. To apply the usage, please see the following examples:
./pcl2tiff –i ./INPUT/qwe.prn –o ./OUTPUT/qwe.tiff –gw 963
./pcl2tiff –i ./INPUT/qwe.prn –o ./OUTPUT/qwe.tiff –faxtif 0
The first example is to convert PRN to normal TIFF format image. In the commands, the option "-gw 963" is to set TIFF width as 963 pixel. The second example is to convert PRN to Fax. The option "-faxtif 0" is for creating faxable TIFF format file and set its Y-Resolution as 98 DPI. If you change the number "0" as "1", Y-Resolution will be changed as 196 DPI. Lastly, please hit "Enter" button on the keyboard to run the conversion from PRN to TIFF on SUSE Linux.