20 lines
804 B
Diff
20 lines
804 B
Diff
|
--- foomatic-db-20031218/db/source/driver/ppd.xml.ppdload-ppd 2003-12-19 16:28:30.329536790 +0000
|
||
|
+++ foomatic-db-20031218/db/source/driver/ppd.xml 2003-12-19 16:19:55.317656589 +0000
|
||
|
@@ -0,0 +1,16 @@
|
||
|
+<driver id="driver/ppd"><!-- experimental ppd driver -->
|
||
|
+ <name>Postscript PPD</name>
|
||
|
+ <url>http://www.adobe.com/products/printerdrivers/winppd.html</url>
|
||
|
+ <execution>
|
||
|
+ <postscript/>
|
||
|
+ <prototype>cat %A%Z</prototype>
|
||
|
+ </execution>
|
||
|
+ <comments>
|
||
|
+ <en>PPD Postscript driver. You can use foomatic-ppdload to add ppd information
|
||
|
+for a particular printer into the foomatic database. Then, when you use that printer
|
||
|
+together with this driver with any Foomatic backend, the options defined in the PPD
|
||
|
+file will be available.</en>
|
||
|
+ </comments>
|
||
|
+ <printers>
|
||
|
+ </printers>
|
||
|
+</driver>
|