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.

584 lines
20 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Copyright 1994 Dataproducts corporation.
  3. *% All Rights Reserved.
  4. *% Permission is granted for redistribution of this file as
  5. *% long as this copyright notice is intact and the contents
  6. *% of the file are not altered in any way from their original form.
  7. *% End of Copyright statement
  8. *FormatVersion: "4.0"
  9. *FileVersion: "DPC4.0W1.01.041994"
  10. *LanguageVersion: English
  11. *PCFileName: "DPL9654.PPD"
  12. *Product: "(LZR 965)"
  13. *PSVersion: "(2011.113) 19"
  14. *ModelName: "Dataproducts LZR 965"
  15. *NickName: "Dataproducts LZR 965 v2011.113"
  16. *ShortNickName: "Dataproducts LZR 965 v2011.113"
  17. *% === Options and Constraints =========
  18. *OpenGroup: InstallableOptions/Options Installed
  19. *OpenUI *Option1/Optional Tray 2: 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. *OpenUI *Option3/Memory Configuration: PickOne
  30. *DefaultOption3: None
  31. *Option3 None/4 MB RAM: ""
  32. *Option3 8MB/8 MB RAM: "6200000"
  33. *Option3 9MB/9 MB RAM: "7200000"
  34. *Option3 10MB/10 MB RAM: "8200000"
  35. *Option3 12MB/12 MB RAM: "10200000"
  36. *Option3 13MB/13 MB RAM: "11200000"
  37. *Option3 16MB/16 MB RAM: "14200000"
  38. *CloseUI: *Option3
  39. *CloseGroup: InstallableOptions
  40. *UIConstraints: *Option1 False *InputSlot Tray2
  41. *UIConstraints: *Option2 False *InputSlot Envelope
  42. *%====== Use this to make wpd ==============
  43. *%====== UIConstraints: *Option2 True *InputSlot ManualFeed
  44. *UIConstraints: *Option2 True *ManualFeed
  45. *% ==== Device Capabilities ===============
  46. *LanguageLevel: "2"
  47. *Protocols: BCP
  48. *StartEmulator_hplj: "currentfile /LaserJetIIP statusdict /emulate get exec "
  49. *StopEmulator_hplj: "<1B7F>0"
  50. *FreeVM: "2671000"
  51. *VMOption None/8 MB RAM: "2671000"
  52. *VMOption 9MB/9 MB RAM: "7200000"
  53. *VMOption 10MB/10 MB RAM: "8200000"
  54. *VMOption 12MB/12 MB RAM: "10200000"
  55. *VMOption 13MB/13 MB RAM: "11200000"
  56. *VMOption 16MB/16 MB RAM: "14200000"
  57. *%VMOption None/Standard 8 MB RAM: "2758116"
  58. *%VMOption 12Meg/12 MB Total RAM: "6812260"
  59. *%VMOption 16Meg/16 MB Total RAM: "10865160"
  60. *ColorDevice: False
  61. *DefaultColorSpace: Gray
  62. *VariablePaperSize: False
  63. *FileSystem: True
  64. *?FileSystem: "
  65. save false
  66. (%disk?%)
  67. { currentdevparams dup /Writeable known
  68. { /Writeable get {pop true} if } { pop } ifelse
  69. } 10 string /IODevice resourceforall
  70. {(True)}{(False)} ifelse = flush
  71. restore"
  72. *End
  73. *Throughput: "9"
  74. *Password: "()"
  75. *ExitServer: "
  76. count 0 eq
  77. { false } { true exch startjob } ifelse
  78. not {
  79. (WARNING: Cannot modify initial VM.) =
  80. (Missing or invalid password.) =
  81. (Please contact the author of this software.) = flush quit
  82. } if
  83. "
  84. *End
  85. *Reset: "
  86. count 0 eq
  87. { false } { true exch startjob } ifelse
  88. not {
  89. (WARNING: Cannot reset printer.) =
  90. (Missing or invalid password.) =
  91. (Please contact the author of this software.) = flush quit
  92. } if
  93. systemdict /quit get exec
  94. (WARNING : Printer Reset Failed.) = flush
  95. "
  96. *End
  97. *OpenUI *Resolution: PickOne
  98. *%*OrderDependency: 30 AnySetup *Smoothing
  99. *DefaultResolution: 300dpi
  100. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  101. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  102. *?Resolution: "
  103. save
  104. currentpagedevice /HWResolution get
  105. 0 get
  106. ( ) cvs print
  107. (dpi)
  108. = flush
  109. restore
  110. "
  111. *End
  112. *CloseUI: *Resolution
  113. *% Halftone Information ===============
  114. *ScreenFreq: "60.0"
  115. *ScreenAngle: "45.0"
  116. *DefaultScreenProc: Dot
  117. *ScreenProc Dot: "
  118. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch
  119. 1 sub dup mul add 1 sub } {dup mul exch dup mul
  120. add 1 exch sub } ifelse }
  121. "
  122. *End
  123. *ScreenProc Line: "{ pop }"
  124. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  125. *DefaultTransfer: Null
  126. *Transfer Null: "{ }"
  127. *Transfer Null.Inverse: "{ 1 exch sub }"
  128. *% Paper Handling ===================
  129. *% Code in this section both selects a tray and sets up a frame buffer.
  130. *OpenUI *PageSize: PickOne
  131. *OrderDependency: 30 AnySetup *PageSize
  132. *DefaultPageSize: Letter
  133. *PageSize Letter: "
  134. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  135. *End
  136. *PageSize Legal: "
  137. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  138. *End
  139. *PageSize A4: "
  140. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  141. *End
  142. *PageSize B5: "
  143. 2 dict dup /PageSize [516 728] put dup /ImagingBBox null put setpagedevice"
  144. *End
  145. *PageSize Invoice: "
  146. 2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  147. *End
  148. *PageSize Executive: "
  149. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  150. *End
  151. *PageSize Comm10/Comm10 Envelope: "
  152. 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  153. *End
  154. *PageSize Monarch/Monarch Envelope: "
  155. 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  156. *End
  157. *PageSize DL/DL Envelope: "
  158. 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  159. *End
  160. *PageSize C5/C5 Envelope: "
  161. 2 dict dup /PageSize [461 648] put dup /ImagingBBox null put setpagedevice"
  162. *End
  163. *?PageSize: "
  164. save
  165. currentpagedevice /PageSize get aload pop
  166. 2 copy gt {exch} if
  167. (Unknown)
  168. 10 dict
  169. dup [612 792] (Letter) put
  170. dup [612 1008] (Legal) put
  171. dup [595 842] (A4) put
  172. dup [516 728] (B5) put
  173. dup [396 612] (Invoice) put
  174. dup [522 756] (Executive) put
  175. dup [297 684] (Comm10) put
  176. dup [279 540] (Monarch) put
  177. dup [312 624] (DL) put
  178. dup [461 648] (C5) put
  179. { exch aload pop 4 index sub abs 5 le exch
  180. 5 index sub abs 5 le and
  181. {exch pop exit} {pop} ifelse
  182. } bind forall
  183. = flush pop pop
  184. restore
  185. "
  186. *End
  187. *CloseUI: *PageSize
  188. *OpenUI *PageRegion: PickOne
  189. *OrderDependency: 40 AnySetup *PageRegion
  190. *DefaultPageRegion: Letter
  191. *PageRegion Letter: "
  192. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  193. *End
  194. *PageRegion Legal: "
  195. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  196. *End
  197. *PageRegion A4: "
  198. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  199. *End
  200. *PageRegion B5: "
  201. 2 dict dup /PageSize [516 728] put dup /ImagingBBox null put setpagedevice"
  202. *End
  203. *PageRegion Invoice: "
  204. 2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  205. *End
  206. *PageRegion Executive: "
  207. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  208. *End
  209. *PageRegion Comm10/Comm10 Envelope: "
  210. currentpagedevice /InputAttributes get 2 get dup null ne {dup /PageSize [297 684] put setpagedevice} {pop} ifelse
  211. <</PageSize [297 684]>> setpagedevice"
  212. *End
  213. *PageRegion Monarch/Monarch Envelope: "
  214. currentpagedevice /InputAttributes get 2 get dup null ne {dup /PageSize [279 540] put setpagedevice} {pop} ifelse
  215. <</PageSize [279 540]>> setpagedevice"
  216. *End
  217. *PageRegion DL/DL Envelope: "
  218. currentpagedevice /InputAttributes get 2 get dup null ne {dup /PageSize [312 624] put setpagedevice} {pop} ifelse
  219. <</PageSize [312 624]>> setpagedevice"
  220. *End
  221. *PageRegion C5/C5 Envelope: "
  222. currentpagedevice /InputAttributes get 2 get dup null ne {dup /PageSize [461 648] put setpagedevice} {pop} ifelse
  223. <</PageSize [461 648]>> setpagedevice"
  224. *End
  225. *CloseUI: *PageRegion
  226. *% The following entries provide information about specific paper keywords.
  227. *DefaultImageableArea: Letter
  228. *ImageableArea Letter: "12.72 12.84 596.4 779.4 "
  229. *ImageableArea Legal: "12.72 12.84 596.4 995.4 "
  230. *ImageableArea A4: "12.7201 12.84 581.04 829.32 "
  231. *ImageableArea B5: "12.7201 12.7201 511.92 710.2 "
  232. *ImageableArea Invoice: "12.7201 12.8401 381.36 599.4 "
  233. *ImageableArea Executive: "12.7201 12.84 511.92 743.4 "
  234. *ImageableArea Comm10/Comm10 Envelope: "12.7201 12.8401 273.84 671.4 "
  235. *ImageableArea Monarch/Monarch Envelope: "12.7201 12.8401 266.16 527.4 "
  236. *ImageableArea DL/DL Envelope: "12.7201 12.8401 289.2 611.4 "
  237. *ImageableArea C5/C5 Envelope: "12.7201 12.8401 442.8 635.4 "
  238. *?ImageableArea: "
  239. save
  240. /cvp { ( ) cvs print ( ) print } bind def
  241. /upperright {10000 mul floor 10000 div} bind def
  242. /lowerleft {10000 mul ceiling 10000 div} bind def
  243. newpath clippath pathbbox
  244. 4 -2 roll exch 2 {lowerleft cvp} repeat
  245. exch 2 {upperright cvp} repeat flush
  246. restore
  247. "
  248. *End
  249. *% These provide the physical dimensions of the paper (by keyword)
  250. *DefaultPaperDimension: Letter
  251. *PaperDimension Letter: "612 792"
  252. *PaperDimension Legal: "612 1008"
  253. *PaperDimension A4: "595 842"
  254. *PaperDimension B5: "516 728"
  255. *PaperDimension Invoice: "396 612"
  256. *PaperDimension Executive: "522 756"
  257. *PaperDimension Comm10/Comm10 Envelope: "297 684"
  258. *PaperDimension Monarch/Monarch Envelope: "279 540"
  259. *PaperDimension DL/DL Envelope: "312 624"
  260. *PaperDimension C5/C5 Envelope: "461 648"
  261. *RequiresPageRegion Envelope: True
  262. *OpenUI *InputSlot: PickOne
  263. *OrderDependency: 20 AnySetup *InputSlot
  264. *DefaultInputSlot: Tray1
  265. *InputSlot Tray1/Tray 1/Upper: "
  266. currentpagedevice /InputAttributes get
  267. 0 get dup
  268. null eq {pop}
  269. { dup
  270. /InputAttributes
  271. 1 dict dup /Priority [0] put
  272. put setpagedevice
  273. } ifelse "
  274. *End
  275. *InputSlot Tray2/Tray 2: "
  276. currentpagedevice /InputAttributes get
  277. 1 get dup
  278. null eq {pop}
  279. { dup
  280. /InputAttributes
  281. 1 dict dup /Priority [1] put
  282. put setpagedevice
  283. } ifelse "
  284. *End
  285. *InputSlot Envelope/Envelope Feeder: "
  286. currentpagedevice /InputAttributes get
  287. 2 get dup
  288. null eq {pop}
  289. { dup
  290. /InputAttributes
  291. 1 dict dup /Priority [2] put
  292. put setpagedevice
  293. } ifelse "
  294. *End
  295. *?InputSlot: "
  296. save
  297. 3 dict
  298. dup /0 (Top) put
  299. dup /1 (Tray2) put
  300. dup /2 (Envelope) put
  301. currentpagedevice /InputAttributes get
  302. dup /Priority known
  303. { /Priority get 0 get ( ) cvs cvn get }
  304. {
  305. dup length 1 eq
  306. { {pop} forall ( ) cvs cvn get }
  307. { pop pop (Unknown) } ifelse
  308. } ifelse
  309. = flush
  310. restore
  311. "
  312. *End
  313. *CloseUI: *InputSlot
  314. *OpenUI *ManualFeed/Manual Feed: Boolean
  315. *OrderDependency: 20 AnySetup *ManualFeed
  316. *DefaultManualFeed: False
  317. *%ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  318. *%ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  319. *ManualFeed True: "<</ManualFeed true>> setpagedevice"
  320. *ManualFeed False: "<</ManualFeed false>> setpagedevice"
  321. *?ManualFeed: "
  322. save
  323. currentpagedevice /ManualFeed get
  324. {(True)}{(False)}ifelse = flush
  325. restore
  326. "
  327. *End
  328. *CloseUI: *ManualFeed
  329. *OpenUI *TraySwitch: Boolean
  330. *OrderDependency: 50 AnySetup *TraySwitch
  331. *DefaultTraySwitch: False
  332. *TraySwitch True: "1 dict dup /TraySwitch true put setpagedevice"
  333. *TraySwitch False: "1 dict dup /TraySwitch false put setpagedevice"
  334. *?TraySwitch: "
  335. save
  336. currentpagedevice /TraySwitch get
  337. {(True)}{(False)}ifelse = flush
  338. restore
  339. "
  340. *End
  341. *CloseUI: *TraySwitch
  342. *PageStackOrder Top: Normal
  343. *PageStackOrder Rear: Reverse
  344. *% Font Information =====================
  345. *DefaultFont: Courier
  346. *Font AvantGarde-Book: Standard "(001.006)" Standard ROM
  347. *Font AvantGarde-BookOblique: Standard "(001.006)" Standard ROM
  348. *Font AvantGarde-Demi: Standard "(001.007)" Standard ROM
  349. *Font AvantGarde-DemiOblique: Standard "(001.007)" Standard ROM
  350. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  351. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  352. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  353. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  354. *Font Courier: Standard "(002.004)" Standard ROM
  355. *Font Courier-Bold: Standard "(002.004)" Standard ROM
  356. *Font Courier-BoldOblique: Standard "(002.004)" Standard ROM
  357. *Font Courier-Oblique: Standard "(002.004)" Standard ROM
  358. *Font Helvetica: Standard "(001.006)" Standard ROM
  359. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  360. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  361. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  362. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  363. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  364. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  365. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  366. *Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard ROM
  367. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard ROM
  368. *Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard ROM
  369. *Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard ROM
  370. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  371. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  372. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  373. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  374. *Font Symbol: Special "(001.007)" Special ROM
  375. *Font Times-Bold: Standard "(001.007)" Standard ROM
  376. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  377. *Font Times-Italic: Standard "(001.007)" Standard ROM
  378. *Font Times-Roman: Standard "(001.007)" Standard ROM
  379. *Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard ROM
  380. *Font ZapfDingbats: Special "(001.004)" Special ROM
  381. *?FontQuery: "
  382. save
  383. { count 1 gt
  384. { exch dup 127 string cvs (/) print print (:) print
  385. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  386. } { exit } ifelse
  387. } bind loop
  388. (*) = flush
  389. restore
  390. "
  391. *End
  392. *?FontList: "
  393. save
  394. (*) {cvn ==} 128 string /Font resourceforall
  395. (*) = flush
  396. restore
  397. "
  398. *End
  399. *% Printer Messages (verbatim from printer):
  400. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  401. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  402. *Message: "\FontName\ not found, using Courier"
  403. *% Status (format: %%[ status: <one of these> ]%% )
  404. *Status: "initializing"
  405. *Status: "idle"
  406. *Status: "holding"
  407. *Status: "busy"
  408. *Status: "waiting"
  409. *Status: "PrinterError: cover open"
  410. *Status: "PrinterError: warming up"
  411. *Status: "PrinterError: toner is low"
  412. *Status: "PrinterError: paper jam"
  413. *Status: "PrinterError: out of paper"
  414. *Status: "PrinterError: service call"
  415. *Status: "PrinterError: Engine is off line"
  416. *Status: "PrinterError: Engine is not responding"
  417. *Status: "PrinterError: waiting for manual feed"
  418. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  419. *Source: "Serial"
  420. *Source: "SerialB"
  421. *Source: "LocalTalk"
  422. *Source: "Parallel"
  423. *Source: "Internal"
  424. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  425. *PrinterError: "cover open"
  426. *PrinterError: "warming up"
  427. *PrinterError: "toner is low"
  428. *PrinterError: "paper jam"
  429. *PrinterError: "out of paper"
  430. *PrinterError: "service call"
  431. *PrinterError: "Engine is off line"
  432. *PrinterError: "Engine is not responding"
  433. *PrinterError: "waiting for manual feed"
  434. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  435. *% Color Separation Information =====================
  436. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  437. *InkName: ProcessBlack/Process Black
  438. *InkName: CustomColor/Custom Color
  439. *InkName: ProcessCyan/Process Cyan
  440. *InkName: ProcessMagenta/Process Magenta
  441. *InkName: ProcessYellow/Process Yellow
  442. *% For 60 lpi / 300 dpi ===============================
  443. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  444. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  445. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  446. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  447. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  448. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  449. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  450. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  451. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  452. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  453. *% For 53 lpi / 300 dpi ===============================
  454. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  455. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  456. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  457. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  458. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  459. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  460. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  461. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  462. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  463. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  464. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) =====================
  465. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  466. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  467. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  468. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  469. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  470. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  471. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  472. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  473. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  474. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  475. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  476. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  477. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  478. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  479. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  480. *End
  481. *% For 71 lpi / 600 dpi ===============================
  482. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  483. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  484. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  485. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  486. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  487. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  488. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  489. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  490. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  491. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  492. *%====================================================================
  493. *% Dataproducts - A. Levy 11/12/92
  494. *% The following changes have been made to this file to make it specific for the Dataproducts
  495. *% LZR 96X model.
  496. *%
  497. *% 1. *PCFilename: From "DP965JP1.PPD" To "DPLZ9652.PPD"
  498. *% 2. *Product: From "(LZR 965J plus)" To "(LZR 965)"
  499. *% 3. *ModelName: From "Dataproducts LZR 965J" To "Dataproducts LZR 965"
  500. *% 4. *NickName: From "Dataproducts LZR 965J v2011.113" To "Dataproducts LZR 965 v2011.113"
  501. *% 5. All references of the "Bottom" tray were changed to "Tray2" tray. A tray modifier is relative
  502. *% to the number of trays in the printer ie. 2 ,3 or 5. These are device dependencies, so we
  503. *% prefer "Tray2" tray instead, see the Dataproducts LZR 1560 for an example.
  504. *% 6. *OpenUI *Optin1/Optional Bottom Tray: Boolean
  505. *% From "Bottom" To "Tray2"
  506. *% 7. *UIConstraints: *Option1 False *InputSlot Bottom
  507. *% From "Bottom" To "Tray2"
  508. *% 8. The Envelope #10 known as "Comm10" was misprinted as "Com10".
  509. *% All references to "Com10" were changed to "Comm10"
  510. *% 9. Commented out the following Kanji fonts:
  511. *% FutoGoB101-Bold, FutoMinA101-Bold, GothicBBB-Medium, Jun101-Light,
  512. *% Mincho-PC, and Ryumin-Light
  513. *%
  514. *%====================================================================
  515. *% David R. Webb 11/23/92
  516. *% Removed the following lines to remove the Smoothing option.
  517. *% The code was located just before the line
  518. *% Paper Handling ============
  519. *% *OpenUI *Smoothing: PickOne
  520. *% *OrderDependency: 50 AnySetup *Smoothing
  521. *% *DefaultSmoothing:False
  522. *% *Smoothing True: "1 dict dup /PostRenderingEnhance true put setpagedevice"
  523. *% *Smoothing False: "1 dict dup /PostRenderingEnhance false put setpagedevice"
  524. *% *?Smoothing: "
  525. *% save
  526. *% currentpagedevice /PostRenderingEnhance get
  527. *% {(True)}{(False)}ifelse = flush
  528. *% restore
  529. *% "
  530. *% *End
  531. *% Last Edit Date: Mar 16 1994
  532. *% end of PPD file for LZR 965J plus