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.

425 lines
18 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1988-1996 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. *FormatVersion: "4.3"
  9. *FileVersion: "1.4"
  10. *PCFileName: "SO543_55.PPD"
  11. *LanguageVersion: English
  12. *LanguageEncoding: ISOLatin1
  13. *Product: "(PostArt)"
  14. *PSVersion: "(2013.114) 12"
  15. *PSVersion: "(2015.802) 01"
  16. *ModelName: "Sony PostArt for NWP-543 5J v2015.802-01"
  17. *Manufacturer: "Sony"
  18. *ShortNickName: "Sony PostArt for NWP-543 5J"
  19. *NickName: "Sony PostArt for NWP-543 5J v2015.802-01"
  20. *% General Information and Defaults ===============
  21. *FreeVM: "1073737256"
  22. *LanguageLevel: "2"
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *DefaultHalftoneType: 2
  26. *FileSystem: True
  27. *PrintPSErrors: False
  28. *TTRasterizer: Type42
  29. *?FileSystem: "
  30. save
  31. false (%os%)
  32. { currentdevparams dup /Writeable known
  33. {/Writeable get {pop true} if} {pop} ifelse
  34. } 10 string /IODevice resourceforall
  35. {(True)}{(False)} ifelse = flush
  36. restore
  37. "
  38. *End
  39. *Throughput: "8"
  40. *Password: "0"
  41. *ExitServer: "
  42. count 0 eq
  43. { false } { true exch startjob } ifelse
  44. not { (WARNING: Cannot modify initial VM.) =
  45. (Missing or invalid password.) =
  46. (Please contact the author of this software.) = flush quit
  47. } if"
  48. *End
  49. *Reset: "
  50. count 0 eq
  51. { false } { true exch startjob } ifelse
  52. not { (WARNING: Cannot reset printer.) =
  53. (Missing or invalid password.) =
  54. (Please contact the author of this software.) = flush quit
  55. } if
  56. systemdict /quit get exec
  57. (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60. *DefaultResolution: 400dpi
  61. *?Resolution: "
  62. save
  63. initgraphics
  64. 0 0 moveto currentpoint matrix defaultmatrix transform
  65. 0 72 lineto currentpoint matrix defaultmatrix transform
  66. 3 -1 roll sub dup mul
  67. 3 1 roll exch sub dup mul
  68. add sqrt round cvi
  69. ( ) cvs print (dpi) = flush
  70. restore
  71. "
  72. *End
  73. *% Halftone Information ===============
  74. *ScreenFreq: "60.0"
  75. *ScreenAngle: "45.0"
  76. *DefaultScreenProc: Dot
  77. *ScreenProc Dot: "
  78. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  79. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  80. "
  81. *End
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87. *% Paper Handling ===================
  88. *% Use these entries to set paper size most of the time, unless there is
  89. *% specific reason to use PageRegion.
  90. *OpenUI *PageSize: PickOne
  91. *OrderDependency: 30 AnySetup *PageSize
  92. *DefaultPageSize: A4
  93. *PageSize A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  94. *PageSize B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  95. *PageSize A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  96. *PageSize B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  97. *PageSize Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  98. *PageSize Legal: "<</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  99. *?PageSize: "
  100. save
  101. currentpagedevice /PageSize get aload pop
  102. 2 copy gt {exch} if
  103. (Unknown)
  104. 6 dict
  105. dup [842 1191] (A3) put
  106. dup [729 1032] (B4) put
  107. dup [595 842] (A4) put
  108. dup [516 729] (B5) put
  109. dup [612 792] (Letter) put
  110. dup [612 1008] (Legal) put
  111. { exch aload pop 4 index sub abs 5 le exch
  112. 5 index sub abs 5 le and
  113. {exch pop exit} {pop} ifelse
  114. } bind forall
  115. = flush pop pop
  116. restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120. *OpenUI *PageRegion: PickOne
  121. *OrderDependency: 40 AnySetup *PageRegion
  122. *DefaultPageRegion: A4
  123. *PageRegion A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  124. *PageRegion B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  125. *PageRegion A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  126. *PageRegion B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  127. *PageRegion Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  128. *PageRegion Legal: "<</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  129. *CloseUI: *PageRegion
  130. *DefaultImageableArea: A4
  131. *ImageableArea A3: "13.5 17.01 825.66 1177.65"
  132. *ImageableArea B4: "13.5 2.61 716.22 1010.61"
  133. *ImageableArea A4: "13.5 15.75 577.98 828.63"
  134. *ImageableArea B5: "13.5 18.63 500.22 715.59 "
  135. *ImageableArea Letter: "13.5 0 600.0 778.59"
  136. *ImageableArea Legal: "13.5 0 600.0 994.59"
  137. *?ImageableArea: "
  138. save
  139. /cvp {( ) cvs print ( ) print } bind def
  140. /upperright {10000 mul floor 10000 div} bind def
  141. /lowerleft {10000 mul ceiling 10000 div} bind def
  142. newpath clippath pathbbox
  143. 4 -2 roll exch 2 {lowerleft cvp} repeat
  144. exch 2 {upperright cvp} repeat flush
  145. restore
  146. "
  147. *End
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *DefaultPaperDimension: A4
  150. *PaperDimension A3: "842 1191"
  151. *PaperDimension B4: "729 1032"
  152. *PaperDimension A4: "595 842"
  153. *PaperDimension B5: "516 729"
  154. *PaperDimension Letter: "612 792"
  155. *PaperDimension Legal: "612 1008"
  156. *RequiresPageRegion All: True
  157. *DefaultOutputOrder: Normal
  158. *OpenUI *InputSlot: PickOne
  159. *OrderDependency: 20 AnySetup *InputSlot
  160. *DefaultInputSlot: Cassette
  161. *InputSlot Cassette: ""
  162. *CloseUI: *InputSlot
  163. *% Font Information =====================
  164. *DefaultFont: Courier
  165. *Font AvantGarde-Book: Standard "(001.006)" Standard Disk
  166. *Font AvantGarde-BookOblique: Standard "(001.006)" Standard Disk
  167. *Font AvantGarde-Demi: Standard "(001.007)" Standard Disk
  168. *Font AvantGarde-DemiOblique: Standard "(001.007)" Standard Disk
  169. *Font Bookman-Demi: Standard "(001.004)" Standard Disk
  170. *Font Bookman-DemiItalic: Standard "(001.004)" Standard Disk
  171. *Font Bookman-Light: Standard "(001.004)" Standard Disk
  172. *Font Bookman-LightItalic: Standard "(001.004)" Standard Disk
  173. *Font Courier: Standard "(002.004)" Standard Disk
  174. *Font Courier-Bold: Standard "(002.004)" Standard Disk
  175. *Font Courier-BoldOblique: Standard "(002.004)" Standard Disk
  176. *Font Courier-Oblique: Standard "(002.004)" Standard Disk
  177. *Font Helvetica: Standard "(001.006)" Standard Disk
  178. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  179. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  180. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  181. *Font Helvetica-Condensed: Standard "(001.003)" Standard Disk
  182. *Font Helvetica-Condensed-Bold: Standard "(001.004)" Standard Disk
  183. *Font Helvetica-Condensed-BoldObl: Standard "(001.004)" Standard Disk
  184. *Font Helvetica-Condensed-Oblique: Standard "(001.003)" Standard Disk
  185. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  186. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  187. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  188. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  189. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard Disk
  190. *Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard Disk
  191. *Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard Disk
  192. *Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard Disk
  193. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  194. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  195. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  196. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  197. *Font Symbol: Special "(001.007)" Special Disk
  198. *Font Times-Bold: Standard "(001.007)" Standard Disk
  199. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  200. *Font Times-Italic: Standard "(001.007)" Standard Disk
  201. *Font Times-Roman: Standard "(001.007)" Standard Disk
  202. *Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard Disk
  203. *Font ZapfDingbats: Special "(001.004)" Special Disk
  204. *% Japanese Fonts ===============
  205. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  206. *Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add Disk
  207. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  208. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  209. *Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add Disk
  210. *Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  211. *Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  212. *Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  213. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  214. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  215. *Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  216. *Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 Disk
  217. *Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  218. *Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  219. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  220. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  221. *Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 Disk
  222. *Font FutoGoB101-Bold.Hankaku: Special "(003.001)" Special Disk
  223. *Font FutoGoB101-Bold.Hiragana: Special "(003.001)" Special Disk
  224. *Font FutoGoB101-Bold.Katakana: Special "(003.001)" Special Disk
  225. *Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special Disk
  226. *Font FutoGoB101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  227. *Font FutoGoB101-Bold.Roman: Special "(003.001)" Special Disk
  228. *Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special Disk
  229. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  230. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  231. *Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add Disk
  232. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  233. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  234. *Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add Disk
  235. *Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  236. *Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  237. *Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  238. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  239. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  240. *Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  241. *Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 Disk
  242. *Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  243. *Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  244. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  245. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  246. *Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 Disk
  247. *Font FutoMinA101-Bold.Hankaku: Special "(003.001)" Special Disk
  248. *Font FutoMinA101-Bold.Hiragana: Special "(003.001)" Special Disk
  249. *Font FutoMinA101-Bold.Katakana: Special "(003.001)" Special Disk
  250. *Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special Disk
  251. *Font FutoMinA101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  252. *Font FutoMinA101-Bold.Roman: Special "(003.001)" Special Disk
  253. *Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special Disk
  254. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  255. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv Disk
  256. *Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add Disk
  257. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add Disk
  258. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add Disk
  259. *Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add Disk
  260. *Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 Disk
  261. *Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 Disk
  262. *Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext Disk
  263. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext Disk
  264. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext Disk
  265. *Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext Disk
  266. *Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 Disk
  267. *Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP Disk
  268. *Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP Disk
  269. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 Disk
  270. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 Disk
  271. *Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 Disk
  272. *Font GothicBBB-Medium.Hankaku: Special "(003.002)" Special Disk
  273. *Font GothicBBB-Medium.Hiragana: Special "(003.002)" Special Disk
  274. *Font GothicBBB-Medium.Katakana: Special "(003.002)" Special Disk
  275. *Font GothicBBB-Medium.Oubun: Special "(003.002)" Special Disk
  276. *Font GothicBBB-Medium.Oubun-Add: Special "(003.002)" Special Disk
  277. *Font GothicBBB-Medium.Roman: Special "(003.002)" Special Disk
  278. *Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special Disk
  279. *Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special Disk
  280. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  281. *Font Jun101-Light-Add-H: JIS "(003.001)" Add Disk
  282. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  283. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  284. *Font Jun101-Light-Add-V: JIS "(003.001)" Add Disk
  285. *Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  286. *Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  287. *Font Jun101-Light-Ext-H: JIS "(003.001)" Ext Disk
  288. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  289. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  290. *Font Jun101-Light-Ext-V: JIS "(003.001)" Ext Disk
  291. *Font Jun101-Light-H: JIS "(003.001)" JIS-83 Disk
  292. *Font Jun101-Light-NWP-H: JIS "(003.001)" NWP Disk
  293. *Font Jun101-Light-NWP-V: JIS "(003.001)" NWP Disk
  294. *Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  295. *Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  296. *Font Jun101-Light-V: JIS "(003.001)" JIS-83 Disk
  297. *Font Jun101-Light.Hankaku: Special "(003.001)" Special Disk
  298. *Font Jun101-Light.Hiragana: Special "(003.001)" Special Disk
  299. *Font Jun101-Light.Katakana: Special "(003.001)" Special Disk
  300. *Font Jun101-Light.Oubun: Special "(003.001)" Special Disk
  301. *Font Jun101-Light.Oubun-Add: Special "(003.001)" Special Disk
  302. *Font Jun101-Light.Roman: Special "(003.001)" Special Disk
  303. *Font Jun101-Light.Roman83pv: Special "(003.001)" Special Disk
  304. *Font Jun101-Light.WP-Symbol: Special "(003.001)" Special Disk
  305. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  306. *Font Ryumin-Light-Add-H: JIS "(003.001)" Add Disk
  307. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  308. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  309. *Font Ryumin-Light-Add-V: JIS "(003.001)" Add Disk
  310. *Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  311. *Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  312. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext Disk
  313. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  314. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  315. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext Disk
  316. *Font Ryumin-Light-Ext.Hiragana: Special "(003.001)" Special Disk
  317. *Font Ryumin-Light-Ext.Katakana: Special "(003.001)" Special Disk
  318. *Font Ryumin-Light-H: JIS "(003.001)" JIS-83 Disk
  319. *Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP Disk
  320. *Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP Disk
  321. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  322. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  323. *Font Ryumin-Light-V: JIS "(003.001)" JIS-83 Disk
  324. *Font Ryumin-Light.Hankaku: Special "(003.001)" Special Disk
  325. *Font Ryumin-Light.Hiragana: Special "(003.001)" Special Disk
  326. *Font Ryumin-Light.Katakana: Special "(003.001)" Special Disk
  327. *Font Ryumin-Light.Oubun: Special "(003.001)" Special Disk
  328. *Font Ryumin-Light.Oubun-Add: Special "(003.001)" Special Disk
  329. *Font Ryumin-Light.Roman: Special "(003.001)" Special Disk
  330. *Font Ryumin-Light.Roman83pv: Special "(003.001)" Special Disk
  331. *Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special Disk
  332. *?FontQuery: "
  333. save
  334. { count 1 gt
  335. { exch dup 127 string cvs (/) print print (:) print
  336. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  337. } { exit } ifelse
  338. } bind loop
  339. (*) = flush
  340. restore"
  341. *End
  342. *?FontList: "
  343. save (*) {cvn ==} 128 string /Font resourceforall
  344. (*) = flush restore"
  345. *End
  346. *% Printer Messages (verbatim from printer):
  347. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  348. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  349. *Message: "\FontName\ not found, using Courier"
  350. *% Status (format: %%[ status: <one of these> ]%% )
  351. *Status: "initializing"
  352. *Status: "idle"
  353. *Status: "holding"
  354. *Status: "busy"
  355. *Status: "waiting"
  356. *Status: "PrinterError: printer is warming up"
  357. *Status: "PrinterError: printer is not ready"
  358. *Status: "PrinterError: out of paper"
  359. *Status: "PrinterError: paper jam"
  360. *Status: "PrinterError: paper jam at entry"
  361. *Status: "PrinterError: out of ribbon"
  362. *Status: "PrinterError: ribbon jam"
  363. *Status: "PrinterError: cover is open"
  364. *Status: "PrinterError: thermal head temperature"
  365. *Status: "PrinterError: internal interface error"
  366. *Status: "PrinterError: print engine failure"
  367. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  368. *Source: "EtherTalk"
  369. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  370. *PrinterError: "printer is warming up"
  371. *PrinterError: "printer is not ready"
  372. *PrinterError: "out of paper"
  373. *PrinterError: "paper jam"
  374. *PrinterError: "paper jam at entry"
  375. *PrinterError: "out of ribbon"
  376. *PrinterError: "ribbon jam"
  377. *PrinterError: "cover is open"
  378. *PrinterError: "thermal head temperature"
  379. *PrinterError: "internal interface error"
  380. *PrinterError: "print engine failure"
  381. *% Color Separation Information =====================
  382. *DefaultColorSep: ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi
  383. *% For 60 lpi / 400 dpi ===============================
  384. *ColorSepScreenAngle ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi: "45"
  385. *ColorSepScreenAngle CustomColor.60lpi.400dpi/60 lpi / 400 dpi: "45"
  386. *ColorSepScreenAngle ProcessCyan.60lpi.400dpi/60 lpi / 400 dpi: "15"
  387. *ColorSepScreenAngle ProcessMagenta.60lpi.400dpi/60 lpi / 400 dpi: "75"
  388. *ColorSepScreenAngle ProcessYellow.60lpi.400dpi/60 lpi / 400 dpi: "0"
  389. *ColorSepScreenFreq ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi: "60"
  390. *ColorSepScreenFreq CustomColor.60lpi.400dpi/60 lpi / 400 dpi: "60"
  391. *ColorSepScreenFreq ProcessCyan.60lpi.400dpi/60 lpi / 400 dpi: "60"
  392. *ColorSepScreenFreq ProcessMagenta.60lpi.400dpi/60 lpi / 400 dpi: "60"
  393. *ColorSepScreenFreq ProcessYellow.60lpi.400dpi/60 lpi / 400 dpi: "60"
  394. *% end of PPD file for SONY POSTART FOR NWP-543
  395. *% Last Edit Apr 07,1997