A printer queue’s advanced properties includes the printer’s speed and any special pre- or post-job commands required for printer specific reasons. Pre-job commands are added right before the data in the data file, while post-job commands are placed at the end of the data file.
Advanced properties for all printer queues are as follows:
Character name: |
Character code: |
Typical use in printing context: |
End-Of-Job |
\004 |
Indicates the end of a print job |
Backspace |
\b |
Moves a character space backwards |
Horizontal Tab |
\t |
Adds a horizontal tab |
Line Feed |
\012 |
Moves to the next line |
Form Feed |
\f |
Moves to the next page |
Carriage Return |
\r |
Moves to the beginning of the current line |
DOS End-Of-File |
\032 |
Indicates the end of a print job in a DOS environment |
Escape |
\033 |
Adds an escape character |
New Line (CRLF) |
\n |
Goes to a new line |