Sample Code

Windows Driver Samples/ OEM Printer Customization Plug-in Samples/ C++/ watermark/ wmarkps/ wmark.ps/

userdict /DrawWaterMark {
userdict begin
/Watermark (%ls) def
/FontSize %d def
/Font /Helvetica def
/WaterMarkColor {%s setrgbcolor} bind def
/Angle %s def

gsave
initgraphics

Angle rotate

clippath
pathbbox /MaxY exch def /MaxX exch def /MinY exch def /MinX exch def

Font findfont FontSize scalefont setfont
/MarkLen Watermark stringwidth pop 1.20 mul def
WaterMarkColor

MinY FontSize MaxY
{
  MinX MarkLen MaxX
  {
    1 index moveto Watermark show
  } for
  pop
} bind for
grestore
end
} bind put

 

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS