Command Parameters previous  top  next 
 
pcltotiff   <-i <string> [...]>
[-o <string>]
[-x <int>]
[-y <int>]
[-q <int>]
[-c <int>]
[-d <int>]
[-r <string>]
[-m]
[-h]
Notes: <> -- required    [] -- optional
 
  (1).Input and Output settings
-i <string>  Input source pcl/pxl files or directory which contains pcl/pxl files you want to convert. This parameter can appear several times, such as:
e.g.1) pcltotiff -i "c:\my1.pcl" -i "c:\my2.pxl" -i "c:\my_pcl\" -o "d:\my_tiff\"
    Extract pcl/pxl files which are "c:\my1.pcl","c:\my2.pxl" and all pcl/pxl files placed in "c:\my_pcl\" to "d:\my_tiff\".
-o <string>  Set destination directory to output tiff files, default is in the same directory as source files.
  (2).TIFF/Page settings
 -x <int>  Set the horizontal resolution of the tiff, the resolution from 72 to 600, default is 100.
 -y <int>  Set the vertical resolution of the tiff, the resolution from 72 to 600, default is 100.
-q <int>  Set the JPEG compression quality(1-100), default is 75.
-d <int>  Set the color depth of an tiff.default is 24.
Value

Description

1 black/white tiff.
4 16 colors tiff.
7 256 grayscale tiff.
8 256 colors tiff.
24 true color tiff.
-c <int>  Set the tiff compression mode. The program supports the following mode.default is 5 (Lzw compression).
Value

Description

1 No compression(1-bit, 4-bits, 8-bits grayscal, 8-bits, 24-bits)
2 Rle compression(1-bit)
3 CCITT Group 3 compression(1-bit)
4 CCITT Group 4 compression(1-bit)
5 Lzw compression(1-bit, 4-bits, 8-bits grayscal, 8-bits, 24-bits)
6 Jpeg compression(8-bits grayscale, 24-bits)
7 Packbits compression(4-bits, 8-bits grayscal, 8-bits, 24-bits)
e.g.1) pcltotiff -i "c:\my1.pcl" -o "d:\my_tiff\" -d 8 -c 7
    Extract all layouts of "c:\my1.pcl" to "d:\my_tiff\", it is to ouput 256 colors tiff files which compression mode is Packbits.
-m  If you set, it convert all layouts of one pcl\pxl file to one multi-page tiff. If not set default is single-page tiff.
e.g.1) pcltotiff -i "c:\my_pcl\" -o "d:\my_tiff\" -m
    Extract all pcl/pxl files which placed in "c:\my_pcl\" to "d:\my_tiff\", it is to output multi-page tiff file.
(4).Other settings
-r<string>  Register
e.g) pcltotiff -r "AAAA-AAAA-AAAA-AAAA-AAAA"
-h  Help
(5).Example

e.g.1) pcltotiff -i "c:\my1.pcl" -i "c:\my_pcl\" -o "d:\my_tiff\" -d 8
    Extract pcl/pxl files which are "c:\my1.pcl" and all pcl/pxl files placed in "c:\my_pcl\" to "d:\my_tiff\".It is to output 256 colors tiff format files.

e.g.2) pcltotiff -i "c:\my1.pcl" -o "d:\my_tiff\" -x 300 -y 300
    Extract pcl/pxl files which are "c:\my1.pcl" to "d:\my_tiff\".It is to output tiff format file which horizontal resolution is 300, vertical resolution is 300.

e.g3) pcltotiff -i "c:\my1.pcl" -o "d:\my_tiff\" -m -c 6 -q 100
    Extract pcl/pxl files which are "c:\my1.pcl" to "d:\my_tiff\".It is to output multi-page tiff format file which compression mode is JPEG, quality 100.



http://www.oakdoc.com  
Copyright 2008 by OakDoc Technology, Inc. All rights reserved.