Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!oakhill!tomj From: tomj@oakhill.UUCP (Tom Johnson) Newsgroups: comp.lang.postscript Subject: Re: 'draft' background for documents Keywords: background shadow outline Message-ID: <2102@oakhill.UUCP> Date: 7 Jun 89 17:01:16 GMT References: <919D025R327r01@amdahl.uts.amdahl.com> Reply-To: tomj@oakhill.UUCP (Tom Johnson) Distribution: usa Organization: Motorola Inc., Austin Tx. Lines: 23 In article <919D025R327r01@amdahl.uts.amdahl.com> esf00@uts.amdahl.com (Elliott S. Frank) writes: >About a month ago, someone posted some Postscript that would print >'draft' or 'confidential' in large grey letters as the background for >a text document. > >Could some one who saved the technique please e-mail it to me, or re-post >it? Here it is. If you put this into a MSWord document header, it will print on all pages of a document. If you put it on a page, it will print on just that page. Note that once this is types in, you must select the entire postscript script, and then go to the Define Styles menu and type the word "PostScript" in the style box. (this is a pre-defined but normally hidden style for word.) /Times-Bold findfont 96 scalefont setfont .95 setgray newpath 275 200 moveto 30 rotate (DRAFT) show Good luck.