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
|
<printer id="printer/HP-PaintJet">
<make>HP</make>
<model>PaintJet</model>
<mechanism>
<inkjet />
<color />
<resolution>
<dpi>
<x>180</x>
<y>180</y>
</dpi>
</resolution>
</mechanism>
<lang>
<pcl level="3" />
<text>
<charset>us-ascii</charset>
</text>
</lang>
<functionality>A</functionality>
<driver>pj</driver>
<comments>
<en>
For basic printing functionality use the <a href="
http://hplipopensource.com/">HPIJS driver </a>.
For advanced functionality such as printer status, maintenance
features, scanning and photo card unload use the <a href="
http://hplipopensource.com/">HPLIP driver</a> (which includes
HPIJS). <p>
</en>
</comments>
</printer>
|