Command Parameters previous  top  next 
 
pcltopdf   <-i <string> [...]>
[-o <string>]
[-x <int>]
[-y <int>]
[-s <string>]
[-t <string>]
[-a <string>]
[-k <string>]
[-c <string>]
[-u <string>]
[-w <string>]
[-p <int>]
[-l <int>]
[-r <string>]
[-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) pcltopdf -i "c:\my1.pcl" -i "c:\my2.pxl" -i "c:\my_pcl\" -o "d:\my_pdf\"
    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_pdf\".
-o <string>  Set destination directory to output pdf files, default is in the same directory as source files.
  (2).PDF/Page settings
 -x <int>  Set the horizontal resolution of the pdf, the resolution from 72 to 600, default is 100.
 -y <int>  Set the vertical resolution of the pdf, the resolution from 72 to 600, default is 100.
-s <string>  Set subject information.
-t <string>  Set title information.
-a <string>  Set author information.
-k <string>  Set keywords information.
-c <string>  Set creator information.
-u <string>  Set Permissions password.
-w <string>  Set Document Open Password.
-p <string>  Set set permission..
Value

Description

0 all disallowed
1 permit print.
2 permit copy.
3 permit print and copy.
4 permit modify.
5 permit print and modify.
6 permit copy and modify.
7 permit print copy and modify.
-l <string>  Set encryption, has two level 40 and 128 bit
(4).Other settings
-r <string>  Register
e.g) pcltopdf -r "AAAA-AAAA-AAAA-AAAA-AAAA"
-h Help
(5).Example

e.g.1) pcltopdf -i "c:\my.pcl" -o "d:\my.pdf"
    Extract one pcl file "c:\my1.pcl" to one pdf file "d:\my.pdf".

e.g.2) pcltopdf -i "c:\my1.pcl\" -i "c:\my2.pcl" -o "d:\my.pdf"
    Extract two pcl files "c:\my1.pcl\" and "c:\my2.pcl" to one pdf "d:\my.pdf".

e.g.3) pcltopdf -i "c:\my1.pcl" -i "c:\my2.pcl" -i "c:\my_pcl\" -o "d:\my_pdf\"
    Extract pcl files "c:\my1.pcl" "c:\my2.pcl" and all pcl files which placed in "c:\my_pcl\" to "d:\my_pdf\".

e.g.4) pcltopdf -i "c:\my.pcl\" -o "d:\my.pdf" -x 300 -y 300
    Extract "c:\my.pcl\" to one pdf "d:\my.pdf".It is to output pdf file which horizontal resolution is 300, vertical resolution is 300.

e.g.5) pcltopdf -i "c:\my.pcl" -o "d:\my.pdf\"-t "title" -k "keywords"
    Extract "c:\my.pcl" to "d:\my.pdf\".It is to output pdf file which title is "title", keywords is "keywords".

e.g.6) pcltopdf -i "c:\my.pcl\" -o "d:\my.pdf" -u "oak" -w "pdf" -p 1 -l 128
    Extract "c:\my.pcl\" to "d:\my.pdf".It is to output pdf file which permissions password is "oak", document open password is "pdf", encryption level is 128 bits,and permit print.



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