Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding watermark to a postscript file.

333 views
Skip to first unread message

Agalo

unread,
Apr 8, 2008, 4:58:47 AM4/8/08
to abhinav...@newgen.co.in
Hello,

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

Jeffrey H. Coffield

unread,
Apr 8, 2008, 8:10:10 PM4/8/08
to

/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

0 new messages