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.

650 lines
31 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 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. *% Last Edit Mar.24,1995 for Windows
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.31"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *PCFileName: "DSAM0101.PPD"
  15. *Product: "(DT-R1035AM)"
  16. *PSVersion: "(2013.114) 6"
  17. *ShortNickName: "DS DT-R1035AM (7JFonts)"
  18. *ModelName: "DS DT-R1035AM (7JFonts)"
  19. *NickName: "DS DT-R1035AM (7JFonts)"
  20. *% ==== Device Capabilities ===============
  21. *LanguageLevel: "2"
  22. *FreeVM: "1073738132"
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *VariablePaperSize: True
  26. *TTRasterizer: Type42
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save false
  30. (%disk?%)
  31. { currentdevparams dup /Writeable known
  32. { /Writeable get {pop true} if } { pop } ifelse
  33. } 10 string /IODevice resourceforall
  34. {(True)}{(False)} ifelse = flush
  35. restore"
  36. *End
  37. *Throughput: "1"
  38. *Password: "0"
  39. *ExitServer: "
  40. count 0 eq
  41. { false } { true exch startjob } ifelse
  42. not { (WARNING: Cannot modify initial VM.) =
  43. (Missing or invalid password.) =
  44. (Please contact the author of this software.) = flush quit
  45. } if"
  46. *End
  47. *Reset: "
  48. count 0 eq
  49. { false } { true exch startjob } ifelse
  50. not { (WARNING: Cannot reset printer.) =
  51. (Missing or invalid password.) =
  52. (Please contact the author of this software.) = flush quit
  53. } if
  54. serverdict /exitserver get exec
  55. systemdict /quit get exec
  56. (WARNING : Printer Reset Failed.) = flush
  57. "
  58. *End
  59. *OpenUI *Resolution/Choose Resolution: PickOne
  60. *OrderDependency: 10 AnySetup *Resolution
  61. *DefaultResolution: 2032dpi
  62. *Resolution 4064dpi: "1 dict dup /HWResolution [4064 4064] put setpagedevice"
  63. *Resolution 2032dpi: "1 dict dup /HWResolution [2032 2032] put setpagedevice"
  64. *?Resolution: "
  65. save
  66. currentpagedevice /HWResolution get
  67. 0 get ( ) cvs print (dpi) = flush
  68. restore
  69. "
  70. *End
  71. *CloseUI: *Resolution
  72. *% Halftone Information ===============
  73. *ScreenFreq: "175"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Round
  76. *ScreenProc Round:"{abs exch abs 2 copy add 1 le {dup mul exch dup mul add 1 exch sub}
  77. {1 sub dup mul exch 1 sub dup mul add 1 sub}ifelse}"
  78. *End
  79. *ScreenProc Elliptical: "{abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt
  80. {pop dup mul exch .75 div dup mul add 4 div 1 exch sub}{dup 1 gt
  81. {pop 1 exch sub dup mul exch 1 exch sub .75 div dup mul add 4 div 1 sub}
  82. {.5 exch sub exch pop exch pop}ifelse}ifelse}"
  83. *End
  84. *ScreenProc Diamond: "{abs exch abs 2 copy add .75 le
  85. {dup mul exch dup mul add 1 exch sub}{2 copy add 1.23 le
  86. {.85 mul add 1 exch sub}{1 sub dup mul exch 1 sub dup mul add 1 sub} ifelse} ifelse}"
  87. *End
  88. *ScreenProc Line: "{exch pop abs neg}"
  89. *ScreenProc Square: "{abs exch abs 2 copy lt {exch}if pop neg}"
  90. *ScreenProc Cross: "{abs exch abs 2 copy gt {exch}if pop neg}"
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94. *% Paper Handling =====================
  95. *% Code in this section both selects a tray and sets up a frame buffer.
  96. *OpenUI *PageSize: PickOne
  97. *OrderDependency: 30 AnySetup *PageSize
  98. *DefaultPageSize: A4
  99. *PageSize Letter: "2 dict dup /PageSize [612 792] put dup /Orientation 3 put setpagedevice"
  100. *PageSize A5: "2 dict dup /PageSize [420 595] put dup /Orientation 3 put setpagedevice"
  101. *PageSize A4: "2 dict dup /PageSize [595 842] put dup /Orientation 3 put setpagedevice"
  102. *PageSize B5: "2 dict dup /PageSize [516 729] put dup /Orientation 3 put setpagedevice"
  103. *PageSize Letter.Transverse: "2 dict dup /PageSize [792 612] put dup /Orientation 2 put setpagedevice"
  104. *PageSize Legal.Transverse: "2 dict dup /PageSize [1008 612] put dup /Orientation 2 put setpagedevice"
  105. *PageSize Tabloid.Transverse: "2 dict dup /PageSize [1224 792] put dup /Orientation 2 put setpagedevice"
  106. *PageSize A5.Transverse: "2 dict dup /PageSize [595 420] put dup /Orientation 2 put setpagedevice"
  107. *PageSize A4.Transverse: "2 dict dup /PageSize [842 595] put dup /Orientation 2 put setpagedevice"
  108. *PageSize A3.Transverse: "2 dict dup /PageSize [1191 842] put dup /Orientation 2 put setpagedevice"
  109. *PageSize B5.Transverse: "2 dict dup /PageSize [729 516] put dup /Orientation 2 put setpagedevice"
  110. *PageSize B4.Transverse: "2 dict dup /PageSize [1032 729] put dup /Orientation 2 put setpagedevice"
  111. *PageSize Letter.Extra: "2 dict dup /PageSize [683 863] put dup /Orientation 3 put setpagedevice"
  112. *PageSize A5.Extra: "2 dict dup /PageSize [482 658] put dup /Orientation 3 put setpagedevice"
  113. *PageSize A4.Extra: "2 dict dup /PageSize [666 913] put dup /Orientation 3 put setpagedevice"
  114. *PageSize B5.Extra: "2 dict dup /PageSize [587 799] put dup /Orientation 3 put setpagedevice"
  115. *PageSize Letter.Extra.Transverse: "2 dict dup /PageSize [863 683] put dup /Orientation 2 put setpagedevice"
  116. *PageSize Legal.Extra.Transverse: "2 dict dup /PageSize [1079 683] put dup /Orientation 2 put setpagedevice"
  117. *PageSize Tabloid.Extra.Transverse: "2 dict dup /PageSize [1295 863] put dup /Orientation 2 put setpagedevice"
  118. *PageSize A5.Extra.Transverse: "2 dict dup /PageSize [658 482] put dup /Orientation 2 put setpagedevice"
  119. *PageSize A4.Extra.Transverse: "2 dict dup /PageSize [913 666] put dup /Orientation 2 put setpagedevice"
  120. *PageSize A3.Extra.Transverse: "2 dict dup /PageSize [1261 913] put dup /Orientation 2 put setpagedevice"
  121. *PageSize B5.Extra.Transverse: "2 dict dup /PageSize [799 587] put dup /Orientation 2 put setpagedevice"
  122. *PageSize B4.Extra.Transverse: "2 dict dup /PageSize [1103 799] put dup /Orientation 2 put setpagedevice"
  123. *?PageSize: "
  124. save
  125. currentpagedevice /PageSize get aload pop
  126. 2 copy gt {exch} if (Unknown)
  127. 8 dict
  128. dup [612 792] (Letter) put
  129. dup [420 595] (A5) put
  130. dup [595 842] (A4) put
  131. dup [516 729] (B5) put
  132. dup [683 863] (Letter.Extra) put
  133. dup [482 658] (A5.Extra) put
  134. dup [666 913] (A4.Extra) put
  135. dup [587 799] (B5.Extra) put
  136. { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  137. { exch pop exit } {pop} ifelse
  138. } bind forall = flush pop pop
  139. restore
  140. "
  141. *End
  142. *CloseUI: *PageSize
  143. *OpenUI *PageRegion: PickOne
  144. *OrderDependency: 40 AnySetup *PageRegion
  145. *DefaultPageRegion: A4
  146. *PageRegion Letter: "2 dict dup /PageSize [612 792] put dup /Orientation 3 put setpagedevice"
  147. *PageRegion A5: "2 dict dup /PageSize [420 595] put dup /Orientation 3 put setpagedevice"
  148. *PageRegion A4: "2 dict dup /PageSize [595 842] put dup /Orientation 3 put setpagedevice"
  149. *PageRegion B5: "2 dict dup /PageSize [516 729] put dup /Orientation 3 put setpagedevice"
  150. *PageRegion Letter.Transverse: "2 dict dup /PageSize [792 612] put dup /Orientation 2 put setpagedevice"
  151. *PageRegion Legal.Transverse: "2 dict dup /PageSize [1008 612] put dup /Orientation 2 put setpagedevice"
  152. *PageRegion Tabloid.Transverse: "2 dict dup /PageSize [1224 792] put dup /Orientation 2 put setpagedevice"
  153. *PageRegion A5.Transverse: "2 dict dup /PageSize [595 420] put dup /Orientation 2 put setpagedevice"
  154. *PageRegion A4.Transverse: "2 dict dup /PageSize [842 595] put dup /Orientation 2 put setpagedevice"
  155. *PageRegion A3.Transverse: "2 dict dup /PageSize [1191 842] put dup /Orientation 2 put setpagedevice"
  156. *PageRegion B5.Transverse: "2 dict dup /PageSize [729 516] put dup /Orientation 2 put setpagedevice"
  157. *PageRegion B4.Transverse: "2 dict dup /PageSize [1032 729] put dup /Orientation 2 put setpagedevice"
  158. *PageRegion Letter.Extra: "2 dict dup /PageSize [683 863] put dup /Orientation 3 put setpagedevice"
  159. *PageRegion A5.Extra: "2 dict dup /PageSize [482 658] put dup /Orientation 3 put setpagedevice"
  160. *PageRegion A4.Extra: "2 dict dup /PageSize [666 913] put dup /Orientation 3 put setpagedevice"
  161. *PageRegion B5.Extra: "2 dict dup /PageSize [587 799] put dup /Orientation 3 put setpagedevice"
  162. *PageRegion Letter.Extra.Transverse: "2 dict dup /PageSize [863 683] put dup /Orientation 2 put setpagedevice"
  163. *PageRegion Legal.Extra.Transverse: "2 dict dup /PageSize [1079 683] put dup /Orientation 2 put setpagedevice"
  164. *PageRegion Tabloid.Extra.Transverse: "2 dict dup /PageSize [1295 863] put dup /Orientation 2 put setpagedevice"
  165. *PageRegion A5.Extra.Transverse: "2 dict dup /PageSize [658 482] put dup /Orientation 2 put setpagedevice"
  166. *PageRegion A4.Extra.Transverse: "2 dict dup /PageSize [913 666] put dup /Orientation 2 put setpagedevice"
  167. *PageRegion A3.Extra.Transverse: "2 dict dup /PageSize [1261 913] put dup /Orientation 2 put setpagedevice"
  168. *PageRegion B5.Extra.Transverse: "2 dict dup /PageSize [799 587] put dup /Orientation 2 put setpagedevice"
  169. *PageRegion B4.Extra.Transverse: "2 dict dup /PageSize [1103 799] put dup /Orientation 2 put setpagedevice"
  170. *CloseUI: *PageRegion
  171. *DefaultImageableArea: A4
  172. *ImageableArea Letter: "0 0 612 792"
  173. *ImageableArea A5: "0 0 420 595"
  174. *ImageableArea A4: "0 0 595 842"
  175. *ImageableArea B5: "0 0 516 729"
  176. *ImageableArea Letter.Transverse: "0 0 792 612"
  177. *ImageableArea Legal.Transverse: "0 0 1008 612"
  178. *ImageableArea Tabloid.Transverse: "0 0 1224 792"
  179. *ImageableArea A5.Transverse: "0 0 595 420"
  180. *ImageableArea A4.Transverse: "0 0 842 595"
  181. *ImageableArea A3.Transverse: "0 0 1191 842"
  182. *ImageableArea B5.Transverse: "0 0 729 516"
  183. *ImageableArea B4.Transverse: "0 0 1032 729"
  184. *ImageableArea Letter.Extra: "0 0 683 863"
  185. *ImageableArea A5.Extra: "0 0 482 658"
  186. *ImageableArea A4.Extra: "0 0 666 913"
  187. *ImageableArea B5.Extra: "0 0 587 799"
  188. *ImageableArea Letter.Extra.Transverse: "0 0 863 683"
  189. *ImageableArea Legal.Extra.Transverse: "0 0 1079 683"
  190. *ImageableArea Tabloid.Extra.Transverse: "0 0 1295 863"
  191. *ImageableArea A5.Extra.Transverse: "0 0 658 482"
  192. *ImageableArea A4.Extra.Transverse: "0 0 913 666"
  193. *ImageableArea A3.Extra.Transverse: "0 0 1261 913"
  194. *ImageableArea B5.Extra.Transverse: "0 0 799 587"
  195. *ImageableArea B4.Extra.Transverse: "0 0 1103 799"
  196. *?ImageableArea: "
  197. save
  198. /cvp { ( ) cvs print ( ) print } bind def
  199. /upperright {10000 mul floor 10000 div} bind def
  200. /lowerleft {10000 mul ceiling 10000 div} bind def
  201. newpath clippath pathbbox
  202. 4 -2 roll exch 2 {lowerleft cvp} repeat
  203. exch 2 {upperright cvp} repeat flush
  204. restore
  205. "
  206. *End
  207. *% These provide the physical dimensions of the paper (by keyword)
  208. *DefaultPaperDimension: A4
  209. *PaperDimension Letter: "612 792"
  210. *PaperDimension A5: "420 595"
  211. *PaperDimension A4: "595 842"
  212. *PaperDimension B5: "516 729"
  213. *PaperDimension Letter.Transverse: "792 612"
  214. *PaperDimension Legal.Transverse: "1008 612"
  215. *PaperDimension Tabloid.Transverse: "1224 792"
  216. *PaperDimension A5.Transverse: "595 420"
  217. *PaperDimension A4.Transverse: "842 595"
  218. *PaperDimension A3.Transverse: "1191 842"
  219. *PaperDimension B5.Transverse: "729 516"
  220. *PaperDimension B4.Transverse: "1032 729"
  221. *PaperDimension Letter.Extra: "683 863"
  222. *PaperDimension A5.Extra: "482 658"
  223. *PaperDimension A4.Extra: "666 913"
  224. *PaperDimension B5.Extra: "587 799"
  225. *PaperDimension Letter.Extra.Transverse: "863 683"
  226. *PaperDimension Legal.Extra.Transverse: "1079 683"
  227. *PaperDimension Tabloid.Extra.Transverse: "1295 863"
  228. *PaperDimension A5.Extra.Transverse: "658 482"
  229. *PaperDimension A4.Extra.Transverse: "913 666"
  230. *PaperDimension A3.Extra.Transverse: "1261 913"
  231. *PaperDimension B5.Extra.Transverse: "799 587"
  232. *PaperDimension B4.Extra.Transverse: "1103 799"
  233. *%=== Custom Page Sizes ==================================
  234. *CustomPageSize True: "
  235. 4 dict begin
  236. 5 -2 roll 2 copy le
  237. {5 2 roll dup dup 3 add exch 3 mul add 4 mod /Orientation exch def}
  238. {5 2 roll dup dup 2 add exch 3 mul add 4 mod /Orientation exch def} ifelse
  239. /PageOffset [ 5 -2 roll ] def
  240. /PageSize [
  241. 5 2 roll pop
  242. ] def
  243. /ImagingBBox null def
  244. currentdict end setpagedevice
  245. "
  246. *End
  247. *ParamCustomPageSize Width: 1 points 0 1440
  248. *ParamCustomPageSize Height: 2 points 0 972
  249. *ParamCustomPageSize WidthOffset: 3 points 0 1440
  250. *ParamCustomPageSize HeightOffset: 4 points 0 972
  251. *ParamCustomPageSize Orientation: 5 int 0 3
  252. *MaxMediaWidth: "1440"
  253. *?CurrentMediaWidth: "save statusdict /mediawidth get exec = flush restore"
  254. *MaxMediaHeight: "972"
  255. *?CurrentMediaHeight: "save statusdict /medialength get exec = flush restore"
  256. *CenterRegistered: False
  257. *RequiresPageRegion All: True
  258. *OpenUI *InputSlot: PickOne
  259. *OrderDependency: 20 AnySetup *InputSlot
  260. *DefaultInputSlot: Cassette
  261. *InputSlot Cassette: ""
  262. *CloseUI: *InputSlot
  263. *OpenUI *NegativePrint/Negative Print: Boolean
  264. *OrderDependency: 40 AnySetup *NegativePrint
  265. *DefaultNegativePrint: False
  266. *NegativePrint True: "1 dict dup /NegativePrint true put setpagedevice"
  267. *NegativePrint False: "1 dict dup /NegativePrint false put setpagedevice"
  268. *?NegativePrint: "currentpagedevice /NegativePrint get = flush"
  269. *CloseUI: *NegativePrint
  270. *OpenUI *MirrorPrint/Mirror Print:Boolean
  271. *OrderDependency: 40 AnySetup *MirrorPrint
  272. *DefaultMirrorPrint: False
  273. *MirrorPrint True: "1 dict dup /MirrorPrint true put setpagedevice"
  274. *MirrorPrint False: "1 dict dup /MirrorPrint false put setpagedevice"
  275. *?MirrorPrint: "currentpagedevice /MirrorPrint get = flush"
  276. *CloseUI: *MirrorPrint
  277. *DefaultOutputBin: OnlyOne
  278. *DefaultOutputOrder: Normal
  279. *% Font Information =====================
  280. *DefaultFont: Courier
  281. *Font AvantGarde-Book: Standard "(001.006)" Standard Disk
  282. *Font AvantGarde-BookOblique: Standard "(001.006)" Standard Disk
  283. *Font AvantGarde-Demi: Standard "(001.007)" Standard Disk
  284. *Font AvantGarde-DemiOblique: Standard "(001.007)" Standard Disk
  285. *Font Bookman-Demi: Standard "(001.004)" Standard Disk
  286. *Font Bookman-DemiItalic: Standard "(001.004)" Standard Disk
  287. *Font Bookman-Light: Standard "(001.004)" Standard Disk
  288. *Font Bookman-LightItalic: Standard "(001.004)" Standard Disk
  289. *Font Courier: Standard "(002.004)" Standard Disk
  290. *Font Courier-Bold: Standard "(002.004)" Standard Disk
  291. *Font Courier-BoldOblique: Standard "(002.004)" Standard Disk
  292. *Font Courier-Oblique: Standard "(002.004)" Standard Disk
  293. *Font Helvetica: Standard "(001.006)" Standard Disk
  294. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  295. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  296. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  297. *Font Helvetica-Condensed: Standard "(001.003)" Standard Disk
  298. *Font Helvetica-Condensed-Bold: Standard "(001.004)" Standard Disk
  299. *Font Helvetica-Condensed-BoldObl: Standard "(001.004)" Standard Disk
  300. *Font Helvetica-Condensed-Oblique: Standard "(001.003)" Standard Disk
  301. *Font Helvetica-Narrow: Standard "(001.006)" Standard Disk
  302. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard Disk
  303. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard Disk
  304. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard Disk
  305. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)" Standard Disk
  306. *Font NewCenturySchlbk-Italic: Standard "(001.006)" Standard Disk
  307. *Font NewCenturySchlbk-Bold: Standard "(001.009)" Standard Disk
  308. *Font NewCenturySchlbk-Roman: Standard "(001.007)" Standard Disk
  309. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  310. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  311. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  312. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  313. *Font Symbol: Standard "(001.007)" Standard Disk
  314. *Font Times-Bold: Standard "(001.007)" Standard Disk
  315. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  316. *Font Times-Italic: Standard "(001.007)" Standard Disk
  317. *Font Times-Roman: Standard "(001.007)" Standard Disk
  318. *Font ZapfChancery-MediumItalic: Standard "(001.007)" Standard Disk
  319. *Font ZapfDingbats: Standard "(001.004)" Standard Disk
  320. *% Japanese Fonts ===============
  321. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  322. *Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add Disk
  323. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  324. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  325. *Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add Disk
  326. *Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  327. *Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  328. *Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  329. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  330. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  331. *Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  332. *Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 Disk
  333. *Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  334. *Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  335. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  336. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  337. *Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 Disk
  338. *Font FutoGoB101-Bold.Hankaku: Special "(003.001)" Special Disk
  339. *Font FutoGoB101-Bold.Hiragana: Special "(003.001)" Special Disk
  340. *Font FutoGoB101-Bold.Katakana: Special "(003.001)" Special Disk
  341. *Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special Disk
  342. *Font FutoGoB101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  343. *Font FutoGoB101-Bold.Roman: Special "(003.001)" Special Disk
  344. *Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special Disk
  345. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  346. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  347. *Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add Disk
  348. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  349. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  350. *Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add Disk
  351. *Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
  352. *Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
  353. *Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext Disk
  354. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  355. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  356. *Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext Disk
  357. *Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 Disk
  358. *Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP Disk
  359. *Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP Disk
  360. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  361. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  362. *Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 Disk
  363. *Font FutoMinA101-Bold.Hankaku: Special "(003.001)" Special Disk
  364. *Font FutoMinA101-Bold.Hiragana: Special "(003.001)" Special Disk
  365. *Font FutoMinA101-Bold.Katakana: Special "(003.001)" Special Disk
  366. *Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special Disk
  367. *Font FutoMinA101-Bold.Oubun-Add: Special "(003.001)" Special Disk
  368. *Font FutoMinA101-Bold.Roman: Special "(003.001)" Special Disk
  369. *Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special Disk
  370. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special Disk
  371. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv Disk
  372. *Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add Disk
  373. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add Disk
  374. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add Disk
  375. *Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add Disk
  376. *Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 Disk
  377. *Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 Disk
  378. *Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext Disk
  379. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext Disk
  380. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext Disk
  381. *Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext Disk
  382. *Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 Disk
  383. *Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP Disk
  384. *Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP Disk
  385. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 Disk
  386. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 Disk
  387. *Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 Disk
  388. *Font GothicBBB-Medium.Hankaku: Special "(003.002)" Special Disk
  389. *Font GothicBBB-Medium.Hiragana: Special "(003.002)" Special Disk
  390. *Font GothicBBB-Medium.Katakana: Special "(003.002)" Special Disk
  391. *Font GothicBBB-Medium.Oubun: Special "(003.002)" Special Disk
  392. *Font GothicBBB-Medium.Oubun-Add: Special "(003.002)" Special Disk
  393. *Font GothicBBB-Medium.Roman: Special "(003.002)" Special Disk
  394. *Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special Disk
  395. *Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special Disk
  396. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  397. *Font Jun101-Light-Add-H: JIS "(003.001)" Add Disk
  398. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  399. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  400. *Font Jun101-Light-Add-V: JIS "(003.001)" Add Disk
  401. *Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  402. *Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  403. *Font Jun101-Light-Ext-H: JIS "(003.001)" Ext Disk
  404. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  405. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  406. *Font Jun101-Light-Ext-V: JIS "(003.001)" Ext Disk
  407. *Font Jun101-Light-H: JIS "(003.001)" JIS-83 Disk
  408. *Font Jun101-Light-NWP-H: JIS "(003.001)" NWP Disk
  409. *Font Jun101-Light-NWP-V: JIS "(003.001)" NWP Disk
  410. *Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  411. *Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  412. *Font Jun101-Light-V: JIS "(003.001)" JIS-83 Disk
  413. *Font Jun101-Light.Hankaku: Special "(003.001)" Special Disk
  414. *Font Jun101-Light.Hiragana: Special "(003.001)" Special Disk
  415. *Font Jun101-Light.Katakana: Special "(003.001)" Special Disk
  416. *Font Jun101-Light.Oubun: Special "(003.001)" Special Disk
  417. *Font Jun101-Light.Oubun-Add: Special "(003.001)" Special Disk
  418. *Font Jun101-Light.Roman: Special "(003.001)" Special Disk
  419. *Font Jun101-Light.Roman83pv: Special "(003.001)" Special Disk
  420. *Font Jun101-Light.WP-Symbol: Special "(003.001)" Special Disk
  421. *Font MidashiGo-MB31-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  422. *Font MidashiGo-MB31-Add-H: JIS "(003.000)" Add Disk
  423. *Font MidashiGo-MB31-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  424. *Font MidashiGo-MB31-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  425. *Font MidashiGo-MB31-Add-V: JIS "(003.000)" Add Disk
  426. *Font MidashiGo-MB31-EUC-H: EUC "(003.000)" JIS-83 Disk
  427. *Font MidashiGo-MB31-EUC-V: EUC "(003.000)" JIS-83 Disk
  428. *Font MidashiGo-MB31-Ext-H: JIS "(003.000)" Ext Disk
  429. *Font MidashiGo-MB31-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  430. *Font MidashiGo-MB31-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  431. *Font MidashiGo-MB31-Ext-V: JIS "(003.000)" Ext Disk
  432. *Font MidashiGo-MB31-H: JIS "(003.000)" JIS-83 Disk
  433. *Font MidashiGo-MB31-NWP-H: JIS "(003.000)" NWP Disk
  434. *Font MidashiGo-MB31-NWP-V: JIS "(003.000)" NWP Disk
  435. *Font MidashiGo-MB31-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  436. *Font MidashiGo-MB31-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  437. *Font MidashiGo-MB31-V: JIS "(003.000)" JIS-83 Disk
  438. *Font MidashiGo-MB31.Hankaku: Special "(003.000)" Special Disk
  439. *Font MidashiGo-MB31.Hiragana: Special "(003.000)" Special Disk
  440. *Font MidashiGo-MB31.Katakana: Special "(003.000)" Special Disk
  441. *Font MidashiGo-MB31.Oubun: Special "(003.000)" Special Disk
  442. *Font MidashiGo-MB31.Oubun-Add: Special "(003.000)" Special Disk
  443. *Font MidashiGo-MB31.Roman: Special "(003.000)" Special Disk
  444. *Font MidashiGo-MB31.Roman83pv: Special "(003.000)" Special Disk
  445. *Font MidashiGo-MB31.WP-Symbol: Special "(003.000)" Special Disk
  446. *Font MidashiMin-MA31-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  447. *Font MidashiMin-MA31-Add-H: JIS "(003.001)" Add Disk
  448. *Font MidashiMin-MA31-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  449. *Font MidashiMin-MA31-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  450. *Font MidashiMin-MA31-Add-V: JIS "(003.001)" Add Disk
  451. *Font MidashiMin-MA31-EUC-H: EUC "(003.001)" JIS-83 Disk
  452. *Font MidashiMin-MA31-EUC-V: EUC "(003.001)" JIS-83 Disk
  453. *Font MidashiMin-MA31-Ext-H: JIS "(003.001)" Ext Disk
  454. *Font MidashiMin-MA31-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  455. *Font MidashiMin-MA31-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  456. *Font MidashiMin-MA31-Ext-V: JIS "(003.001)" Ext Disk
  457. *Font MidashiMin-MA31-H: JIS "(003.001)" JIS-83 Disk
  458. *Font MidashiMin-MA31-NWP-H: JIS "(003.001)" NWP Disk
  459. *Font MidashiMin-MA31-NWP-V: JIS "(003.001)" NWP Disk
  460. *Font MidashiMin-MA31-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  461. *Font MidashiMin-MA31-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  462. *Font MidashiMin-MA31-V: JIS "(003.001)" JIS-83 Disk
  463. *Font MidashiMin-MA31.Hankaku: Special "(003.001)" Special Disk
  464. *Font MidashiMin-MA31.Hiragana: Special "(003.001)" Special Disk
  465. *Font MidashiMin-MA31.Katakana: Special "(003.001)" Special Disk
  466. *Font MidashiMin-MA31.Oubun: Special "(003.001)" Special Disk
  467. *Font MidashiMin-MA31.Oubun-Add: Special "(003.001)" Special Disk
  468. *Font MidashiMin-MA31.Roman: Special "(003.001)" Special Disk
  469. *Font MidashiMin-MA31.Roman83pv: Special "(003.001)" Special Disk
  470. *Font MidashiMin-MA31.WP-Symbol: Special "(003.001)" Special Disk
  471. *Font Mincho-PC-Hiragana: Special "(002.000)" Special Disk
  472. *Font Mincho-PC-Katakana: Special "(002.000)" Special Disk
  473. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  474. *Font Ryumin-Light-Add-H: JIS "(003.001)" Add Disk
  475. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  476. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  477. *Font Ryumin-Light-Add-V: JIS "(003.001)" Add Disk
  478. *Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
  479. *Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
  480. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext Disk
  481. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  482. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  483. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext Disk
  484. *Font Ryumin-Light-Ext.Hiragana: Special "(003.001)" Special Disk
  485. *Font Ryumin-Light-Ext.Katakana: Special "(003.001)" Special Disk
  486. *Font Ryumin-Light-H: JIS "(003.001)" JIS-83 Disk
  487. *Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP Disk
  488. *Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP Disk
  489. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  490. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  491. *Font Ryumin-Light-V: JIS "(003.001)" JIS-83 Disk
  492. *Font Ryumin-Light.Hankaku: Special "(003.001)" Special Disk
  493. *Font Ryumin-Light.Hiragana: Special "(003.001)" Special Disk
  494. *Font Ryumin-Light.Katakana: Special "(003.001)" Special Disk
  495. *Font Ryumin-Light.Oubun: Special "(003.001)" Special Disk
  496. *Font Ryumin-Light.Oubun-Add: Special "(003.001)" Special Disk
  497. *Font Ryumin-Light.Roman: Special "(003.001)" Special Disk
  498. *Font Ryumin-Light.Roman83pv: Special "(003.001)" Special Disk
  499. *Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special Disk
  500. *?FontQuery: "
  501. save
  502. { count 1 gt
  503. { exch dup 127 string cvs (/) print print (:) print
  504. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  505. } { exit } ifelse
  506. } bind loop
  507. (*) = flush
  508. restore
  509. "
  510. *End
  511. *?FontList: "
  512. save
  513. (*) {cvn ==} 128 string /Font resourceforall
  514. (*) = flush
  515. restore
  516. "
  517. *End
  518. *% Printer Messages (verbatim from printer):
  519. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  520. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  521. *Message: "\FontName\ not found, using Courier"
  522. *% ===== Status message List : Status (format: %%[ status: <one of these> ]%% ) =====
  523. *Status: "initializing"
  524. *Status: "idle"
  525. *Status: "busy"
  526. *Status: "printing"
  527. *Status: "waiting"
  528. *Status: "PrinterError:Please check an engine's message."
  529. *Status: "PrinterError:Please unload the material."
  530. *Status: "PrinterError:Please take out the material."
  531. *Status: "PrinterError:Please set the material."
  532. *Status: "PrinterError:Please unload the material, and then set new one."
  533. *Status: "PrinterError:Please take out the material, and then set new one."
  534. *Status: "PrinterError:Please set the larger size material."
  535. *Status: "PrinterError:Please unload the material, and then set larger size one."
  536. *Status: "PrinterError:Please take out the material, and then set larger size one."
  537. *Status: "PrinterError:Please replace the material, type or size does not fits."
  538. *Status: "PrinterError:Please unload the material, and replace one type or size fits."
  539. *Status: "PrinterError:Please take out the material, and replace one type or size fits."
  540. *Status: "PrinterError:The rest of material is not enough."
  541. *Status: "PrinterError:Engine is Local Mode"
  542. *Status: "PrinterError:PIF command error has occurred."
  543. *Status: "PrinterError:Engine does not support this setting. "
  544. *Status: "PrinterError:PIF parameters are out of range."
  545. *Status: "PrinterError:Engine is off line."
  546. *Status: "PrinterError:Engine trouble has occurred. Please check the engine."
  547. *Status: "PrinterError:Output processing has been canceled in the engine."
  548. *Status: "PrinterError:Output processing has been canceled by command."
  549. *Status: "PrinterError:Processing now, Output processing can not be available."
  550. *Status: "PrinterError:Processer error has occurred."
  551. *Status: "PrinterError:Handshake comunication, Image data has been lost delayed."
  552. *Status: "PrinterError:Output of Image data can not be started (or restart)."
  553. *Status: "PrinterError:PIF Bus handshake error has occurred."
  554. *Status: "PrinterError:PIF response timeout error has occurred."
  555. *Status: "PrinterError:Engine is Power-Down or disconnect."
  556. *Status: "PrinterError:Another RIP had occupied the engine."
  557. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  558. *Source: "LocalTalk"
  559. *Source: "EtherTalk"
  560. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  561. *PrinterError: "Please check an engine's message."
  562. *PrinterError: "Please unload the material."
  563. *PrinterError: "Please take out the material."
  564. *PrinterError: "Please set the material."
  565. *PrinterError: "Please unload the material, and then set new one."
  566. *PrinterError: "Please take out the material, and then set new one."
  567. *PrinterError: "Please set the larger size material."
  568. *PrinterError: "Please unload the material, and then set larger size one."
  569. *PrinterError: "Please take out the material, and then set larger size one."
  570. *PrinterError: "Please replace the material, type or size does not fits."
  571. *PrinterError: "Please unload the material, and replace one type or size fits."
  572. *PrinterError: "Please take out the material, and replace one type or size fits."
  573. *PrinterError: "The rest of material is not enough."
  574. *PrinterError: "Engine is Local Mode"
  575. *PrinterError: "PIF command error has occurred."
  576. *PrinterError: "Engine does not support this setting. "
  577. *PrinterError: "PIF parameters are out of range."
  578. *PrinterError: "Engine is off line."
  579. *PrinterError: "Engine trouble has occurred. Please check the engine."
  580. *PrinterError: "Output processing has been canceled in the engine."
  581. *PrinterError: "Output processing has been canceled by command."
  582. *PrinterError: "Processing now, Output processing can not be available."
  583. *PrinterError: "Processer error has occurred."
  584. *PrinterError: "Handshake comunication, Image data has been lost delayed."
  585. *PrinterError: "Output of Image data can not be started (or restart)."
  586. *PrinterError: "PIF Bus handshake error has occurred."
  587. *PrinterError: "PIF response timeout error has occurred."
  588. *PrinterError: "Engine is Power-Down or disconnect."
  589. *PrinterError: "Another RIP had occupied the engine."
  590. *% end of PPD file for DSAM0101.PPD