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.

412 lines
16 KiB

  1. *PPD-Adobe: "4.1"
  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.1"
  10. *FileVersion: "1.5"
  11. *PCFileName: "AP_NTXJ1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter II NTX)"
  14. *PSVersion: "(50.5) 2"
  15. *ModelName: "Apple LaserWriter II NTX-J v50.5"
  16. *ShortNickName: "Apple LaserWriterII NTX-J v50.5"
  17. *NickName: "Apple LaserWriter II NTX-J v50.5"
  18. *% General Information and Defaults ===============
  19. *FreeVM: "4076994"
  20. *Extensions: FileSystem Composite
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35. count 0 eq { % is the password on the stack?
  36. true
  37. }{
  38. dup % potential password
  39. statusdict /checkpassword get exec not
  40. } ifelse
  41. { % if no password or not valid
  42. (WARNING : Cannot perform the exitserver command.) =
  43. (Password supplied is not valid.) =
  44. (Please contact the author of this software.) = flush
  45. quit
  46. } if
  47. serverdict /exitserver get exec
  48. "
  49. *End
  50. *Reset: "
  51. count 0 eq { % is the password on the stack?
  52. true
  53. }{
  54. dup % potential password
  55. statusdict /checkpassword get exec not
  56. } ifelse
  57. { % if no password or not valid
  58. (WARNING : Cannot reset printer.) =
  59. (Password supplied is not valid.) =
  60. (Please contact the author of this software.) = flush
  61. quit
  62. } if
  63. serverdict /exitserver get exec
  64. systemdict /quit get exec
  65. (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68. *DefaultResolution: 300dpi
  69. *?Resolution: "
  70. save
  71. initgraphics
  72. 0 0 moveto currentpoint matrix defaultmatrix transform
  73. 0 72 lineto currentpoint matrix defaultmatrix transform
  74. 3 -1 roll sub dup mul
  75. 3 1 roll exch sub dup mul
  76. add sqrt round cvi
  77. ( ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95. *% Paper Handling ===================
  96. *% Use these entries to set paper size most of the time, unless there is
  97. *% specific reason to use PageRegion.
  98. *OpenUI *PageSize: PickOne
  99. *OrderDependency: 30 AnySetup *PageSize
  100. *DefaultPageSize: Letter
  101. *PageSize Letter/US Letter: "statusdict /lettertray get exec"
  102. *PageSize Legal/US Legal: "statusdict /legaltray get exec"
  103. *PageSize A4: "statusdict /a4tray get exec"
  104. *PageSize B5: "statusdict /b5tray get exec"
  105. *PageSize LetterSmall/US Letter Small: "statusdict /lettertray get exec lettersmall"
  106. *PageSize A4Small/A4 Small: "statusdict /a4tray get exec a4small"
  107. *PageSize LegalSmall/US Legal Small: "legal"
  108. *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  109. *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  110. *?PageSize: "
  111. save
  112. [(Letter)(Legal)] statusdict /pagetype get exec
  113. {get} stopped { pop pop (Unknown)} if = flush
  114. restore
  115. "
  116. *End
  117. *CloseUI: *PageSize
  118. *% These entries will set up the frame buffer. Usually used with manual feed.
  119. *OpenUI *PageRegion: PickOne
  120. *OrderDependency: 40 AnySetup *PageRegion
  121. *DefaultPageRegion: Letter
  122. *PageRegion Letter/US Letter: "letter"
  123. *PageRegion Legal/US Legal: "legal"
  124. *PageRegion A4: "a4"
  125. *PageRegion B5: "b5"
  126. *PageRegion LetterSmall/US Letter Small: "lettersmall"
  127. *PageRegion A4Small/A4 Small: "a4small"
  128. *PageRegion LegalSmall/US Legal Small: "legal"
  129. *PageRegion Monarch/Monarch Envelope Center Fed: "letter"
  130. *PageRegion Com10/Com10 Envelope Center Fed: "letter"
  131. *CloseUI: *PageRegion
  132. *% The following entries provide information about specific paper keywords.
  133. *DefaultImageableArea: Letter
  134. *ImageableArea Letter/US Letter: "15 8 597 784 "
  135. *ImageableArea Legal/US Legal: "15 8 597 1000 "
  136. *ImageableArea A4: "13 10 577 832 "
  137. *ImageableArea B5: "21 10 500 715 "
  138. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  139. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  140. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  141. *ImageableArea Monarch/Monarch Envelope Center Fed: "178.5 269 433.5 773 "
  142. *ImageableArea Com10/Com10 Envelope Center Fed: "169.5 125 442.5 773 "
  143. *?ImageableArea: "
  144. save
  145. /cvp {( ) cvs print ( ) print } bind def
  146. /upperright {10000 mul floor 10000 div} bind def
  147. /lowerleft {10000 mul ceiling 10000 div} bind def
  148. newpath clippath pathbbox
  149. 4 -2 roll exch 2 {lowerleft cvp} repeat
  150. exch 2 {upperright cvp} repeat flush
  151. restore
  152. "
  153. *End
  154. *% These provide the physical dimensions of the paper (by keyword)
  155. *DefaultPaperDimension: Letter
  156. *PaperDimension Letter/US Letter: "612 792"
  157. *PaperDimension Legal/US Legal: "612 1008"
  158. *PaperDimension A4: "595 842"
  159. *PaperDimension B5: "516 729"
  160. *PaperDimension LetterSmall/US Letter Small: "612 792"
  161. *PaperDimension A4Small/A4 Small: "595 842"
  162. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  163. *PaperDimension Monarch/Monarch Envelope Center Fed: "611 792"
  164. *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
  165. *OpenUI *ManualFeed/Manual Feed: Boolean
  166. *OrderDependency: 20 AnySetup *ManualFeed
  167. *DefaultManualFeed: False
  168. *ManualFeed True: "statusdict /manualfeed true put"
  169. *ManualFeed False: "statusdict /manualfeed false put"
  170. *?ManualFeed: "
  171. save
  172. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  173. restore
  174. "
  175. *End
  176. *CloseUI: *ManualFeed
  177. *DefaultOutputOrder: Normal
  178. *RequiresPageRegion All: True
  179. *OpenUI *InputSlot: PickOne
  180. *OrderDependency: 20 AnySetup *InputSlot
  181. *DefaultInputSlot: Cassette
  182. *InputSlot Cassette: ""
  183. *CloseUI: *InputSlot
  184. *% Font Information =====================
  185. *DefaultFont: Courier
  186. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  187. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  188. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  189. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  190. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  191. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  192. *Font AGaramond-Titling: Standard "(001.000)" Standard ROM
  193. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  194. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  195. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  196. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  197. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  198. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  199. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  200. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  201. *Font Courier: Standard "(001.004)" Standard ROM
  202. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  203. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  204. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  205. *Font GothicBBB-Medium-78-EUC-H: EUC "(000.000)" JIS-83 Disk
  206. *Font GothicBBB-Medium-78-EUC-V: EUC "(000.000)" JIS-83 Disk
  207. *Font GothicBBB-Medium-78-H: JIS "(000.000)" JIS-83 Disk
  208. *Font GothicBBB-Medium-78-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
  209. *Font GothicBBB-Medium-78-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
  210. *Font GothicBBB-Medium-78-SJ-H: JIS "(000.000)" JIS-83 Disk
  211. *Font GothicBBB-Medium-78-SJ-V: JIS "(000.000)" JIS-83 Disk
  212. *Font GothicBBB-Medium-78-V: JIS "(000.000)" JIS-83 Disk
  213. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(000.000)" 83pv Disk
  214. *Font GothicBBB-Medium-EUC-H: EUC "(000.000)" JIS-83 Disk
  215. *Font GothicBBB-Medium-EUC-V: EUC "(000.000)" JIS-83 Disk
  216. *Font GothicBBB-Medium-Ext-EUC-H: EUC "(000.000)" JIS-83 Disk
  217. *Font GothicBBB-Medium-Ext-EUC-V: EUC "(000.000)" JIS-83 Disk
  218. *Font GothicBBB-Medium-Ext-H: JIS "(000.000)" Ext Disk
  219. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(000.000)" Ext Disk
  220. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(000.000)" Ext Disk
  221. *Font GothicBBB-Medium-Ext-SJ-H: JIS "(000.000)" Ext Disk
  222. *Font GothicBBB-Medium-Ext-SJ-V: JIS "(000.000)" Ext Disk
  223. *Font GothicBBB-Medium-Ext-V: JIS "(000.000)" Ext Disk
  224. *Font GothicBBB-Medium-H: JIS "(000.000)" JIS-83 Disk
  225. *Font GothicBBB-Medium-NWP-H: JIS "(000.000)" NWP Disk
  226. *Font GothicBBB-Medium-NWP-V: JIS "(000.000)" NWP Disk
  227. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
  228. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
  229. *Font GothicBBB-Medium-SJ-H: JIS "(000.000)" JIS-83 Disk
  230. *Font GothicBBB-Medium-SJ-V: JIS "(000.000)" JIS-83 Disk
  231. *Font GothicBBB-Medium-V: JIS "(000.000)" JIS-83 Disk
  232. *Font GothicBBB-Medium.Roman: Special "(000.000)" Special Disk
  233. *Font GothicBBB-Medium.WP-Symbol: Special "(000.000)" Special Disk
  234. *Font Helvetica: Standard "(001.002)" Standard ROM
  235. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  236. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  237. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  238. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  239. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  240. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  241. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  242. *Font Mincho-PC-Hiragana: Special "(000.000)" Special Disk
  243. *Font Mincho-PC-Katakana: Special "(000.000)" Special Disk
  244. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  245. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  246. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  247. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  248. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  249. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  250. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  251. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  252. *Font Ryumin-Light-78-EUC-H: EUC "(000.000)" JIS-83 Disk
  253. *Font Ryumin-Light-78-EUC-V: EUC "(000.000)" JIS-83 Disk
  254. *Font Ryumin-Light-78-H: JIS "(000.000)" JIS-83 Disk
  255. *Font Ryumin-Light-78-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
  256. *Font Ryumin-Light-78-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
  257. *Font Ryumin-Light-78-SJ-H: JIS "(000.000)" JIS-83 Disk
  258. *Font Ryumin-Light-78-SJ-V: JIS "(000.000)" JIS-83 Disk
  259. *Font Ryumin-Light-78-V: JIS "(000.000)" JIS-83 Disk
  260. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(000.000)" 83pv Disk
  261. *Font Ryumin-Light-EUC-H: EUC "(000.000)" JIS-83 Disk
  262. *Font Ryumin-Light-EUC-V: EUC "(000.000)" JIS-83 Disk
  263. *Font Ryumin-Light-Ext-EUC-H: EUC "(000.000)" JIS-83 Disk
  264. *Font Ryumin-Light-Ext-EUC-V: EUC "(000.000)" JIS-83 Disk
  265. *Font Ryumin-Light-Ext-H: JIS "(000.000)" Ext Disk
  266. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(000.000)" Ext Disk
  267. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(000.000)" Ext Disk
  268. *Font Ryumin-Light-Ext-SJ-H: JIS "(000.000)" Ext Disk
  269. *Font Ryumin-Light-Ext-SJ-V: JIS "(000.000)" Ext Disk
  270. *Font Ryumin-Light-Ext-V: JIS "(000.000)" Ext Disk
  271. *Font Ryumin-Light-H: JIS "(000.000)" JIS-83 Disk
  272. *Font Ryumin-Light-NWP-H: JIS "(000.000)" NWP Disk
  273. *Font Ryumin-Light-NWP-V: JIS "(000.000)" NWP Disk
  274. *Font Ryumin-Light-RKSJ-H: RKSJ "(000.000)" JIS-83 Disk
  275. *Font Ryumin-Light-RKSJ-V: RKSJ "(000.000)" JIS-83 Disk
  276. *Font Ryumin-Light-SJ-H: JIS "(000.000)" JIS-83 Disk
  277. *Font Ryumin-Light-SJ-V: JIS "(000.000)" JIS-83 Disk
  278. *Font Ryumin-Light-V: JIS "(000.000)" JIS-83 Disk
  279. *Font Ryumin-Light.Roman: Special "(000.000)" Special Disk
  280. *Font Ryumin-Light.WP-Symbol: Special "(000.000)" Special Disk
  281. *Font Symbol: Special "(001.003)" Special ROM
  282. *Font Times-Bold: Standard "(001.002)" Standard ROM
  283. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  284. *Font Times-Italic: Standard "(001.002)" Standard ROM
  285. *Font Times-Roman: Standard "(001.002)" Standard ROM
  286. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  287. *Font ZapfDingbats: Special "(001.002)" Special ROM
  288. *?FontQuery: "
  289. save
  290. /str 100 string dup 0 (fonts/) putinterval def
  291. {
  292. count 1 gt
  293. {
  294. exch dup str 6 94 getinterval cvs
  295. (/) print dup print (:) print exch
  296. FontDirectory exch known
  297. { pop (Yes) }
  298. {
  299. length 6 add str 0 3 -1 roll getinterval
  300. mark exch status
  301. {cleartomark (Yes)}{cleartomark (No)} ifelse
  302. } ifelse =
  303. }
  304. {exit} ifelse
  305. }bind loop
  306. (*) = flush
  307. restore
  308. "
  309. *End
  310. *?FontList: "
  311. save
  312. FontDirectory { pop == } bind forall flush
  313. /filenameforall where
  314. {
  315. pop (fonts/*)
  316. { dup length 6 sub 6 exch getinterval cvn == } bind
  317. 128 string filenameforall flush
  318. } if
  319. (*) = flush
  320. restore
  321. "
  322. *End
  323. *% Printer Messages (verbatim from printer):
  324. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  325. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  326. *Message: "\FontName\ not found, using Courier."
  327. *% Status (format: %%[ status: <one of these> ]%% )
  328. *Status: "idle"
  329. *Status: "busy"
  330. *Status: "waiting"
  331. *Status: "printing"
  332. *Status: "warming up"
  333. *Status: "PrinterError: timeout, clearing printer"
  334. *Status: "PrinterError: paper entry misfeed"
  335. *Status: "PrinterError: service call"
  336. *Status: "PrinterError: warming up"
  337. *Status: "PrinterError: no toner cartridge"
  338. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  339. *Source: "serial9"
  340. *Source: "serial25"
  341. *Source: "AppleTalk"
  342. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  343. *PrinterError: "timeout, clearing printer"
  344. *PrinterError: "paper entry misfeed"
  345. *PrinterError: "service call"
  346. *PrinterError: "warming up"
  347. *PrinterError: "no toner cartridge"
  348. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  349. *% Color Separation Information =====================
  350. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  351. *InkName: ProcessBlack/Process Black
  352. *InkName: CustomColor/Custom Color
  353. *InkName: ProcessCyan/Process Cyan
  354. *InkName: ProcessMagenta/Process Magenta
  355. *InkName: ProcessYellow/Process Yellow
  356. *% For 60 lpi / 300 dpi ===============================
  357. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  358. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  359. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  360. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  361. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  362. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  365. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  366. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  367. *% For 53 lpi / 300 dpi ===============================
  368. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  369. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  370. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  371. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  372. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  373. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  374. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  375. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  376. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  377. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  378. *% Produced by "bldppd41.ps" version 4.0 edit 9
  379. *% Last Edit Date: Jun 1 1993
  380. *% The byte count of this file should be exactly 015866 or 016278
  381. *% depending on the filesystem it resides in.
  382. *% end of PPD file for LaserWriter II NTX-J