Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

460 lines
15 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.3"
  11. *PCFileName: "DPLZ9601.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LZR 960)"
  14. *PSVersion: "(2010.106) 6"
  15. *ModelName: "Dataproducts LZR 960"
  16. *NickName: "Dataproducts LZR 960 v2010.106"
  17. *% ==== Options and Constraints =====
  18. *OpenGroup: InstallableOptions/Options Installed
  19. *OpenUI *Option1/Optional Lower Tray: Boolean
  20. *DefaultOption1: False
  21. *Option1 True/Installed: ""
  22. *Option1 False/Not Installed: ""
  23. *CloseUI: *Option1
  24. *OpenUI *Option2/Optional Envelope Feeder: Boolean
  25. *DefaultOption2: False
  26. *Option2 True/Installed: ""
  27. *Option2 False/Not Installed: ""
  28. *CloseUI: *Option2
  29. *CloseGroup: InstallableOptions
  30. *UIConstraints: *Option1 False *InputSlot Lower
  31. *UIConstraints: *Option2 False *InputSlot Envelope
  32. *% General Information and Defaults ===============
  33. *LanguageLevel: "2"
  34. *FreeVM: "1332832"
  35. *Emulators: hplj
  36. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  37. *StopEmulator_hplj: "<1B7F>0"
  38. *ColorDevice: False
  39. *DefaultColorSpace: Gray
  40. *VariablePaperSize: False
  41. *FileSystem: True
  42. *?FileSystem: "
  43. save false
  44. (%disk?%)
  45. { currentdevparams dup /Writeable known
  46. { /Writeable get {pop true} if } { pop } ifelse
  47. } 10 string /IODevice resourceforall
  48. {(True)}{(False)} ifelse = flush
  49. restore"
  50. *End
  51. *Throughput: "9"
  52. *Password: "()"
  53. *ExitServer: "
  54. count 0 eq
  55. { false } { true exch startjob } ifelse
  56. not {
  57. (WARNING: Cannot modify initial VM.) =
  58. (Missing or invalid password.) =
  59. (Please contact the author of this software.) = flush quit
  60. } if
  61. "
  62. *End
  63. *Reset: "
  64. count 0 eq
  65. { false } { true exch startjob } ifelse
  66. not {
  67. (WARNING: Cannot reset printer.) =
  68. (Missing or invalid password.) =
  69. (Please contact the author of this software.) = flush quit
  70. } if
  71. systemdict /quit get exec
  72. (WARNING : Printer Reset Failed.) = flush
  73. "
  74. *End
  75. *DefaultResolution: 300dpi
  76. *?Resolution: "
  77. save
  78. currentpagedevice /HWResolution get
  79. 0 get
  80. ( ) cvs print
  81. (dpi) = flush
  82. restore
  83. "
  84. *End
  85. *% Halftone Information ===============
  86. *ScreenFreq: "60.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch
  91. 1 sub dup mul add 1 sub } {dup mul exch dup mul
  92. add 1 exch sub } ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100. *% Paper Handling ===================
  101. *% Code in this section both selects a tray and sets up a frame buffer.
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "
  106. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  107. *End
  108. *PageSize Legal: "
  109. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  110. *End
  111. *PageSize A4: "
  112. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  113. *End
  114. *PageSize Executive: "
  115. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  116. *End
  117. *PageSize B5: "
  118. 2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  119. *End
  120. *PageSize Statement/Invoice: "
  121. 2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  122. *End
  123. *PageSize Comm10/Comm #10 Envelope: "
  124. 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  125. *End
  126. *PageSize Monarch/Monarch Envelope: "
  127. 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  128. *End
  129. *PageSize DL/DL Envelope: "
  130. 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  131. *End
  132. *PageSize C5/C5 Envelope: "
  133. 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  134. *End
  135. *?PageSize: "
  136. save
  137. currentpagedevice /PageSize get aload pop
  138. 2 copy gt {exch} if
  139. (Unknown)
  140. 10 dict
  141. dup [612 792] (Letter) put
  142. dup [612 1008] (Legal) put
  143. dup [595 842] (A4) put
  144. dup [522 756] (Executive) put
  145. dup [516 729] (B5) put
  146. dup [396 612] (Statement) put
  147. dup [297 684] (Comm10) put
  148. dup [279 540] (Monarch) put
  149. dup [312 624] (DL) put
  150. dup [459 649] (C5) put
  151. { exch aload pop 4 index sub abs 5 le exch
  152. 5 index sub abs 5 le and
  153. {exch pop exit} {pop} ifelse
  154. } bind forall
  155. = flush pop pop
  156. restore
  157. "
  158. *End
  159. *CloseUI: *PageSize
  160. *OpenUI *PageRegion: PickOne
  161. *OrderDependency: 40 AnySetup *PageRegion
  162. *DefaultPageRegion: Letter
  163. *PageRegion Letter: "
  164. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  165. *End
  166. *PageRegion Legal: "
  167. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  168. *End
  169. *PageRegion A4: "
  170. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  171. *End
  172. *PageRegion Executive: "
  173. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  174. *End
  175. *PageRegion B5: "
  176. 2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  177. *End
  178. *PageRegion Statement/Invoice: "
  179. 2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  180. *End
  181. *PageRegion Comm10/Comm #10 Envelope: "
  182. 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  183. *End
  184. *PageRegion Monarch/Monarch Envelope: "
  185. 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  186. *End
  187. *PageRegion DL/DL Envelope: "
  188. 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  189. *End
  190. *PageRegion C5/C5 Envelope: "
  191. 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  192. *End
  193. *CloseUI: *PageRegion
  194. *% The following entries provide information about specific paper keywords.
  195. *DefaultImageableArea: Letter
  196. *ImageableArea Letter: "12.72 12.84 596.4 779.4 "
  197. *ImageableArea Legal: "12.72 12.84 596.4 995.4 "
  198. *ImageableArea A4: "12.7201 12.84 581.04 829.32 "
  199. *ImageableArea Executive: "12.7201 12.84 511.92 743.4 "
  200. *ImageableArea B5: "12.7201 12.7201 511.92 715.2 "
  201. *ImageableArea Statement/Invoice: "12.7201 12.8401 381.36 599.4 "
  202. *ImageableArea Comm10/Comm #10 Envelope: "11.5201 12.8401 272.64 671.4 "
  203. *ImageableArea Monarch/Monarch Envelope: "11.5201 12.8401 264.96 527.4 "
  204. *ImageableArea DL/DL Envelope: "11.5201 12.8401 288.0 611.4 "
  205. *ImageableArea C5/C5 Envelope: "11.5201 12.8401 441.6 635.4 "
  206. *?ImageableArea: "
  207. save
  208. /cvp {( ) cvs print ( ) print } bind def
  209. /upperright {10000 mul floor 10000 div} bind def
  210. /lowerleft {10000 mul ceiling 10000 div} bind def
  211. newpath clippath pathbbox
  212. 4 -2 roll exch 2 {lowerleft cvp} repeat
  213. exch 2 {upperright cvp} repeat flush
  214. restore
  215. "
  216. *End
  217. *% These provide the physical dimensions of the paper (by keyword)
  218. *DefaultPaperDimension: Letter
  219. *PaperDimension Letter: "612 792"
  220. *PaperDimension Legal: "612 1008"
  221. *PaperDimension A4: "595 842"
  222. *PaperDimension Executive: "522 756"
  223. *PaperDimension B5: "516 729"
  224. *PaperDimension Statement/Invoice: "396 612"
  225. *PaperDimension Comm10/Comm #10 Envelope: "297 684"
  226. *PaperDimension Monarch/Monarch Envelope: "279 540"
  227. *PaperDimension DL/DL Envelope: "312 624"
  228. *PaperDimension C5/C5 Envelope: "459 649"
  229. *OpenUI *ManualFeed: Boolean
  230. *OrderDependency: 20 AnySetup *ManualFeed
  231. *DefaultManualFeed: False
  232. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  233. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  234. *?ManualFeed: "
  235. save
  236. currentpagedevice /ManualFeed get
  237. {(True)}{(False)}ifelse = flush
  238. restore
  239. "
  240. *End
  241. *CloseUI: *ManualFeed
  242. *OpenUI *InputSlot: PickOne
  243. *OrderDependency: 20 AnySetup *InputSlot
  244. *DefaultInputSlot: Upper
  245. *InputSlot Upper: "
  246. currentpagedevice /InputAttributes get 0 get
  247. dup null eq
  248. { pop }
  249. { dup length 1 add dict copy
  250. dup /InputAttributes
  251. 1 dict dup /Priority [0] put
  252. put setpagedevice
  253. } ifelse"
  254. *End
  255. *InputSlot Lower: "
  256. currentpagedevice /InputAttributes get 1 get
  257. dup null eq
  258. { pop }
  259. { dup length 1 add dict copy
  260. dup /InputAttributes
  261. 1 dict dup /Priority [1] put
  262. put setpagedevice
  263. } ifelse"
  264. *End
  265. *InputSlot Envelope: "
  266. currentpagedevice /InputAttributes get 2 get
  267. dup null eq
  268. { pop }
  269. { dup length 1 add dict copy
  270. dup /InputAttributes
  271. 1 dict dup /Priority [2] put
  272. put setpagedevice
  273. } ifelse"
  274. *End
  275. *?InputSlot: "
  276. save
  277. [(Upper) (Lower) (Envelope) (Unknown)]
  278. currentpagedevice /InputAttributes get
  279. /Priority get aload pop dup 2 gt {pop 3} if
  280. get = flush restore
  281. "
  282. *End
  283. *CloseUI: *InputSlot
  284. *DefaultOutputOrder: Normal
  285. *DefaultOutputBin: Upper
  286. *PageStackOrder Upper: Normal
  287. *PageStackOrder Rear: Reverse
  288. *OpenUI *TraySwitch: Boolean
  289. *OrderDependency: 50 AnySetup *TraySwitch
  290. *DefaultTraySwitch: False
  291. *TraySwitch True: "1 dict dup /TraySwitch true put setpagedevice"
  292. *TraySwitch False: "1 dict dup /TraySwitch false put setpagedevice"
  293. *?TraySwitch: "
  294. save
  295. currentpagedevice /TraySwitch get
  296. {(True)}{(False)}ifelse = flush
  297. restore
  298. "
  299. *End
  300. *CloseUI: *TraySwitch
  301. *% Font Information =====================
  302. *DefaultFont: Courier
  303. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  304. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  305. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  306. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  307. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  308. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  309. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  310. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  311. *Font Courier: Standard "(002.003)" Standard ROM
  312. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  313. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  314. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  315. *Font Helvetica: Standard "(001.006)" Standard ROM
  316. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  317. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  318. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  319. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  320. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  321. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  322. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  323. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  324. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  325. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  326. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  327. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  328. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  329. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  330. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  331. *Font Symbol: Special "(001.007)" Special ROM
  332. *Font Times-Bold: Standard "(001.007)" Standard ROM
  333. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  334. *Font Times-Italic: Standard "(001.007)" Standard ROM
  335. *Font Times-Roman: Standard "(001.007)" Standard ROM
  336. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  337. *Font ZapfDingbats: Special "(001.004)" Special ROM
  338. *?FontQuery: "
  339. save
  340. { count 1 gt
  341. { exch dup 127 string cvs (/) print print (:) print
  342. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  343. } { exit } ifelse
  344. } bind loop
  345. (*) = flush
  346. restore
  347. "
  348. *End
  349. *?FontList: "
  350. save
  351. (*) {cvn ==} 128 string /Font resourceforall
  352. (*) = flush
  353. restore
  354. "
  355. *End
  356. *% Printer Messages (verbatim from printer):
  357. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  358. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  359. *Message: "\FontName\ not found, using Courier"
  360. *% Status (format: %%[ status: <one of these> ]%% )
  361. *Status: "initializing"
  362. *Status: "idle"
  363. *Status: "holding"
  364. *Status: "busy"
  365. *Status: "waiting"
  366. *Status: "PrinterError: cover open"
  367. *Status: "PrinterError: warming up"
  368. *Status: "PrinterError: toner is low"
  369. *Status: "PrinterError: paper jam"
  370. *Status: "PrinterError: out of paper"
  371. *Status: "PrinterError: service call"
  372. *Status: "PrinterError: Engine is off line"
  373. *Status: "PrinterError: Engine is not responding"
  374. *Status: "PrinterError: waiting for manual feed"
  375. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  376. *Source: "Serial"
  377. *Source: "SerialB"
  378. *Source: "LocalTalk"
  379. *Source: "Parallel"
  380. *Source: "Internal"
  381. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  382. *PrinterError: "cover open"
  383. *PrinterError: "warming up"
  384. *PrinterError: "toner is low"
  385. *PrinterError: "paper jam"
  386. *PrinterError: "out of paper"
  387. *PrinterError: "service call"
  388. *PrinterError: "Engine is off line"
  389. *PrinterError: "Engine is not responding"
  390. *PrinterError: "waiting for manual feed"
  391. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  392. *% Color Separation Information =====================
  393. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  394. *InkName: ProcessBlack/Process Black
  395. *InkName: CustomColor/Custom Color
  396. *InkName: ProcessCyan/Process Cyan
  397. *InkName: ProcessMagenta/Process Magenta
  398. *InkName: ProcessYellow/Process Yellow
  399. *% For 60 lpi / 300 dpi ===============================
  400. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  401. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  402. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  403. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  404. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  405. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  406. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  407. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  408. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  409. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  410. *% For 53 lpi / 300 dpi ===============================
  411. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  412. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  413. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  414. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  415. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  416. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  417. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  418. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  419. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  420. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  421. *% Produced by "BuildPPD4.0L2.ps" version 4.0 edit 1
  422. *% Last Edit Date: May 7 1993
  423. *% The byte count of this file should be exactly 015146 or 015606
  424. *% depending on the filesystem it resides in.
  425. *% end of PPD file for LZR 960