I am trying to insert a watermark in a postscript file.
I have tried certain methods but not able to get a method which can
insert a watermark in all text documents as well as images.
Can anyone suggest a method to do this..By method i mean a postscript
code which can be
inserted in postscript file.
Any help will be greatly appreciated
Thanks & Regards
Abhinav
/Watermark {gsave .9 setgray 100 100 moveto
30 rotate /Helvetica-Bold 48 selectfont (Watermark) show
grestore} def
/showpage {showpage Watermark} bind def
Watermark % This puts it on the first page
Jeff Coffield