rahul18 0 Newbie Poster

Hi,
am working on printer driver stuff and hence working on water mark feature.
I have all my code ready and when am trying to send a PJL/PCL command for printing the water mark , its not happening.

As i do not have much time am seeking your help..
please help me if any of you know what would be the PCL or PJL command for obtaining water mark.

I should be selecting the font size and water mark to be displayed from my UI plug-in and i should implement this watermark feature using my render plug-in.

The problem is am able to select the font and even the watermark string from UI , and even am getting those values in my render code which i could check while debugging , but after i give a print using the Drvwritespoolbuf in my render code , am unable to see the out put.
This is the PJL command am using

"\x1b*v%da%db%dc8I\x1b*v8S\x1b(19U\x1b(s4148t0b0s% dv1P\x1b*p1000Y\x1b*p750X%ls\x1b*v7S"

i got this from sample watermarkuni i do not know why this is not working.

Any help or idea would be of great help to me.
Thanks,