If you want to convert PCL to TIFF format image on your SUSE Linux system, maybe you can have a try of the application PCL to TIFF Converter Shell for SUSE which is one that all Linux systems are supported. By using this application, you can easily and quickly master your TIFF image size by setting its width and height in pixel in conversion procedure.
For smoothly using the application, you need to download it to your computer at first. There is no need any installation steps about the application, you can just uncompress the tar.gz file to some location of your computer and then you will be able to run PCL to TIFF Converter Shell for SUSE at once. The executable file pcl2tiff is the called program in the conversion from PCL to TIFF.
Then you need to open the term for inputting commands on your SUSE system. If you don't know how to write the related commands, you can input the path of pcl2tiff into term and hit "Enter" button on the keyboard to see the application's usage. So you will find the commands template as illustrated below:
./pcl2tiff -i <input file> -o <output file> [option]
In the commands, called program, source file and target file are necessary parts. The options for realizing functions for target file can be added when you need such as you want to set image size. Please see the following example:
./pcl2tiff –i ./file/owe.pcl –o ./test/owe.tiff –gw 789 –gh 450
In the commands,
./pcl2tiff is for calling the executable file pcl2till. –i following with ./file/owe.pcl stands for the path of input PCL file. –o following with ./test/owe.tiff stands for the specified path of target file. –gw 789 is to set TIFF width as 789 Pixel. –gh 450 is to set TIFF height as 450 Pixel.
When you hit "Enter" button on the keyboard, the operations of converting PCL to TIFF with PCL to TIFF Shell for SUSE will come to the end.