-width <int> : Set page width to image file
-height <int> : Set page height to image file
-xres <int> : Set X resolution to image file
-yres <int> : Set Y resolution to image file
-bitcount <int> : Set color depth for image conversion
-rotate <int> : Rotate pages, 90, 180, 270
-view : View PDF file after creation
-producer <string> : Set 'producer' to PDF file
-creator <string> : Set 'creator' to PDF file
-subject <string> : Set 'subject' to PDF file
-title <string> : Set 'title' to PDF file
-author <string> : Set 'author' to PDF file
-keywords <string> : Set 'keywords' to PDF file
-openpwd <string> : Set 'open password' to PDF file
-ownerpwd <string> : Set 'owner password' to PDF file
-keylen <int> : Key length (40 or 128 bit)
-encryption <int> : Restrictions
-bookmark <int> : Create bookmark to PDF file
-mergepdf <string> : Merge two PDF files into one PDF file
-burstpdf <string> : Burst PDF file into single page PDF files
-fontfolder <string> : Set font folder for PCL conversion
-pclcmd <string> : Set additional PCL options
-noempty : Delete empty pages from PDF file
-raster : Convert PCL file to Raster PDF file
-raster2 <int> : Convert PCL file to Raster PDF file by pcl5e.exe
-quality <int> : Set quality for JPEG, JPEG2000 compression
-colorimg <int> : Set compression method for color image
-template <string> : Overlay template PDF file on all pages
-mapfont <string> : Map fonts by mapfont.ini file
-embedfonts <string> : Embed mapped fonts into PDF file, yes or no
-multiduplex : Insert blank pages after 'duplex' pages automatically
-barcodetext <string>: Barcode text contents, support mask characters,
# : a decimal digit (0 – 9)
? : any printable characters
-barcodefont <string>: Render Barcode with TrueType font
-$ <string> : Input registration key
Example:
pcltool.exe C:\in.pcl C:\out.pdf
pcltool.exe C:\in.pcl C:\out.ps
pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A3\"" C:\in.pcl C:\out.pdf
pcltool.exe C:\*.pcl C:\*.pdf
pcltool.exe -append 2 C:\*.pcl C:\out.pdf
pcltool.exe -append 2 C:\*.pxl C:\out.pdf
pcltool.exe C:\filelist.txt C:\out.pdf
pcltool.exe -xres 200 -yres 200 C:\in.pcl C:\out.pcx
pcltool.exe -append 1 C:\in.pcl C:\out.pdf
pcltool.exe -append 2 C:\in.pcl C:\out.pdf
pcltool.exe -subject "subject" C:\in.pcl C:\out.pdf
pcltool.exe -ownerpwd owner -keylen 2 -encryption 3900 C:\in.pcl C:\out.pdf
pcltool.exe -bookmark 3 C:\in.pxl C:\out.pdf
pcltool.exe -mergepdf "C:\1.pdf|C:\2.pdf|C:\3.pdf" C:\out.pdf
pcltool.exe -mergepdf "C:\*.pdf" C:\out.pdf
pcltool.exe -mergepdf "C:\filelist.txt" C:\out.pdf
pcltool.exe -mergepdf "C:\test-extraction.pdf*10-15 C:\out10-15.pdf