I am new to PCL coding and am running into some walls finding a way to print a simple colored box.
I am printing to HP Color LaserJet CP2025 printer using a text file to send directly to the printer.
I have figured out how to use the simple colors to print a basic green box, but my users would like to see a lime green or "bright" green box instead.
This is what I am currently using:
<esc>-12345x
<esc>*p000x000Y
<esc>*c1000A
<esc>*c300B
<esc>*r3U
<esc>*v2s
<esc>*c0P
<esc>-12345x
I am assuming I will need to use a more complex color set up and have been playing a with a few but without success. Any help in getting this box to print would be appreciated.
Thank you.
I am printing to HP Color LaserJet CP2025 printer using a text file to send directly to the printer.
I have figured out how to use the simple colors to print a basic green box, but my users would like to see a lime green or "bright" green box instead.
This is what I am currently using:
<esc>-12345x
<esc>*p000x000Y
<esc>*c1000A
<esc>*c300B
<esc>*r3U
<esc>*v2s
<esc>*c0P
<esc>-12345x
I am assuming I will need to use a more complex color set up and have been playing a with a few but without success. Any help in getting this box to print would be appreciated.
Thank you.