0034214ace
foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor 2300 DL or Konica Minolta magicolor 2430 DL. These printers are often erroneously referred to as winprinters or GDI printers. However, Microsoft GDI only mandates the API between an application and the printer driver, not the protocol on the wire between the printer driver and the printer. In fact, ZjStream printers are raster printers which happen to use a very efficient wire protocol which was developed by Zenographics and licensed by most major printer manufacturers for at least some of their product lines. from Giovanni Bechis <g.bechis at snb dot it> (MAINTAINER) with some tweaks by me testing and ok merdely@
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
If you are using or plan to use CUPS, you can make the PPD files
|
|
available to CUPS by creating a symbolic link as in the following
|
|
command:
|
|
|
|
# ln -sf ${PREFIX}/share/foo2zjs/db/source/PPD \
|
|
${LOCALBASE}/share/cups/model/foo2zjs-db-ppds
|
|
|
|
cupsd will need to be restarted to register the new PPDs.
|