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.

616 lines
22 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1996 Adobe Systems Incorporated
  4. *% and Apple Computer Incorporated.
  5. *% All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *% End of Copyright statement
  10. *FormatVersion: "4.2"
  11. *FileVersion: "4.0"
  12. *LanguageVersion: English
  13. *PCFileName: "APLWSEL.PPD"
  14. *Product: "(LaserWriter Select 360)"
  15. *PSVersion: "(2013.112) 1"
  16. *ModelName: "Apple LaserWriter Select 360"
  17. *ShortNickName: "Apple LaserWriter Select 360"
  18. *NickName: "Apple LaserWriter Select 360 v2013.112"
  19. *% === Options and Constraints =========
  20. *OpenGroup: InstallableOptions/Options Installed
  21. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  22. *DefaultInstalledMemory: 7Meg
  23. *InstalledMemory 7Meg/Standard 7 MB RAM: ""
  24. *InstalledMemory 16Meg/16 MB Upgrade: ""
  25. *?InstalledMemory: "
  26. save
  27. (7Meg)currentsystemparams/RamSize get
  28. 16777216 eq{pop(16Meg)}if
  29. = flush
  30. restore
  31. "
  32. *End
  33. *CloseUI: *InstalledMemory
  34. *OpenUI *OptionalCassette1/Cassette (250/500 Sheets): PickOne
  35. *DefaultOptionalCassette1: False
  36. *OptionalCassette1 True/Installed: ""
  37. *OptionalCassette1 False/Not Installed: ""
  38. *OptionalCassette1 Preferred/Installed and Preferred: "
  39. 1 dict dup /InputAttributes 1 dict dup /Priority [2 0 1] put put setpagedevice "
  40. *End
  41. *?OptionalCassette1: "
  42. save
  43. currentpagedevice /InputAttributes get
  44. 2 known {(True)}{(False)} ifelse = flush
  45. restore
  46. "
  47. *End
  48. *CloseUI: *OptionalCassette1
  49. *CloseGroup: InstallableOptions
  50. *UIConstraints: *Resolution 600dpi *Smoothing True
  51. *UIConstraints: *OptionalCassette1 False *InputSlot OptionalCassette
  52. *% ==== Device Capabilities ===============
  53. *LanguageLevel: "2"
  54. *Protocols: BCP
  55. *Emulators: LaserJetIII
  56. *StartEmulator_LaserJetIII: "currentfile /LaserJetIII statusdict /emulate get exec "
  57. *StopEmulator_LaserJetIII: "<1B>E"
  58. *TTRasterizer: Type42
  59. *?TTRasterizer: "
  60. save
  61. 42 /FontType resourcestatus
  62. {pop pop (Type42)}{(None)}ifelse = flush
  63. restore
  64. "
  65. *End
  66. *FreeVM: "1203584"
  67. *VMOption 7Meg/Standard 7 MB RAM: "1203584"
  68. *VMOption 16Meg/16 MB Upgrade: "9638128"
  69. *ColorDevice: False
  70. *DefaultColorSpace: Gray
  71. *VariablePaperSize: False
  72. *FileSystem: False
  73. *Throughput: "10"
  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/Choose Resolution: PickOne
  98. *OrderDependency: 20 AnySetup *Resolution
  99. *DefaultResolution: 600dpi
  100. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  101. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  102. *?Resolution: "
  103. save
  104. /ActualValues /ProcSet findresource
  105. begin HWResolution end
  106. 0 get
  107. ( ) cvs print
  108. (dpi)
  109. = flush
  110. restore
  111. "
  112. *End
  113. *CloseUI: *Resolution
  114. *% Halftone Information ===============
  115. *ScreenFreq: "85.0"
  116. *ScreenAngle: "45.0"
  117. *DefaultScreenProc: Dot
  118. *ScreenProc Dot: "
  119. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch
  120. 1 sub dup mul add 1 sub } {dup mul exch dup mul
  121. add 1 exch sub } ifelse }
  122. "
  123. *End
  124. *ScreenProc Line: "{ pop }"
  125. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  126. *DefaultTransfer: Null
  127. *Transfer Null: "{ }"
  128. *Transfer Null.Inverse: "{ 1 exch sub }"
  129. *OpenUI *Smoothing/FinePrint(TM): Boolean
  130. *OrderDependency: 20 AnySetup *Smoothing
  131. *DefaultSmoothing: False
  132. *Smoothing True/On: "
  133. 2 dict
  134. dup /PostRenderingEnhance true put
  135. dup /PostRenderingEnhanceDetails
  136. 2 dict
  137. dup /Type 1 put
  138. dup /ActualPostRenderingEnhance true put
  139. put
  140. setpagedevice
  141. "
  142. *End
  143. *Smoothing False/Off: "
  144. 2 dict
  145. dup /PostRenderingEnhance false put
  146. dup /PostRenderingEnhanceDetails
  147. 2 dict
  148. dup /Type 1 put
  149. dup /ActualPostRenderingEnhance false put
  150. put
  151. setpagedevice
  152. "
  153. *End
  154. *?Smoothing: "
  155. save currentpagedevice /PostRenderingEnhanceDetails get
  156. /ActualPostRenderingEnhance get
  157. {(True)}{(False)} ifelse = flush restore"
  158. *End
  159. *CloseUI: *Smoothing
  160. *% Paper Handling ===================
  161. *% Code in this section both selects a tray and sets up a frame buffer.
  162. *OpenUI *PageSize: PickOne
  163. *OrderDependency: 20 AnySetup *PageSize
  164. *DefaultPageSize: Letter
  165. *PageSize Letter/US Letter: "
  166. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  167. *End
  168. *PageSize Legal/US Legal: "
  169. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  170. *End
  171. *PageSize A4: "
  172. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  173. *End
  174. *PageSize B5: "
  175. 2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  176. *End
  177. *PageSize Executive: "
  178. 2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  179. *End
  180. *PageSize A5: "
  181. 2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageSize LetterSmall/US Letter Small: "
  184. 2 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put setpagedevice"
  185. *End
  186. *PageSize A4Small/A4 Small: "
  187. 2 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put setpagedevice"
  188. *End
  189. *PageSize LegalSmall/US Legal Small: "
  190. 2 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put setpagedevice"
  191. *End
  192. *PageSize Com10/Comm10 Envelope: "
  193. 2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  194. *End
  195. *PageSize Monarch/Monarch Envelope: "
  196. 2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  197. *End
  198. *PageSize C5/C5 Envelope: "
  199. 2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  200. *End
  201. *PageSize DL/DL Envelope: "
  202. 2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  203. *End
  204. *?PageSize: "
  205. save
  206. currentpagedevice /PageSize get aload pop
  207. 2 copy gt {exch} if
  208. (Unknown)
  209. 10 dict
  210. dup [612 792] (Letter) put
  211. dup [612 1008] (Legal) put
  212. dup [595 842] (A4) put
  213. dup [516 729] (B5) put
  214. dup [522 756] (Executive) put
  215. dup [420 595] (A5) put
  216. dup [279 540] (Monarch) put
  217. dup [297 684] (Com10) put
  218. dup [459 649] (C5) put
  219. dup [312 624] (DL) put
  220. { exch aload pop 4 index sub abs 5 le exch
  221. 5 index sub abs 5 le and
  222. {exch pop exit} {pop} ifelse
  223. } bind forall
  224. = flush pop pop
  225. restore
  226. "
  227. *End
  228. *CloseUI: *PageSize
  229. *OpenUI *PageRegion: PickOne
  230. *OrderDependency: 20 AnySetup *PageRegion
  231. *DefaultPageRegion: Letter
  232. *PageRegion Letter/US Letter: "
  233. 3 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  234. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  235. *End
  236. *PageRegion Legal/US Legal: "
  237. 3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  238. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  239. *End
  240. *PageRegion A4: "
  241. 3 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  242. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  243. *End
  244. *PageRegion B5: "
  245. 3 dict dup /PageSize [516 729] put dup /ImagingBBox null put
  246. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [516 729] put put put setpagedevice "
  247. *End
  248. *PageRegion Executive: "
  249. 3 dict dup /PageSize [522 756] put dup /ImagingBBox null put
  250. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [522 756] put put put setpagedevice "
  251. *End
  252. *PageRegion A5: "
  253. 3 dict dup /PageSize [420 595] put dup /ImagingBBox null put
  254. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [420 595] put put put setpagedevice "
  255. *End
  256. *PageRegion LetterSmall/US Letter Small: "
  257. 3 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put
  258. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  259. *End
  260. *PageRegion A4Small/A4 Small: "
  261. 3 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put
  262. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  263. *End
  264. *PageRegion LegalSmall/US Legal Small: "
  265. 3 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put
  266. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  267. *End
  268. *PageRegion Com10/Comm10 Envelope: "
  269. 3 dict dup /PageSize [297 684] put dup /ImagingBBox null put
  270. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [297 684] put put put setpagedevice "
  271. *End
  272. *PageRegion Monarch/Monarch Envelope: "
  273. 3 dict dup /PageSize [279 540] put dup /ImagingBBox null put
  274. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [279 540] put put put setpagedevice "
  275. *End
  276. *PageRegion C5/C5 Envelope: "
  277. 3 dict dup /PageSize [459 649] put dup /ImagingBBox null put
  278. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [459 649] put put put setpagedevice "
  279. *End
  280. *PageRegion DL/DL Envelope: "
  281. 3 dict dup /PageSize [312 624] put dup /ImagingBBox null put
  282. dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [312 624] put put put setpagedevice "
  283. *End
  284. *CloseUI: *PageRegion
  285. *% The following entries provide information about specific paper keywords.
  286. *DefaultImageableArea: Letter
  287. *ImageableArea Letter/US Letter: "14.16 11.3401 597.84 777.66 "
  288. *ImageableArea Legal/US Legal: "14.16 11.34 597.84 993.66 "
  289. *ImageableArea A4: "13.2001 11.34 581.52 827.82 "
  290. *ImageableArea B5: "12.0 11.3401 503.52 714.78 "
  291. *ImageableArea Executive: "11.28 11.34 510.48 741.66 "
  292. *ImageableArea A5: "15.12 11.34 406.8 580.62 "
  293. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  294. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  295. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  296. *ImageableArea Com10/Comm10 Envelope: "13.92 11.34 282.72 669.66 "
  297. *ImageableArea Monarch/Monarch Envelope: "12.7201 11.34 266.16 525.66 "
  298. *ImageableArea C5/C5 Envelope: "16.56 11.34 446.64 634.62 "
  299. *ImageableArea DL/DL Envelope: "13.92 14.2201 298.08 609.66 "
  300. *?ImageableArea: "
  301. save
  302. /cvp { ( ) cvs print ( ) print } bind def
  303. /upperright {10000 mul floor 10000 div} bind def
  304. /lowerleft {10000 mul ceiling 10000 div} bind def
  305. newpath clippath pathbbox
  306. 4 -2 roll exch 2 {lowerleft cvp} repeat
  307. exch 2 {upperright cvp} repeat flush
  308. restore
  309. "
  310. *End
  311. *% These provide the physical dimensions of the paper (by keyword)
  312. *DefaultPaperDimension: Letter
  313. *PaperDimension Letter/US Letter: "612 792"
  314. *PaperDimension Legal/US Legal: "612 1008"
  315. *PaperDimension A4: "595 842"
  316. *PaperDimension B5: "516 729"
  317. *PaperDimension Executive: "522 756"
  318. *PaperDimension A5: "420 595"
  319. *PaperDimension LetterSmall/US Letter Small: "612 792"
  320. *PaperDimension A4Small/A4 Small: "595 842"
  321. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  322. *PaperDimension Com10/Comm10 Envelope: "297 684"
  323. *PaperDimension Monarch/Monarch Envelope: "279 540"
  324. *PaperDimension C5/C5 Envelope: "459 649"
  325. *PaperDimension DL/DL Envelope: "312 624"
  326. *OpenUI *InputSlot: PickOne
  327. *OrderDependency: 20 AnySetup *InputSlot
  328. *DefaultInputSlot: StandardCassette
  329. *InputSlot StandardCassette/Cassette (250 Sheets): "
  330. currentpagedevice /InputAttributes get 0 get
  331. dup null eq
  332. { pop }
  333. { dup length 1 add dict copy
  334. dup /InputAttributes
  335. 1 dict dup /Priority [0 1 2] put
  336. put setpagedevice
  337. } ifelse"
  338. *End
  339. *InputSlot Multipurpose/Multipurpose Tray: "
  340. currentpagedevice /InputAttributes get 1 get
  341. dup null eq
  342. { pop }
  343. { dup length 1 add dict copy
  344. dup /InputAttributes
  345. 1 dict dup /Priority [1 0 2] put
  346. put setpagedevice
  347. } ifelse"
  348. *End
  349. *InputSlot OptionalCassette/Cassette (250/500 Sheets): "
  350. currentpagedevice /InputAttributes get 2 get
  351. dup null eq
  352. { pop }
  353. { dup length 1 add dict copy
  354. dup /InputAttributes
  355. 1 dict dup /Priority [2 0 1] put
  356. put setpagedevice
  357. } ifelse"
  358. *End
  359. *?InputSlot: "
  360. save
  361. 3 dict
  362. dup /0 (StandardCassette) put
  363. dup /1 (Multipurpose) put
  364. dup /2 (OptionalCassette) put
  365. currentpagedevice /InputAttributes get
  366. dup /Priority known
  367. { /Priority get 0 get ( ) cvs cvn get }
  368. {
  369. dup length 1 eq
  370. { {pop} forall ( ) cvs cvn get }
  371. { pop pop (Unknown) } ifelse
  372. } ifelse
  373. = flush
  374. restore
  375. "
  376. *End
  377. *CloseUI: *InputSlot
  378. *RequiresPageRegion Multipurpose: True
  379. *DefaultOutputBin: OnlyOne
  380. *DefaultOutputOrder: Normal
  381. *OpenUI *ManualFeed/Manual Feed: Boolean
  382. *OrderDependency: 20 AnySetup *ManualFeed
  383. *DefaultManualFeed: False
  384. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  385. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  386. *?ManualFeed: "
  387. save
  388. currentpagedevice /ManualFeed get
  389. {(True)}{(False)}ifelse = flush
  390. restore
  391. "
  392. *End
  393. *CloseUI: *ManualFeed
  394. *OpenUI *TraySwitch: Boolean
  395. *OrderDependency: 20 AnySetup *TraySwitch
  396. *DefaultTraySwitch: False
  397. *TraySwitch True/On: "1 dict dup /TraySwitch true put setpagedevice"
  398. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  399. *?TraySwitch: "
  400. save
  401. currentpagedevice /TraySwitch get
  402. {(True)}{(False)}ifelse = flush
  403. restore
  404. "
  405. *End
  406. *CloseUI: *TraySwitch
  407. *% Font Information =====================
  408. *DefaultFont: Courier
  409. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  410. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  411. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  412. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  413. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  414. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  415. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  416. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  417. *Font Courier: Standard "(002.004S)" Standard ROM
  418. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  419. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  420. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  421. *Font Helvetica: Standard "(001.006S)" Standard ROM
  422. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  423. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  424. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  425. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  426. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  427. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  428. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  429. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  430. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  431. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  432. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  433. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  434. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  435. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  436. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  437. *Font Symbol: Special "(001.007S)" Special ROM
  438. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  439. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  440. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  441. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  442. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  443. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  444. *?FontQuery: "
  445. save
  446. { count 1 gt
  447. { exch dup 127 string cvs (/) print print (:) print
  448. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  449. } { exit } ifelse
  450. } bind loop
  451. (*) = flush
  452. restore
  453. "
  454. *End
  455. *?FontList: "
  456. save
  457. (*) {(/)print print (\n)print}bind 128 string /Font resourceforall
  458. (*) = flush
  459. restore
  460. "
  461. *End
  462. *% Printer Messages (verbatim from printer):
  463. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  464. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  465. *Message: "\FontName\ not found, using Courier"
  466. *% Status (format: %%[ status: <one of these> ] %%)
  467. *Status: "initializing"
  468. *Status: "idle"
  469. *Status: "holding"
  470. *Status: "busy"
  471. *Status: "waiting"
  472. *Status: "PrinterError: cover open"
  473. *Status: "PrinterError: warming up"
  474. *Status: "PrinterError: out of paper"
  475. *Status: "PrinterError: toner cartridge missing or incorrect"
  476. *Status: "PrinterError: paper entry misfeed"
  477. *Status: "PrinterError: paper exit misfeed"
  478. *Status: "PrinterError: paper jam"
  479. *Status: "PrinterError: Cassette (250 Sheet) : no paper tray"
  480. *Status: "PrinterError: Cassette (250 Sheet) : out of paper"
  481. *Status: "PrinterError: Cassette (250/500 Sheet) : no paper tray"
  482. *Status: "PrinterError: Cassette (250/500 Sheet) : out of paper"
  483. *Status: "PrinterError: Multipurpose Tray: out of paper"
  484. *Status: "PrinterError: Manual Feed: out of paper"
  485. *Status: "PrinterError: waiting for manual feed"
  486. *Status: "PrinterError: fixing temperature malfunction"
  487. *Status: "PrinterError: scanner motor malfunction"
  488. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  489. *Source: "Serial"
  490. *Source: "Fax"
  491. *Source: "LocalTalk"
  492. *Source: "Parallel"
  493. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  494. *PrinterError: "cover open"
  495. *PrinterError: "warming up"
  496. *PrinterError: "out of paper"
  497. *PrinterError: "toner cartridge missing or incorrect"
  498. *PrinterError: "paper entry misfeed"
  499. *PrinterError: "paper exit misfeed"
  500. *PrinterError: "paper jam"
  501. *PrinterError: "Cassette (250 Sheet) : no paper tray"
  502. *PrinterError: "Cassette (250 Sheet) : out of paper"
  503. *PrinterError: "Cassette (250/500 Sheet) : no paper tray"
  504. *PrinterError: "Cassette (250/500 Sheet) : out of paper"
  505. *PrinterError: "Multipurpose Tray: out of paper"
  506. *PrinterError: "Manual Feed: out of paper"
  507. *PrinterError: "waiting for manual feed"
  508. *PrinterError: "fixing temperature malfunction"
  509. *PrinterError: "scanner motor malfunction"
  510. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  511. *% Color Separation Information =====================
  512. *DefaultColorSep: ProcessBlack.85lpi.600dpi/ 85 lpi / 600 dpi
  513. *InkName: ProcessBlack/Process Black
  514. *InkName: CustomColor/Custom Color
  515. *InkName: ProcessCyan/Process Cyan
  516. *InkName: ProcessMagenta/Process Magenta
  517. *InkName: ProcessYellow/Process Yellow
  518. *% For 60 lpi / 300 dpi ===============================
  519. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  520. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  521. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  522. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  523. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  524. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  525. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  526. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  527. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  528. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  529. *% For 53 lpi / 300 dpi ===============================
  530. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  531. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  532. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  533. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  534. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  535. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  536. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  537. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  538. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  539. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  540. *% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) =====================
  541. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  542. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  543. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  544. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  545. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  546. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  547. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  548. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  549. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  550. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  551. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  552. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  553. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  554. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  555. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  556. *End
  557. *% For 71 lpi / 600 dpi ===============================
  558. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  559. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  560. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  561. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  562. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  563. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  564. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  565. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  566. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  567. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  568. *% Last Edit Date: April 4, 1996
  569. *% Written by sns@sqa for LaserWriter Select 360 Sep 2,1993
  570. *% end of PPD file for LaserWriter Select 360