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.

321 lines
11 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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: "1.2"
  11. *LanguageVersion: English
  12. *PCFileName: "GDGL8001.PPD"
  13. *Product: "(Scout-P800)"
  14. *PSVersion: "(52.3) 1"
  15. *ModelName: "Gestetner GLP800-Scout"
  16. *NickName: "Gestetner GLP800-Scout v52.3"
  17. *% General Information and Defaults ===============
  18. *LanguageLevel: "1"
  19. *Emulators: hplj
  20. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  21. *StopEmulator_hplj: "<1B7F>0"
  22. *FreeVM: "388488"
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *VariablePaperSize: False
  26. *Throughput: "8"
  27. *Password: "0"
  28. *ExitServer: "
  29. count 0 eq
  30. {% is the password on the stack?
  31. true }
  32. {dup % potential password
  33. statusdict /checkpassword get exec not } ifelse
  34. {% if no password or not valid
  35. (WARNING : Cannot perform the exitserver command.) =
  36. (Password supplied is not valid.) =
  37. (Please contact the author of this software.) = flush
  38. quit } if
  39. serverdict /exitserver get exec
  40. "
  41. *End
  42. *Reset: "
  43. count 0 eq
  44. {% is the password on the stack?
  45. true }
  46. {dup % potential password
  47. statusdict /checkpassword get exec not } ifelse
  48. {% if no password or not valid
  49. (WARNING : Cannot reset printer.) =
  50. (Password supplied is not valid.) =
  51. (Please contact the author of this software.) = flush
  52. quit } if
  53. serverdict /exitserver get exec
  54. systemdict /quit get exec
  55. (WARNING : Printer Reset Failed.) = flush
  56. "
  57. *End
  58. *DefaultResolution: 300dpi
  59. *?Resolution: "
  60. save
  61. initgraphics
  62. matrix defaultmatrix dup
  63. 0 get dup mul exch 1 get dup mul add sqrt
  64. 72 mul round cvi
  65. ( ) cvs print (dpi) = flush
  66. restore
  67. "
  68. *End
  69. *% Halftone Information ===============
  70. *ScreenFreq: "60.0"
  71. *ScreenAngle: "45.0"
  72. *DefaultScreenProc: Dot
  73. *ScreenProc Dot: "
  74. {abs exch abs 2 copy add 1 gt
  75. {1 sub dup mul exch 1 sub dup mul add 1 sub}
  76. {dup mul exch dup mul add 1 exch sub} ifelse}
  77. "
  78. *End
  79. *ScreenProc Line: "{pop}"
  80. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  81. *DefaultTransfer: Null
  82. *Transfer Null: "{}"
  83. *Transfer Null.Inverse: "{1 exch sub}"
  84. *% Paper Handling ===================
  85. *% Code in this section selects a tray and sets up a frame buffer.
  86. *OpenUI *PageSize: PickOne
  87. *OrderDependency: 30 AnySetup *PageSize
  88. *DefaultPageSize: A4
  89. *PageSize Letter: "statusdict /lettertray get exec"
  90. *PageSize Legal: "statusdict /legaltray get exec"
  91. *PageSize Executive: "statusdict /executivetray get exec"
  92. *PageSize A4: "statusdict /a4tray get exec"
  93. *PageSize B5: "statusdict /b5tray get exec"
  94. *?PageSize: "
  95. save
  96. 5 dict
  97. dup /letter (Letter) put
  98. dup /legal (Legal) put
  99. dup /a4 (A4) put
  100. dup /b5 (B5) put
  101. dup /executivepage (Executive) put
  102. statusdict /papersize get exec
  103. 3 1 roll {get} stopped {(Unknown)}if
  104. exch not {print (.Transverse) }if
  105. = flush
  106. restore
  107. "
  108. *End
  109. *CloseUI: *PageSize
  110. *% These entries will set up the frame buffer. Usually used with manual feed.
  111. *OpenUI *PageRegion: PickOne
  112. *OrderDependency: 40 AnySetup *PageRegion
  113. *DefaultPageRegion: A4
  114. *PageRegion Letter: "letter"
  115. *PageRegion Legal: "legal"
  116. *PageRegion A4: "a4"
  117. *PageRegion B5: "b5"
  118. *PageRegion Executive: "executivepage"
  119. *CloseUI: *PageRegion
  120. *% The following entries provide information about specific paper keywords.
  121. *DefaultImageableArea: A4
  122. *ImageableArea Letter: "14.4 10.3201 597.84 780.0 "
  123. *ImageableArea Legal: "14.4 9.3601 597.84 1000.32 "
  124. *ImageableArea A4: "12.0 15.84 580.08 823.2 "
  125. *ImageableArea B5: "15.1201 12.24 494.88 714.72 "
  126. *ImageableArea Executive: "10.5601 8.8801 509.52 749.04 "
  127. *?ImageableArea: "
  128. save
  129. /cvp {( ) cvs print ( ) print } bind def
  130. /upperright {10000 mul floor 10000 div} bind def
  131. /lowerleft {10000 mul ceiling 10000 div} bind def
  132. newpath clippath pathbbox
  133. 4 -2 roll exch 2
  134. {lowerleft cvp} repeat
  135. exch 2
  136. {upperright cvp} repeat flush
  137. restore
  138. "
  139. *End
  140. *% These provide the physical dimensions of the paper (by keyword)
  141. *DefaultPaperDimension: A4
  142. *PaperDimension Letter: "612 792"
  143. *PaperDimension Legal: "612 1008"
  144. *PaperDimension A4: "595 842"
  145. *PaperDimension B5: "516 729"
  146. *PaperDimension Executive: "522 756"
  147. *OpenUI *ManualFeed: Boolean
  148. *OrderDependency: 20 AnySetup *ManualFeed
  149. *DefaultManualFeed: False
  150. *ManualFeed True: "statusdict /manualfeed true put"
  151. *ManualFeed False: "statusdict /manualfeed false put"
  152. *?ManualFeed: "
  153. save
  154. statusdict /manualfeed get
  155. {(True)} {(False)}ifelse = flush
  156. restore
  157. "
  158. *End
  159. *CloseUI: *ManualFeed
  160. *RequiresPageRegion All: True
  161. *OpenUI *InputSlot: PickOne
  162. *OrderDependency: 20 AnySetup *InputSlot
  163. *DefaultInputSlot: Cassette
  164. *InputSlot Cassette: ""
  165. *CloseUI: *InputSlot
  166. *DefaultOutputBin: OnlyOne
  167. *DefaultOutputOrder: Normal
  168. *% Font Information =====================
  169. *DefaultFont: Courier
  170. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  171. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  172. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  173. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  174. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  175. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  176. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  177. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  178. *Font Courier: Standard "(002.002)" Standard ROM
  179. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  180. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  181. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  182. *Font Helvetica: Standard "(001.006)" Standard ROM
  183. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  184. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  185. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  186. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  187. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  188. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  189. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  190. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  191. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  192. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  193. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  194. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  195. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  196. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  197. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  198. *Font Symbol: Special "(001.003)" Special ROM
  199. *Font Times-Bold: Standard "(001.007)" Standard ROM
  200. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  201. *Font Times-Italic: Standard "(001.007)" Standard ROM
  202. *Font Times-Roman: Standard "(001.007)" Standard ROM
  203. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  204. *Font ZapfDingbats: Special "(001.002)" Special ROM
  205. *?FontQuery: "
  206. save
  207. /str 100 string dup 0 (fonts/) putinterval def
  208. {count 1 gt
  209. {exch dup str 6 94 getinterval cvs (/) print dup print (:) print exch
  210. FontDirectory exch known
  211. {pop (Yes) }
  212. {length 6 add str 0 3 -1 roll getinterval mark exch status
  213. {cleartomark (Yes)}
  214. {cleartomark (No)} ifelse} ifelse =}
  215. {exit} ifelse} bind loop
  216. (*) = flush
  217. restore
  218. "
  219. *End
  220. *?FontList: "
  221. save
  222. FontDirectory
  223. {pop == } bind forall flush
  224. /filenameforall where
  225. {pop (fonts/*)
  226. {dup length 6 sub 6 exch getinterval cvn ==} bind
  227. 128 string filenameforall flush} if
  228. (*) = flush
  229. restore
  230. "
  231. *End
  232. *% Printer Messages (verbatim from printer):
  233. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  234. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  235. *Message: "\FontName\ not found, using Courier"
  236. *% Status (format: %%[ status: <one of these> ]%% )
  237. *Status: "idle"
  238. *Status: "busy"
  239. *Status: "waiting"
  240. *Status: "printing"
  241. *Status: "warming up"
  242. *Status: "PrinterError: upper unit open"
  243. *Status: "PrinterError: toner cartridge low"
  244. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  245. *Status: "PrinterError: warming up"
  246. *Status: "PrinterError: toner cartridge missing or incorrect"
  247. *Status: "PrinterError: scanner motor malfunction"
  248. *Status: "PrinterError: fixing temperature malfunction"
  249. *Status: "PrinterError: scanner motor, laser diode or scanning mirror malfunction"
  250. *Status: "PrinterError: service call"
  251. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  252. *Source: "serial25"
  253. *Source: "AppleTalk"
  254. *Source: "Centronics"
  255. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  256. *PrinterError: "upper unit open"
  257. *PrinterError: "toner cartridge low"
  258. *PrinterError: "laser diode or scanning mirror malfunction"
  259. *PrinterError: "warming up"
  260. *PrinterError: "toner cartridge missing or incorrect"
  261. *PrinterError: "scanner motor malfunction"
  262. *PrinterError: "fixing temperature malfunction"
  263. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  264. *PrinterError: "service call"
  265. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  266. *% Color Separation Information =====================
  267. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  268. *InkName: ProcessBlack/Process Black
  269. *InkName: CustomColor/Custom Color
  270. *InkName: ProcessCyan/Process Cyan
  271. *InkName: ProcessMagenta/Process Magenta
  272. *InkName: ProcessYellow/Process Yellow
  273. *% For 60 lpi / 300 dpi ===============================
  274. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  275. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  276. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  277. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  278. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  279. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  283. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  284. *% For 53 lpi / 300 dpi ===============================
  285. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  286. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  287. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  288. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  289. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  290. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  291. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  292. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  293. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  294. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  295. *% Last Edit Date: May 7 1993
  296. *% The byte count of this file should be exactly 011291 or 011612
  297. *% depending on the filesystem it resides in.
  298. *% end of PPD file for Scout-P800