Command Parameters | previous top next |
pstotiff | <-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 ps/eps files or directory which contains ps/eps files you want to convert. This parameter can appear several times, such as: e.g.1) pstotiff -i "c:\my1.ps" -i "c:\my2.eps" -i "c:\my_ps" -o "d:\my_tiff" Extract ps/eps files which are "c:\my1.ps","c:\my2.eps" and all ps/eps files placed in "c:\my_ps" 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.
|
||||||||||||||||
-c <int> | Set the tiff compression mode. The program supports the following mode.default is 5 (Lzw compression).
Extract all layouts of "c:\my1.ps" 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 ps\eps file to one multi-page tiff. If not set default is single-page tiff. e.g.1) pstotiff -i "c:\my_ps" -o "d:\my_tiff" -t "tif" -m Extract all ps/eps files which placed in "c:\my_ps" to "d:\my_tiff", it is to output multi-page tiff file. |
||||||||||||||||
(4).Other settings | |||||||||||||||||
-r<string> | Register e.g) pstotiff -r "AAAA-AAAA-AAAA-AAAA-AAAA" |
||||||||||||||||
-h | Help | ||||||||||||||||
(5).Example | |||||||||||||||||
e.g.1) pstotiff -i "c:\my1.ps" -i "c:\my_ps" -o "d:\my_tiff" -d 8 |
http://www.oakdoc.com |
Copyright 2008 by OakDoc Technology, Inc. All rights reserved. |