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
|
<driver id="driver/iwhi">
<name>iwhi</name>
<url>http://www.ghostscript.com/</url>
<thirdpartysupplied />
<execution>
<ghostscript />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOMEDIAATTRS -dNOINTERPOLATE %B%A%Z -sOutputFile=- -</prototype>
</execution>
<printers>
<printer>
<id>printer/Apple-ImageWriter</id>
<comments>
<en>High resolution</en>
</comments>
</printer>
<printer>
<id>printer/Apple-ImageWriter_II</id>
<comments>
<en>High resolution</en>
</comments>
</printer>
<printer>
<id>printer/Apple-ImageWriter_LQ</id>
<comments>
<en>High resolution</en>
</comments>
</printer>
</printers>
</driver>
|