 
    The following table lists the supported PCL5e commands.
| Function | Parameter | PCL command | 
|---|---|---|
| Horizontal Cursor Position | # of Columns | <Esc>&a#C | 
| # of Dots | <Esc>*p#X | |
| # of Decipoints | <Esc>&a#H | |
| Vertical Cursor Position | # of Rows | <Esc>&a#R | 
| # of Dots | <Esc>*p#Y | |
| # of Decipoints | <Esc>&a#V | |
| Half-Line Feed | None | <Esc>= | 
| Line Termination | CR->CR; LF->LF; FF->FF | <Esc>&k0G | 
| CR->CR-LF; LF->LF; FF->FF | <Esc>&k1G | |
| CR->CR; LF->CR-LF; FF->CR-FF | <Esc>&k2G | |
| CR->CR-LF; LF->CR-LF; FF->CR-FF | <Esc>&k3G | |
| Push/Pop Position | Push | <Esc>&f0S | 
| Pop | <Esc>&f1S |