Written by Allen Wyatt (last updated October 14, 2017)
This tip applies to Word 97, 2000, 2002, and 2003
In other issues of WordTips you discovered how to print a diagonal watermark across a page if you are using a PostScript printer. There may be times, however, when you do not want the watermark to be diagonal. The following command, when placed in a field inserted in a header or footer, will print the word DRAFT in a 100-point font across the center of your page.
Print \p page " /Wmark (DRAFT) def /WSize 100 def wp$x wp$right sub wp$left add 2 div wp$y wp$top sub wp$bottom add 2 div translate /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 "
Remember that all the text shown here must be placed within a field. You can insert the field braces by pressing Ctrl+F9. The font used is bold italics Helvetica; if you do not have that font in your printer, you can change the font name in the code to a font you do have. You can also change the word that is printed by changing the word DRAFT on the first line.
Finally, don't forget that this tip will only work if you are using a printer that understand PostScript and are using a PostScript printer driver with that printer. Some printers understand multiple printer control languages, including PostScript, so it is important to determine which language the printer driver itself uses. If the driver uses a different language, such as the HP Printer Control Language (HPPCL), then the field will not display the watermark.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (460) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Adding a Horizontal Watermark with a PostScript Printer.
Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!
The writer uses headline styles to create a story outline. He does not want to see the headlines when he prints the ...
Discover MoreIf you have a printer that understands PostScript, you can add your own watermark to each printed page. This tip ...
Discover MorePrint Preview is a feature built into Word that allows you to see what your printed output will look like before you ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments