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.

327 lines
11 KiB

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "OmniLaser" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 46
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated. 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. *%
  10. *% The byte count of this file should be exactly 010537 or 010864
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17. *Product: "(OmniLaser)"
  18. *PSVersion: "(47.0) 1.3"
  19. *NickName: "TI Omnilaser 2115 v47.0"
  20. *% General Information and Defaults ===============
  21. *ColorDevice: False
  22. *FreeVM: "576264"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  26. *Throughput: "15"
  27. *Password: "0"
  28. *ExitServer: "
  29. count 0 eq { % is the password on the stack?
  30. true
  31. }{
  32. dup % potential password
  33. statusdict begin checkpassword end not
  34. } ifelse
  35. { % if no password or not valid
  36. (WARNING : Cannot perform the exitserver command.) =
  37. (Password supplied is not valid.) =
  38. (Please contact the author of this software.) = flush
  39. quit
  40. } if
  41. serverdict begin exitserver
  42. "
  43. *End
  44. *Reset: "
  45. count 0 eq { % is the password on the stack?
  46. true
  47. }{
  48. dup % potential password
  49. statusdict begin checkpassword end not
  50. } ifelse
  51. { % if no password or not valid
  52. (WARNING : Cannot reset printer.) =
  53. (Password supplied is not valid.) =
  54. (Please contact the author of this software.) = flush
  55. quit
  56. } if
  57. serverdict begin exitserver
  58. systemdict /quit get exec
  59. (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62. *DefaultResolution: 300dpi
  63. *?Resolution: "
  64. save
  65. initgraphics
  66. 0 0 moveto currentpoint matrix defaultmatrix transform
  67. 0 72 lineto currentpoint matrix defaultmatrix transform
  68. 3 -1 roll sub dup mul
  69. 3 1 roll exch sub dup mul
  70. add sqrt round cvi
  71. ( ) cvs print (dpi) = flush
  72. restore
  73. "
  74. *End
  75. *% Halftone Information ===============
  76. *ScreenFreq: "60.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  81. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  82. "
  83. *End
  84. *ScreenProc Line: "{ pop }"
  85. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89. *% Paper Handling ===================
  90. *% Use these entries to set paper size most of the time, unless there is
  91. *% specific reason to use PageRegion or PaperTray.
  92. *DefaultPageSize: Letter
  93. *PageSize Letter: "statusdict begin lettertray end"
  94. *PageSize Legal: "statusdict begin legaltray end"
  95. *PageSize A4: "statusdict begin a4tray end"
  96. *% These entries will set up the frame buffer. Usually used with manual feed.
  97. *DefaultPageRegion: Letter
  98. *PageRegion Letter: "letter"
  99. *PageRegion Legal: "legal"
  100. *PageRegion A4: "a4"
  101. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  102. *% These errors should be trapped by software and a message displayed
  103. *DefaultPaperTray: None
  104. *PaperTray Letter: "statusdict begin lettertray end"
  105. *PaperTray Legal: "statusdict begin legaltray end"
  106. *PaperTray A4: "statusdict begin a4tray end"
  107. *% The following entries provide information about specific paper keywords.
  108. *DefaultImageableArea: Letter
  109. *ImageableArea Letter: "18 10 593 782 "
  110. *ImageableArea Legal: "18 19 593 990 "
  111. *ImageableArea A4: "16 10 579 832 "
  112. *?ImageableArea: "
  113. save /cvp { cvi ( ) cvs print ( ) print } bind def
  114. newpath clippath pathbbox
  115. 4 -2 roll exch 2 {ceiling cvp} repeat
  116. exch 2 {floor cvp} repeat flush
  117. restore
  118. "
  119. *End
  120. *% These provide the physical dimensions of the paper (by keyword)
  121. *DefaultPaperDimension: Letter
  122. *PaperDimension Letter: "612 792"
  123. *PaperDimension Legal: "612 1008"
  124. *PaperDimension A4: "595 842"
  125. *DefaultOutputBin: Upper
  126. *DefaultInputSlot: Upper
  127. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  128. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  129. *?InputSlot: "
  130. save statusdict begin
  131. 5 dict begin
  132. /1 (Lower) def
  133. /0 (Upper) def
  134. papertray
  135. {( ) cvs cvn load exec} stopped not{= flush}if
  136. end
  137. end restore
  138. "
  139. *End
  140. *DefaultManualFeed: False
  141. *?ManualFeed: "statusdict /manualfeed get
  142. {(True)}{(False)}ifelse = flush"
  143. *End
  144. *ManualFeed True: "statusdict begin /manualfeed true store end"
  145. *ManualFeed False: "statusdict begin /manualfeed false store end"
  146. *DefaultOutputOrder: Normal
  147. *DefaultCollator: None
  148. *DefaultSorter: None
  149. *DefaultDuplex: None
  150. *% Font Information =====================
  151. *DefaultFont: Courier
  152. *Font Courier: Standard "(001.001)"
  153. *Font Courier-Bold: Standard "(001.001)"
  154. *Font Courier-BoldOblique: Standard "(001.001)"
  155. *Font Courier-Oblique: Standard "(001.001)"
  156. *Font Helvetica: Standard "(001.001)"
  157. *Font Helvetica-Bold: Standard "(001.001)"
  158. *Font Helvetica-BoldOblique: Standard "(001.001)"
  159. *Font Helvetica-Oblique: Standard "(001.001)"
  160. *Font Symbol: Special "(001.001)"
  161. *Font Times-Bold: Standard "(001.001)"
  162. *Font Times-BoldItalic: Standard "(001.001)"
  163. *Font Times-Italic: Standard "(001.001)"
  164. *Font Times-Roman: Standard "(001.001)"
  165. *?FontQuery: "
  166. save 4 dict begin /sv exch def
  167. /str (fonts/ ) def
  168. /st2 128 string def
  169. {
  170. count 0 gt {
  171. dup st2 cvs (/) print print (:) print
  172. dup FontDirectory exch known {pop (Yes)}{
  173. str exch st2 cvs dup length /len exch def
  174. 6 exch putinterval str 0 len 6 add getinterval mark exch
  175. { } st2 filenameforall counttomark 0 gt {
  176. cleartomark (Yes)}{cleartomark (No)}ifelse
  177. }ifelse = flush
  178. }{ exit } ifelse
  179. } bind loop
  180. (*) = flush
  181. sv end restore
  182. "
  183. *End
  184. *?FontList: "
  185. save 2 dict begin /sv exch def
  186. /str 128 string def
  187. FontDirectory { pop == } bind forall flush
  188. /filenameforall where {
  189. pop save (fonts/*) {
  190. dup length 6 sub 6 exch getinterval cvn ==
  191. } bind str filenameforall flush restore
  192. } if
  193. (*) = flush
  194. sv end restore
  195. "
  196. *End
  197. *% Printer Messages (verbatim from printer):
  198. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  199. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  200. *Message: "\FontName\ not found, using Courier"
  201. *% Status (format: %%[ status: <one of these> ]%% )
  202. *Status: "idle"
  203. *Status: "busy"
  204. *Status: "waiting"
  205. *Status: "printing"
  206. *Status: "warming up"
  207. *Status: "PrinterError: Timeout"
  208. *Status: "PrinterError: Misfeed at Tray"
  209. *Status: "PrinterError: Add Toner"
  210. *Status: "PrinterError: Replace OPC Belt"
  211. *Status: "PrinterError: Jam At Transfer"
  212. *Status: "PrinterError: Misfeed Lower"
  213. *Status: "PrinterError: Toner/Belt"
  214. *Status: "PrinterError: Paper Out U.Tray"
  215. *Status: "PrinterError: Paper Out L.Tray"
  216. *Status: "PrinterError: Set Paper Stack"
  217. *Status: "PrinterError: F.Error Motor"
  218. *Status: "PrinterError: Close Top Cover"
  219. *Status: "PrinterError: Close Side Cover"
  220. *Status: "PrinterError: Set Developer"
  221. *Status: "PrinterError: F.Error F.Rom"
  222. *Status: "PrinterError: F.Error Optical"
  223. *Status: "PrinterError: Check Paper Tray"
  224. *Status: "PrinterError: F.Error OPC"
  225. *Status: "PrinterError: Supply Paper"
  226. *Status: "PrinterError: Check Lower Tray"
  227. *Status: "PrinterError: F.Error Fuser"
  228. *Status: "PrinterError: Check Upper Tray"
  229. *Status: "PrinterError: Set Toner Bottle"
  230. *Status: "PrinterError: Warming Up"
  231. *Status: "PrinterError: Jam At Exit"
  232. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  233. *Source: "serial9"
  234. *Source: "serial25"
  235. *Source: "AppleTalk"
  236. *Source: "Centronics"
  237. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  238. *PrinterError: " Timeout"
  239. *PrinterError: " Misfeed at Tray"
  240. *PrinterError: " Add Toner"
  241. *PrinterError: "Replace OPC Belt"
  242. *PrinterError: " Jam At Transfer"
  243. *PrinterError: " Misfeed Lower"
  244. *PrinterError: " Toner/Belt"
  245. *PrinterError: "Paper Out U.Tray"
  246. *PrinterError: "Paper Out L.Tray"
  247. *PrinterError: " Set Paper Stack"
  248. *PrinterError: " F.Error Motor"
  249. *PrinterError: " Close Top Cover"
  250. *PrinterError: "Close Side Cover"
  251. *PrinterError: " Set Developer"
  252. *PrinterError: " F.Error F.Rom"
  253. *PrinterError: " F.Error Optical"
  254. *PrinterError: "Check Paper Tray"
  255. *PrinterError: " F.Error OPC"
  256. *PrinterError: " Supply Paper"
  257. *PrinterError: "Check Lower Tray"
  258. *PrinterError: " F.Error Fuser"
  259. *PrinterError: "Check Upper Tray"
  260. *PrinterError: "Set Toner Bottle"
  261. *PrinterError: " Warming Up"
  262. *PrinterError: " Jam At Exit"
  263. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  264. *% Color Separation Information =====================
  265. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  266. *InkName: ProcessBlack/Process Black
  267. *InkName: CustomColor/Custom Color
  268. *InkName: ProcessCyan/Process Cyan
  269. *InkName: ProcessMagenta/Process Magenta
  270. *InkName: ProcessYellow/Process Yellow
  271. *% For 60 lpi / 300 dpi =====================================================
  272. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  273. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  274. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  275. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  276. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  277. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  278. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  279. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282. *% For 53 lpi / 300 dpi =====================================================
  283. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  284. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  285. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  286. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  287. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  288. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  289. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  290. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  291. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  292. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  293. *% end of PPD file for OmniLaser