User`s manual
Section 4: Advanced Functions
36 Axis AFP User’s Manual
The following PostScript code prints the text ‘Transparent Data’ in 30 point Hel-
vetica.
Convert the code into hexadecimal ASCII format, and add the Transparency
Lead-in and Trailer Strings. The converted data should look like this:
The following rules apply to the data between the Transparency Lead-in and trail-
er Strings:
• Spaces and control codes are ignored.
• All other characters except ‘0’ - ‘9’, ‘A’ - ‘F’, and ‘a’ - ‘f’ will cause a Hex Trans-
parency Error condition.
Example:
100 700 moveto
/Helvetica findfont 30 scalefont setfont
(Transparent Data) show
showpage
%<
31 30 30 20 37 30 30 20 6D 6F 76 65 74 6F 0D 0A
2F 48 65 6C 76 65 74 69 63 61 20 66 69 6E 64 66
6F 6E 74 20 33 30 20 73 63 61 6C 65 66 6F 6E 74
20 73 65 74 66 6F 6E 74 0D 0A 28 54 72 61 6E 73
70 61 72 65 6E 74 20 44 61 74 61 29 20 73 68 6F
77 0D 0A 73 68 6F 77 70 61 67 65 0D 0A
>%
When a Hex Transparency Error occurs, an error message will be printed (see
“Messages” on page 58), and the transparency function will be terminated.










