The watermark setting (on the Core tab) can contain text strings or one of the available tag values:
%Date |
Inserts the date the print was spooled. If the tags are viewed on screen, the time at which the screen was last refreshed displays. |
%SysDatePlusDays(x) |
Inserts a date the specified number of days past the system date. Replace "x" with the desired number of days. Negative numbers of days may be entered. Be sure to close the parenthesis when you add the number of days. |
%DBString(x) |
This tag is used to resolve custom tags for products that integrate with Brava! Replace "x" with any printable character except a right parenthesis, ")". |
%Time |
Inserts the time the print was spooled based on a 12-hour clock (AM/PM). If the tags are viewed on screen, the date on which the screen was last refreshed displays. |
%Miltime |
Inserts the time the print was spooled based on a 24-hour clock. |
%Title |
Adds the name of the document. |
%Page |
Adds the page number. |
%TotalPages |
Inserts the total number of pages. |
%BatesPgNo(x) |
Bates Number - This tag is used to indicate the starting page number and the number of digits to use. For example, %batespgno(0002) would place 0002 on the first page, 0003 on the next page, etc. |
%Login (or %User) |
Specifies the user name of the person who issued the print. |
%Hostname |
Specifies the hostname of the machine that issued the print |
%IPAddress |
Specifies the IP Address of the machine that issued the print |
%% |
Inserts a single % character. |
% © |
Inserts the copyright symbol |
% ® |
Inserts the registered trademark symbol |
Tag values are not case sensitive.
All the tags except %% and %SysDatePlusDays() must be followed by a non-alphanumeric character (such as a space, a %, a comma, a slash) otherwise, they are interpreted as text strings.