günther
7th March 2006, 17:01
Hi,

has anyone a example printinf a color printer?

I made a report that prints colors to "DL", but when I try to get it on a paper, the printer file does not contain color sequences I added to a customized printinf file.

I found that there should be entries p_black=..., p_red=...

günther
28th April 2006, 15:51
just refreshing my thread ...

klixy23
24th September 2007, 13:37
In the colors section:

#*********************************************************
# Colors
#*********************************************************
p_black=\E*v0S,
p_red=\E*v1S,
p_green=\E*v2S,
p_yellow=\E*v3S,
p_blue=\E*v4S,
p_magenta=\E*v5S,
p_cyan=\E*v6S,
p_white=\E*v0S,


The color White is set to black back.

In the setup section append to the initpr (before the comma) \E*r3U

It works with PCL printers.

Have a nice print! ;)

klixy

günther
24th September 2007, 14:44
Thanks, I tested it and it works fine.

Günther