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.

317 lines
10 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 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. *FormatVersion: "4.0"
  10. *FileVersion: "4.1"
  11. *PCFileName: "T1513470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserPrinter15)"
  14. *PSVersion: "(47.0) 2.613"
  15. *ModelName: "TI 2115 13 fonts"
  16. *NickName: "TI 2115 13 fonts v47.0"
  17. *% General Information and Defaults ===============
  18. *FreeVM: "548746"
  19. *LanguageLevel: "1"
  20. *ColorDevice: False
  21. *DefaultColorSpace: Gray
  22. *VariablePaperSize: False
  23. *FileSystem: False
  24. *Throughput: "15"
  25. *Password: "0"
  26. *ExitServer: "
  27. count 0 eq { % is the password on the stack?
  28. true
  29. }{
  30. dup % potential password
  31. statusdict /checkpassword get exec not
  32. } ifelse
  33. { % if no password or not valid
  34. (WARNING : Cannot perform the exitserver command.) =
  35. (Password supplied is not valid.) =
  36. (Please contact the author of this software.) = flush
  37. quit
  38. } if
  39. serverdict /exitserver get exec
  40. "
  41. *End
  42. *Reset: "
  43. count 0 eq { % is the password on the stack?
  44. true
  45. }{
  46. dup % potential password
  47. statusdict /checkpassword get exec not
  48. } ifelse
  49. { % if no password or not valid
  50. (WARNING : Cannot reset printer.) =
  51. (Password supplied is not valid.) =
  52. (Please contact the author of this software.) = flush
  53. quit
  54. } if
  55. serverdict /exitserver get exec
  56. systemdict /quit get exec
  57. (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60. *DefaultResolution: 300dpi
  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: Unknown
  93. *PageSize Letter: "statusdict /lettertray get exec"
  94. *PageSize Legal: "statusdict /legaltray get exec"
  95. *PageSize A4: "statusdict /a4tray get exec"
  96. *?PageSize: "
  97. save
  98. [ (Letter) (A4) (Legal) ]
  99. statusdict /papertray get exec
  100. statusdict /papersize get exec
  101. {get} stopped { pop pop (Unknown)} if = flush
  102. restore
  103. "
  104. *End
  105. *CloseUI: *PageSize
  106. *% These entries will set up the frame buffer. Usually used with manual feed.
  107. *OpenUI *PageRegion: PickOne
  108. *OrderDependency: 40 AnySetup *PageRegion
  109. *DefaultPageRegion: Unknown
  110. *PageRegion Letter: "letter"
  111. *PageRegion Legal: "legal"
  112. *PageRegion A4: "a4"
  113. *CloseUI: *PageRegion
  114. *% The following entries provide information about specific paper keywords.
  115. *DefaultImageableArea: Unknown
  116. *ImageableArea Letter: "14 13 596 776 "
  117. *ImageableArea Legal: "14 14 596 993 "
  118. *ImageableArea A4: "14 14 581 826 "
  119. *?ImageableArea: "
  120. save
  121. /cvp {( ) cvs print ( ) print } bind def
  122. /upperright {10000 mul floor 10000 div} bind def
  123. /lowerleft {10000 mul ceiling 10000 div} bind def
  124. newpath clippath pathbbox
  125. 4 -2 roll exch 2 {lowerleft cvp} repeat
  126. exch 2 {upperright cvp} repeat flush
  127. restore
  128. "
  129. *End
  130. *% These provide the physical dimensions of the paper (by keyword)
  131. *DefaultPaperDimension: Unknown
  132. *PaperDimension Letter: "612 792"
  133. *PaperDimension Legal: "612 1008"
  134. *PaperDimension A4: "595 842"
  135. *RequiresPageRegion All: True
  136. *OpenUI *InputSlot: PickOne
  137. *OrderDependency: 20 AnySetup *InputSlot
  138. *DefaultInputSlot: Upper
  139. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  140. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  141. *?InputSlot: "
  142. save
  143. [ (Upper) (Lower) ] statusdict /papertray get exec
  144. {get exec} stopped { pop pop (Unknown)} if = flush
  145. restore
  146. "
  147. *End
  148. *CloseUI: *InputSlot
  149. *DefaultOutputOrder: Normal
  150. *% Font Information =====================
  151. *DefaultFont: Courier
  152. *Font Courier: Standard "(001.004)" Standard ROM
  153. *Font Courier-Bold: Standard "(001.005)" Standard ROM
  154. *Font Courier-BoldOblique: Standard "(001.005)" Standard ROM
  155. *Font Courier-Oblique: Standard "(001.005)" Standard ROM
  156. *Font Helvetica: Standard "(001.001)" Standard ROM
  157. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  158. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  159. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  160. *Font Symbol: Special "(001.001)" Special ROM
  161. *Font Times-Bold: Standard "(001.001)" Standard ROM
  162. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  163. *Font Times-Italic: Standard "(001.001)" Standard ROM
  164. *Font Times-Roman: Standard "(001.001)" Standard ROM
  165. *?FontQuery: "
  166. save
  167. /str 100 string dup 0 (fonts/) putinterval def
  168. {
  169. count 1 gt
  170. {
  171. exch dup str 6 94 getinterval cvs
  172. (/) print print (:) print
  173. FontDirectory exch known
  174. {(Yes)}{(No)} ifelse =
  175. }
  176. {exit} ifelse
  177. }bind loop
  178. (*) = flush
  179. restore
  180. "
  181. *End
  182. *?FontList: "
  183. save
  184. FontDirectory { pop == } bind forall flush
  185. (*) = flush
  186. restore
  187. "
  188. *End
  189. *% Printer Messages (verbatim from printer):
  190. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  191. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  192. *Message: "\FontName\ not found, using Courier"
  193. *% Status (format: %%[ status: <one of these> ]%% )
  194. *Status: "idle"
  195. *Status: "busy"
  196. *Status: "waiting"
  197. *Status: "printing"
  198. *Status: "warming up"
  199. *Status: "PrinterError: Add Toner"
  200. *Status: "PrinterError: F.Error F.Rom"
  201. *Status: "PrinterError: F.Error Optical"
  202. *Status: "PrinterError: F.Error Motor"
  203. *Status: "PrinterError: F.Error OPC"
  204. *Status: "PrinterError: F.Error Fuser"
  205. *Status: "PrinterError: Jam At Transfer"
  206. *Status: "PrinterError: Jam At Exit"
  207. *Status: "PrinterError: Warming Up"
  208. *Status: "PrinterError: Set Developer"
  209. *Status: "PrinterError: Close Side Cover"
  210. *Status: "PrinterError: Close Top Cover"
  211. *Status: "PrinterError: Set Toner Bottle"
  212. *Status: "PrinterError: Toner/Belt"
  213. *Status: "PrinterError: Replace OPC Belt"
  214. *Status: "PrinterError: Misfeed Lower"
  215. *Status: "PrinterError: Misfeed Upper"
  216. *Status: "PrinterError: Set Paper Stack"
  217. *Status: "PrinterError: Check Lower Tray"
  218. *Status: "PrinterError: Check Upper Tray"
  219. *Status: "PrinterError: Supply Paper U."
  220. *Status: "PrinterError: Supply Paper L."
  221. *Status: "PrinterError: Supply Paper"
  222. *Status: "PrinterError: Check Paper Tray"
  223. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  224. *Source: "serial9"
  225. *Source: "serial25"
  226. *Source: "AppleTalk"
  227. *Source: "Centronics"
  228. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  229. *PrinterError: " Misfeed Lower"
  230. *PrinterError: " Misfeed Upper"
  231. *PrinterError: " Add Toner"
  232. *PrinterError: "Replace OPC Belt"
  233. *PrinterError: " Jam At Transfer"
  234. *PrinterError: " Toner/Belt"
  235. *PrinterError: " Supply Paper U."
  236. *PrinterError: " Supply Paper L."
  237. *PrinterError: " Set Paper Stack"
  238. *PrinterError: " F.Error Motor"
  239. *PrinterError: " Close Top Cover"
  240. *PrinterError: "Close Side Cover"
  241. *PrinterError: " Set Developer"
  242. *PrinterError: " F.Error F.Rom"
  243. *PrinterError: " F.Error Optical"
  244. *PrinterError: "Check Paper Tray"
  245. *PrinterError: " F.Error OPC"
  246. *PrinterError: " Supply Paper"
  247. *PrinterError: "Check Lower Tray"
  248. *PrinterError: " F.Error Fuser"
  249. *PrinterError: "Check Upper Tray"
  250. *PrinterError: "Set Toner Bottle"
  251. *PrinterError: " Warming Up"
  252. *PrinterError: " Jam At Exit"
  253. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  254. *% Color Separation Information =====================
  255. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  256. *InkName: ProcessBlack/Process Black
  257. *InkName: CustomColor/Custom Color
  258. *InkName: ProcessCyan/Process Cyan
  259. *InkName: ProcessMagenta/Process Magenta
  260. *InkName: ProcessYellow/Process Yellow
  261. *% For 60 lpi / 300 dpi ===============================
  262. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  263. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  264. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  265. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  266. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  267. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  268. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  269. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  270. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  271. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  272. *% For 53 lpi / 300 dpi ===============================
  273. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  274. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  275. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  276. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  277. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  278. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  279. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  280. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  281. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  282. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  283. *% For "LaserPrinter15" version 47.0
  284. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  285. *% Converted to meet 4.0 specification
  286. *% Last Edit Date: Sep 15 1992
  287. *% The byte count of this file should be exactly 010192 or 010509
  288. *% depending on the filesystem it resides in.
  289. *% end of PPD file for LaserPrinter15