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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<driver id="driver/cdnj500">
<name>cdnj500</name>
<url>http://www.openprinting.org/download/printing/ghostscript-cdnj500-patches/</url>
<thirdpartysupplied />
<execution>
<ghostscript />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOINTERPOLATE -sDEVICE=cdnj500%A%Z -sOutputFile=- -</prototype>
<margins>
<general>
<unit>pt</unit>
<relative />
<top>0</top>
<left>0</left>
<right>0</right>
<bottom>0</bottom>
</general>
</margins>
</execution>
<comments>
<en>
This driver is derived from HP's <a
href="show_driver.cgi?driver=chp2200">chp2200</a>
driver. Timur Maximov has posted a patch for introducing this
driver into GPL Ghostscript 8.63 on the <a
href="http://forums.linux-foundation.org/read.php?20,7942,7942#msg-7942">forums</a>. Patches
for both GPL Ghostscript 8.63 and 8.64 are available on the
download URL. GPL Ghostscript 8.65 will already contain the
driver.<p>
The new driver will simply use the different page start and end
sequences needed by the DesignJet 500 and 800 but otherwise be the
same as "chp2200".<p>
The driver can be added to the Ghostscript source of the versions
8.63 and 8.64 by applying the appropriate patches. Note that for
Ghostscript 8.64 you need to re-run "./autogen.sh" after applying
the patch. Or get the Ghostscript under development from the
Subversion repositories, there the driver is already
included.<p>
</en>
</comments>
<printers>
<printer>
<id>printer/HP-DesignJet_100</id>
</printer>
<printer>
<id>printer/HP-DesignJet_100plus</id>
</printer>
<printer>
<id>printer/HP-DesignJet_110</id>
</printer>
<printer>
<id>printer/HP-DesignJet_120</id>
</printer>
<printer>
<id>printer/HP-DesignJet_130</id>
</printer>
<printer>
<id>printer/HP-DesignJet_30</id>
</printer>
<printer>
<id>printer/HP-DesignJet_500</id>
</printer>
<printer>
<id>printer/HP-DesignJet_5000</id>
</printer>
<printer>
<id>printer/HP-DesignJet_500ps</id>
</printer>
<printer>
<id>printer/HP-DesignJet_5500</id>
</printer>
<printer>
<id>printer/HP-DesignJet_70</id>
</printer>
<printer>
<id>printer/HP-DesignJet_800</id>
</printer>
<printer>
<id>printer/HP-DesignJet_90</id>
</printer>
</printers>
</driver>
|