Hello,
Just a few weeks a go you helped me with selecting the right fonts for printing towards my TNT-printer. This seems to be right now.
Next challenge is printing with VeryPDF PCL Tool in color mode. I ‘ve read that VeryPDF supports PCL-commands with color.
I just want to print some text in a red , green or black. Just with a simple Pallete, a few colors are enough.
I read something about pallete’s, simple color RGB etc., this is the pcl code,
ESC*p0P = push/pop pallette
ESC*r3U = simple color rgb
ESC*v1S = colorcode
Resulting in this kind of PCL code:
CHR(27)+"&p0P"+CHR(27)+"&r3U"+CHR(27)+"&v2S"
I typed it in a few different ways, but all the time the text is printed black. I just want to print some text in another color.
Do you have any suggestions about using PCL code for printing text in a different foregroundcolor? bpl13212.pdf, I already studied this document, but no working solution was in it.
Thanks for your suggestions.
=================================
You can create a Word document, insert some characters with different foreground color, print it to a PCL Printer to create PCL file, you will get correct pcl code from output PCL file.