Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Arranging Document Windows

Specifying a Backup Location

Controlling Chart Gridlines

Merging Table Cells

Collapsing and Expanding Subdocuments

Zooming With the Keyboard

Initiating a New Search

 

Adding a Diagonal Watermark with a PostScript Printer

Summary: If you have a printer that understands PostScript, you can add your own watermark to each printed page. This tip explains how to create a large diagonal watermark on the page. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)

A watermark is light printing that appears behind your normal text. With a PostScript printer, you can easily add a watermark to your documents by adding the Print field code to either your header or footer. Every page that uses the header or footer will show the watermark.

For instance, the following command, when placed in a field, will print the word DRAFT in a 100-point font at a 45-degree angle in the center of your document.

Print \p page " /Wmark (DRAFT) def /WSize 100 def /Wrot
45 def wp$x wp$right sub wp$left add 2 div wp$y wp$top
sub wp$bottom add 2 div translate Wrot rotate
/Helvetica-BoldOblique findfont WSize scalefont setfont
.7 setgray 3 setlinewidth Wmark stringwidth pop 2 div
neg WSize .4 mul neg moveto Wmark true charpath stroke "

The information shown above should be entered exactly as shown, but as a single paragraph. In other words, don't press Enter within the text. Simply position the insertion pointer within the header or footer, then press Ctrl+F9 to insert a set of field braces. The information shown above is placed within the braces, as a single paragraph.

The font used is bold italics Helvetica; if you do not have that font in your printer, you can change the font in the code. You can also change the angle at which the watermark is printed by changing the number 45 on the first line, or you can change the word that is printed by changing the word DRAFT on the first line.

Remember that this works only with a PostScript printer. If you are using a non-PostScript printer or a non-PostScript printer driver with a printer that will understand multiple languages, then the field won't work at all. If your printer doesn't use true PostScript, but instead emulates the language, the field may not work as desired.

Tip #461 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003 | 2007

More Power! For some people, the prospect of creating Word macros can be scary. WordTips: The Macros can help you conquer your fears and you'll discover you're much more confident and productive as you make Word do exactly what you want. This is an invaluable source for learning macros. You are introduced to the topic in bite-sized chunks, pulled from past issues of WordTips. Learn at your own pace, exactly the way you want.
 
Check out WordTips: The Macros today!