This file describes some common escape sequernces for HP DeskJet printers.
They may used in the configuration file /etc/lpdfilter/<queue>/conf for
printer queues for HP DeskJets.

* Line termination settings

     \033 & k # G

  with the values #

	0 = CR=CR   ; LF=LF   ; FF=FF	 (default, which is DOS ASCII mode)
	1 = CR=CR+LF; LF=LF   ; FF=FF
	2 = CR=CR   ; LF=CR+LF; FF=CR+FF (to print ASCII files from Linux systems)
	3 = CR=CR+LF; LF=CR+LF; FF=CR+FF

* The quality setup

     \033 ( s # Q

  with the values #

	1 = draft	= 240cps
	2 = letter	= 120cps (default)

* Text scale mode (ignored in landscape mode)

     \033 & k # W

  with the values #

	5 = off (default)
	6 = on

* Perforation skip mode

     \033 & l # L

  with the values #

	0 = off = 0.0 in Top Margin
	1 = on  = 1/2 in Top Margin (default)

* Left margin

     \033 & a # L

  with the values # = column number
  default = 0 = 1/8 in left margin

* Pitch

     \033 ( s # H

  with the values # = cpi (characters per inch)
  default = 10 characters per inch
