Xerox 65 Copier User Manual


 
dc04cc0332
Page 7 Customer Support
Feature Implementation Values
Delay Print
%%OID_ATT_JOB_PRINT_AFTER
"yyyymmddhhmmss
Allows you to specify the time a job prints.
You can set this time up to 72 hours from
the current printer time.
Where yyyy is the year, mm is the month,
dd is the date, hh is the hour, mm is the
minute of the hour, and ss is the second of
that minute.
NOTE: The hours are expressed in a 24-
hour clock. For example: July 29, 1999 at
3:25 PM is expressed as:
19990729152500.
Euro Font
The Euro character is provided in all standard Latin fonts (letter fonts such as Helvetica and
Times) included in the Adobe PostScript 3 interpreter. Special fonts such as ZapfDingbats
do not contain the Euro symbol. The Symbol font does include it. Although the Euro
character’s “glyph” is added to the PostScript fonts, standard font encoding (that is, the
character set) does not include the character.
To access the Euro character’s glyph directly, use the glyphshow command as shown in the
following example:
%!PS-Adobe-3.0
/Times-Roman findfont 12 scalefont setfont
120 735 moveto
(The price of this unit is: ) show /Euro glyphshow (200.00) show
showpage