1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<printer id="printer/HP-LaserJet_5Si">
<make>HP</make>
<model>LaserJet 5Si</model>
<mechanism>
<laser/><!--not "color"-->
<resolution>
<dpi>
<x>600</x>
<y>600</y>
</dpi>
</resolution>
<consumables>
<!--no comments--><!--one or more "partno" elements.--></consumables>
</mechanism><!--no "url"-->
<lang>
<postscript level="2">
<ppd>PPD/HP/mono_laser/HP_LaserJet_5Si.ppd</ppd>
</postscript>
<pcl level="5"/>
<pjl />
<text>
<charset>us-ascii</charset>
</text>
</lang>
<autodetect>
<parallel>
<manufacturer>HP</manufacturer>
<model>LaserJet 5Si</model>
</parallel>
<general>
<manufacturer>Hewlett-Packard</manufacturer>
<model>HP LaserJet 5Si</model>
<description></description>
<commandset>PJL,MLC,PCL,POSTSCRIPT</commandset>
</general>
</autodetect>
<functionality>A</functionality>
<driver>Postscript</driver>
<!--no "contrib_url"-->
<comments>
<en>
For basic printing functionality use the Postscript PPD. For advanced functionality such
as printer status and maintenance features, use the
<a href="http://hpinkjet.sf.net/">
HPLIP driver</a> (which includes HPIJS). <p>
LaserJet 5 with Duplex capability. Duplex is done by PJL commands so
it can be used with all GhostScript drivers.
</en>
</comments>
</printer>
|