Hi,
We have a requirement to add a watermak that says Unofficial - For Review to our process document that we generate out of Aris. Any ideas of how I can add/set this watermark in javascript?
Ciska
Hi Ciska,
in a report using the standard output object you can use the method OutGraphicAbsolute. Using "true" as last parameter the image is displayed as a background of the produced document.
The best way to use it for your purpose is to use OutGraphicAbsolute between BeginHeader and EndHeader, so you just have to specify it once for all pages of the document.
Torsten
Dear all
I would like to suggest the use of the "wallpaper" database option for installing watermark. This is particularly convenient to display a copyright statement, which always has to be part of a printout and/or publisher web site, or a company logo. No coding required: the Format/Representation footprints the (watermark) wallpaper straight into the model.
Torsten, many thanks: it is swell to know about the OutGraphicAbsolute method !.
Thierry