TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Re: Putting a logo in the background of a text page
Subject:Re: Putting a logo in the background of a text page From:Chris Goolsby <goolsby -at- DG-RTP -dot- DG -dot- COM> Date:Mon, 4 Jul 1994 09:49:38 -0400
> Date: Sun, 3 Jul 1994 23:15:10 -0400
> From: "Contr Karl E. Vogel" <vogelke -at- C-17IGP -dot- WPAFB -dot- AF -dot- MIL>
> Subject: Putting a logo in the background of a text page
> >> On Thu, 30 Jun 1994 16:37:21 GMT,
> >> Caryn Rizell <caryn -at- hpptc95 -dot- rose -dot- hp -dot- com> said:
> Caryn> Is it possible to put something (like a logo) in the background on a
> Caryn> text page? For example, sometimes I have seen the word 'draft' show
> Caryn> up behind the text, but the text still displays.
> Here's some PostScript code which puts the word "DRAFT" diagonally
> across a page in light grey letters. We insert it right after each
> pagebreak in a generated PostScript file when we need a draft copy of
> something. (I know, the whole world's not PostScript... :)
> /center {dup stringwidth pop
> 2 div neg 0 rmoveto} def
> 306 396 moveto
> .8 setgray
> font findfont pointsize scalefont setfont
> 45 rotate
> 24 0 text center ashow
> grestore
> %-----END POSTSCRIPT DRAFT PAGE-----
> --
> Karl Vogel vogelke -at- c-17igp -dot- wpafb -dot- af -dot- mil [134.136.19.253]
Similarly, here's a UNIX script we use that puts a word across every
page in a PostScript file. The word is placed diagonally across the
page in outline letters, not gray. The default word is "DRAFT," but
you can pass it about any word. I've used "BETA," "FINAL," etc. as
the situation required. The format of the command is: