Search code examples
pdfghostscriptprinter-control-language

Converting PDF to Color PCL 5 with Ghostscript


I'm using Ghostscript 9.09 and try create PCL 5 with color, but only get a mono file. What are the correct arguments for this problem?

Passing the following arguments:

-q
-dQUIET
-dBATCH
-dNOPAUSE
-sDEVICE=ljet4
-sOutputFile=d:\\output.pcl
c:\\input.pdf

Solution

  • The proper device is cljet5c. This is dev device so need set in psi\msvc.mak cljet5c.dev and rebuild that.