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.

334 lines
12 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: "3.7"
  11. *PCFileName: "LWNT_470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter II NT)"
  14. *PSVersion: "(47.0) 1"
  15. *ModelName: "Apple LaserWriter II NT"
  16. *NickName: "Apple LaserWriter II NT v47.0"
  17. *% General Information and Defaults ===============
  18. *ColorDevice: False
  19. *DefaultColorSpace: Gray
  20. *FreeVM: "434204"
  21. *LanguageLevel: "1"
  22. *VariablePaperSize: False
  23. *FileSystem: False
  24. *Throughput: "8"
  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. {dup mul exch dup mul add 1.0 exch sub }
  79. "
  80. *End
  81. *ScreenProc Line: "{ pop }"
  82. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  83. *DefaultTransfer: Null
  84. *Transfer Null: "{ }"
  85. *Transfer Null.Inverse: "{ 1 exch sub }"
  86. *% Paper Handling ===================
  87. *% Use these entries to set paper size most of the time, unless there is
  88. *% specific reason to use PageRegion.
  89. *OpenUI *PageSize: PickOne
  90. *OrderDependency: 30 AnySetup *PageSize
  91. *DefaultPageSize: Letter
  92. *PageSize Letter/US Letter: "statusdict /lettertray get exec"
  93. *PageSize Legal/US Legal: "statusdict /legaltray get exec"
  94. *PageSize A4: "statusdict /a4tray get exec"
  95. *PageSize B5: "statusdict /b5tray get exec"
  96. *PageSize LetterSmall/US Letter Small: "statusdict /lettertray get exec lettersmall"
  97. *PageSize A4Small/A4 Small: "statusdict /a4tray get exec a4small"
  98. *PageSize LegalSmall/US Legal Small: "legal"
  99. *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  100. *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  101. *?PageSize: "
  102. save
  103. [(Letter)(Legal) ] statusdict /pagetype get exec
  104. {get} stopped { pop pop (Unknown) } if = flush
  105. restore
  106. "
  107. *End
  108. *CloseUI: *PageSize
  109. *% These entries will set up the frame buffer. Usually used with manual feed.
  110. *OpenUI *PageRegion: PickOne
  111. *OrderDependency: 40 AnySetup *PageRegion
  112. *DefaultPageRegion: Letter
  113. *PageRegion Letter/US Letter: "letter"
  114. *PageRegion Legal/US Legal: "legal"
  115. *PageRegion A4: "a4"
  116. *PageRegion B5: "b5"
  117. *PageRegion LetterSmall/US Letter Small: "lettersmall"
  118. *PageRegion A4Small/A4 Small: "a4small"
  119. *PageRegion LegalSmall/US Legal Small: "legal"
  120. *PageRegion Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  121. *PageRegion Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  122. *CloseUI: *PageRegion
  123. *% The following entries provide information about specific paper keywords.
  124. *DefaultImageableArea: Letter
  125. *ImageableArea Letter/US Letter: "15 8 597 784 "
  126. *ImageableArea Legal/US Legal: "15 8 597 1000 "
  127. *ImageableArea A4: "13 10 577 832 "
  128. *ImageableArea B5: "21 10 500 715 "
  129. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  130. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  131. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  132. *ImageableArea Monarch/Monarch Envelope Center Fed: "178.5 269 433.5 773 "
  133. *ImageableArea Com10/Com10 Envelope Center Fed: "169.5 125 442.5 773 "
  134. *?ImageableArea: "
  135. save
  136. /cvp {( ) cvs print ( ) print } bind def
  137. /upperright {10000 mul floor 10000 div} bind def
  138. /lowerleft {10000 mul ceiling 10000 div} bind def
  139. newpath clippath pathbbox
  140. 4 -2 roll exch 2 {lowerleft cvp} repeat
  141. exch 2 {upperright cvp} repeat flush
  142. restore
  143. "
  144. *End
  145. *% These provide the physical dimensions of the paper (by keyword)
  146. *DefaultPaperDimension: Letter
  147. *PaperDimension Letter/US Letter: "612 792"
  148. *PaperDimension Legal/US Legal: "612 1008"
  149. *PaperDimension A4: "595 842"
  150. *PaperDimension B5: "516 729"
  151. *PaperDimension LetterSmall/US Letter Small: "612 792"
  152. *PaperDimension A4Small/A4 Small: "595 842"
  153. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  154. *PaperDimension Monarch/Monarch Envelope Center Fed: "611 792"
  155. *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
  156. *RequiresPageRegion All: True
  157. *OpenUI *InputSlot: PickOne
  158. *OrderDependency: 20 AnySetup *InputSlot
  159. *DefaultInputSlot: Cassette
  160. *InputSlot Cassette: ""
  161. *CloseUI: *InputSlot
  162. *OpenUI *ManualFeed/Manual Feed: Boolean
  163. *OrderDependency: 20 AnySetup *ManualFeed
  164. *DefaultManualFeed: False
  165. *ManualFeed True: "statusdict /manualfeed true put"
  166. *ManualFeed False: "statusdict /manualfeed false put"
  167. *?ManualFeed: "
  168. save
  169. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  170. restore
  171. "
  172. *End
  173. *CloseUI: *ManualFeed
  174. *DefaultOutputOrder: Normal
  175. *% Font Information =====================
  176. *DefaultFont: Courier
  177. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  178. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  179. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  180. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  181. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  182. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  183. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  184. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  185. *Font Courier: Standard "(001.004)" Standard ROM
  186. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  187. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  188. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  189. *Font Helvetica: Standard "(001.001)" Standard ROM
  190. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  191. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  192. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  193. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  194. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  195. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  196. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  197. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  198. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  199. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  200. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  201. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  202. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  203. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  204. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  205. *Font Symbol: Special "(001.001)" Special ROM
  206. *Font Times-Bold: Standard "(001.001)" Standard ROM
  207. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  208. *Font Times-Italic: Standard "(001.001)" Standard ROM
  209. *Font Times-Roman: Standard "(001.001)" Standard ROM
  210. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  211. *Font ZapfDingbats: Special "(001.000)" Special ROM
  212. *?FontQuery: "
  213. save
  214. /str 100 string dup 0 (fonts/) putinterval def
  215. {
  216. count 1 gt
  217. {
  218. exch dup str 6 94 getinterval cvs
  219. (/) print print (:) print
  220. FontDirectory exch known
  221. {(Yes)}{(No)} ifelse =
  222. }
  223. {exit} ifelse
  224. }bind loop
  225. (*) = flush
  226. restore
  227. "
  228. *End
  229. *?FontList: "
  230. save
  231. FontDirectory { pop == } bind forall flush
  232. /filenameforall where
  233. {
  234. pop (fonts/*)
  235. { dup length 6 sub 6 exch getinterval cvn == } bind
  236. 128 string filenameforall flush
  237. } if
  238. (*) = flush
  239. restore
  240. "
  241. *End
  242. *% Printer Messages (verbatim from printer):
  243. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  244. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  245. *Message: "\FontName\ not found, using Courier"
  246. *% Status (format: %%[ status: <one of these> ]%% )
  247. *Status: "idle"
  248. *Status: "busy"
  249. *Status: "waiting"
  250. *Status: "printing"
  251. *Status: "warming up"
  252. *Status: "PrinterError: timeout, clearing printer"
  253. *Status: "PrinterError: warming up"
  254. *Status: "PrinterError: service call"
  255. *Status: "PrinterError: paper entry misfeed"
  256. *Status: "PrinterError: no toner cartridge"
  257. *Status: "PrinterError: paper entry misfeed"
  258. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  259. *Source: "serial9"
  260. *Source: "serial25"
  261. *Source: "AppleTalk"
  262. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  263. *PrinterError: "timeout, clearing printer"
  264. *PrinterError: "warming up"
  265. *PrinterError: "service call"
  266. *PrinterError: "paper entry misfeed"
  267. *PrinterError: "no toner cartridge"
  268. *PrinterError: "paper entry misfeed"
  269. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  270. *% Color Separation Information =====================
  271. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  272. *InkName: ProcessBlack/Process Black
  273. *InkName: CustomColor/Custom Color
  274. *InkName: ProcessCyan/Process Cyan
  275. *InkName: ProcessMagenta/Process Magenta
  276. *InkName: ProcessYellow/Process Yellow
  277. *% For 60 lpi / 300 dpi =====================================================
  278. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  279. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  280. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  281. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  282. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  283. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  284. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  285. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  286. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  287. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  288. *% For 53 lpi / 300 dpi =====================================================
  289. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  290. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  291. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  292. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  293. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  294. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  295. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  296. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  297. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  298. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  299. *% For "LaserWriter II NT" version 47.0
  300. *% Produced by "GETapd.ps" version 2.0 edit 48
  301. *% Converted to meet 4.0 specification
  302. *% Last Edit Date: May 21 1993
  303. *% The byte count of this file should be exactly 011830 or 012164
  304. *% depending on the filesystem it resides in.
  305. *% end of PPD file for LaserWriter II NT