Command Parameters previous  top  next 
 
pcltopdf   <-i <string> [...]>
[-o <string>]
[-x <int>]
[-y <int>]
[-s <string>]
[-t <string>]
[-a <string>]
[-k <string>]
[-c <string>]
[-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.
(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:\my1.pcl" -i "c:\my_pcl" -o "d:\my_pdf"
    Extract pcl/pxl files which are "c:\my1.pcl" and all pcl/pxl files placed in "c:\my_pcl" to "d:\my_pdf".

e.g.2) pcltopdf -i "c:\my_pcl" -o "d:\my.pdf" -x 300 -y 300
    Extract all pcl/pxl files which placed in "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.g3) pcltopdf -i "c:\my1.pcl" -o "d:\my_pdf"-t "title" -k "keywords"
    Extract pcl/pxl files which are "c:\my1.pcl" to "d:\my_pdf".It is to output pdf file which title is "titlf", keywords is "keywords".



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