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.

435 lines
16 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Copyright 1995 Dataproducts corporation.
  3. *% All Rights Reserved.
  4. *% Permission is granted for redistribution of this file as
  5. *% long as this copyright notice is intact and the contents
  6. *% of the file are not altered in any way from their original form.
  7. *% End of Copyright statement
  8. *% DPC version: 4.2W1.0.02.102495
  9. *FileVersion: "1.0"
  10. *FormatVersion: "4.2"
  11. *LanguageEncoding: ISOLatin1
  12. *LanguageVersion: English
  13. *ModelName: "Dataproducts Typhoon 40"
  14. *ShortNickName: "Dataproducts Typhoon 40 PS"
  15. *NickName: "Dataproducts Typhoon 40 PS"
  16. *PCFileName: "T40V4.PPD"
  17. *Product: "(Typhoon 40)"
  18. *PSVersion: "(3.58)"
  19. *% ==== Options and Constraints =====
  20. *OpenGroup: InstallableOptions/Options Installed
  21. *OpenUI *Option1/Hopper 6: Boolean
  22. *DefaultOption1: False
  23. *Option1 True/Installed: ""
  24. *Option1 False/Not Installed: ""
  25. *CloseUI: *Option1
  26. *OpenUI *Option2/Stacker 7: Boolean
  27. *DefaultOption2: False
  28. *Option2 True/Installed: ""
  29. *Option2 False/Not Installed: ""
  30. *CloseUI: *Option2
  31. *CloseGroup: InstallableOptions
  32. *UIConstraints: *Option1 False *InputSlot Tray6
  33. *UIConstraints: *Option2 False *OutputBin Stacker7
  34. *%=========(Comment these out when make wpd)===========
  35. *UIConstraints: *InputSlot AutoSelect *TraySwitch False
  36. *UIConstraints: *InputSlot AutoSelect *TraySwitch True
  37. *%===================End===============================
  38. *UIConstraints: *PageSize Legal *InputSlot Tray6
  39. *UIConstraints: *PageSize 11x17 *InputSlot Tray6
  40. *UIConstraints: *PageSize A3 *InputSlot Tray6
  41. *UIConstraints: *PageSize B4 *InputSlot Tray6
  42. *UIConstraints: *PageSize B5 *InputSlot Tray6
  43. *% General Information and Defaults ===============
  44. *DefaultColorSpace: Gray
  45. *LanguageLevel: "1"
  46. *Extensions: FileSystem
  47. *VariablePaperSize: False
  48. *FileSystem: True
  49. *?FileSystem: "
  50. save
  51. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  52. restore
  53. "
  54. *End
  55. *Throughput: "40"
  56. *Password: "0"
  57. *ExitServer: "
  58. count 0 eq { % is the password on the stack?
  59. true
  60. }{
  61. dup % potential password
  62. statusdict /checkpassword get exec not
  63. } ifelse
  64. { % if no password or not valid
  65. (WARNING : Cannot perform the exitserver command.) =
  66. (Password supplied is not valid.) =
  67. (Please contact the author of this software.) = flush
  68. quit
  69. } if
  70. serverdict /exitserver get exec
  71. "
  72. *End
  73. *Reset: "
  74. count 0 eq { % is the password on the stack?
  75. true
  76. }{
  77. dup % potential password
  78. statusdict /checkpassword get exec not
  79. } ifelse
  80. { % if no password or not valid
  81. (WARNING : Cannot reset printer.) =
  82. (Password supplied is not valid.) =
  83. (Please contact the author of this software.) = flush
  84. quit
  85. } if
  86. serverdict /exitserver get exec
  87. systemdict /quit get exec
  88. (WARNING : Printer Reset Failed.) = flush
  89. "
  90. *End
  91. *FreeVM: "833536"
  92. *%==========Resolution Information=====================
  93. *OpenUI *Resolution/Choose Resolution: PickOne
  94. *OrderDependency: 10 AnySetup *Resolution
  95. *DefaultResolution: 300dpi
  96. *Resolution 300dpi: "300 statusdict /setresolution get exec"
  97. *Resolution 400dpi: "400 statusdict /setresolution get exec"
  98. *?Resolution: "
  99. save
  100. initgraphics
  101. 0 0 moveto currentpoint matrix defaultmatrix transform
  102. 0 72 lineto currentpoint matrix defaultmatrix transform
  103. 3 -1 roll sub dup mul
  104. 3 1 roll exch sub dup mul
  105. add sqrt round cvi
  106. ( ) cvs print (dpi) = flush
  107. restore
  108. "
  109. *End
  110. *CloseUI: *Resolution
  111. *% Halftone Information ===============
  112. *ScreenFreq: "60.0"
  113. *ScreenAngle: "45.0"
  114. *DefaultScreenProc: Dot
  115. *ScreenProc Dot: "
  116. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  117. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  118. "
  119. *End
  120. *ScreenProc Line: "{ pop }"
  121. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  122. *DefaultTransfer: Null
  123. *Transfer Null: "{ }"
  124. *Transfer Null.Inverse: "{ 1 exch sub }"
  125. *% Paper Handling ===================
  126. *% Use these entries to set paper size most of the time, unless there is
  127. *% specific reason to use PageRegion.
  128. *OpenUI *PageSize: PickOne
  129. *OrderDependency: 30 AnySetup *PageSize
  130. *DefaultPageSize: Letter
  131. *PageSize Letter: "statusdict begin 255 setpapertray end letter"
  132. *PageSize Legal: "statusdict begin 255 setpapertray end legal"
  133. *PageSize 11x17: "statusdict begin 255 setpapertray end 11x17"
  134. *PageSize A3: "statusdict begin 255 setpapertray end a3"
  135. *PageSize A4: "statusdict begin 255 setpapertray end a4"
  136. *PageSize B4/B4-JIS: "statusdict begin 255 setpapertray end b4"
  137. *PageSize B5/B5-JIS: "statusdict begin 255 setpapertray end b5"
  138. *?PageSize: "
  139. save statusdict begin
  140. 7 dict begin
  141. /3 (B5) def
  142. /5 (Letter) def
  143. /6 (B4) def
  144. /9 (A4) def
  145. /10 (A3) def
  146. /12 (Legal) def
  147. /14 (11x17) def
  148. papertray
  149. {() cvs cvn load exec} stopped not{=flush}if
  150. end
  151. end restore
  152. "
  153. *End
  154. *CloseUI: *PageSize
  155. *% These entries will set up the frame buffer. Usually used with manual feed.
  156. *OpenUI *PageRegion: PickOne
  157. *OrderDependency: 40 AnySetup *PageRegion
  158. *DefaultPageRegion: Letter
  159. *PageRegion Letter: "letter"
  160. *PageRegion Legal: "legal"
  161. *PageRegion 11x17: "11x17"
  162. *PageRegion A3: "a3"
  163. *PageRegion A4: "a4"
  164. *PageRegion B4/B4-JIS: "b4"
  165. *PageRegion B5/B5-JIS: "b5"
  166. *CloseUI: *PageRegion
  167. *% The following entries provide information about specific paper keywords.
  168. *DefaultImageableArea: Letter
  169. *ImageableArea Letter: "18 18 597 777"
  170. *ImageableArea Legal: "12 12 594 990"
  171. *ImageableArea 11x17: "12 12 774 1206"
  172. *ImageableArea A3: "12 12 827 1173"
  173. *ImageableArea A4: "16 13 580 824"
  174. *ImageableArea B4/B4-JIS: "12 12 711 1014"
  175. *ImageableArea B5/B5-JIS: "18 15 503 710"
  176. *?ImageableArea: "
  177. save
  178. /cvp {( ) cvs print ( ) print } bind def
  179. /upperright {10000 mul floor 10000 div} bind def
  180. /lowerleft {10000 mul ceiling 10000 div} bind def
  181. newpath clippath pathbbox
  182. 4 -2 roll exch 2 {lowerleft cvp} repeat
  183. exch 2 {upperright cvp} repeat flush
  184. restore
  185. "
  186. *End
  187. *% These provide the physical dimensions of the paper (by keyword)
  188. *DefaultPaperDimension: Letter
  189. *PaperDimension Letter: "612 792"
  190. *PaperDimension Legal: "612 1008"
  191. *PaperDimension 11x17: "792 1224"
  192. *PaperDimension A3: "842 1191"
  193. *PaperDimension A4: "596 842"
  194. *PaperDimension B4/B4-JIS: "729 1032"
  195. *PaperDimension B5/B5-JIS: "516 729"
  196. *OpenUI *OutputBin: PickOne
  197. *OrderDependency: 40 AnySetup *OutputBin
  198. *DefaultOutputBin: AutoSelect
  199. *OutputBin AutoSelect/Auto Select: "statusdict begin 255 setoutputtray end"
  200. *OutputBin Stacker5/Stacker 5: "statusdict begin 5 setoutputtray end"
  201. *OutputBin Stacker6/Stacker 6: "statusdict begin 6 setoutputtray end"
  202. *OutputBin Stacker7/Stacker 7: "statusdict begin 7 setoutputtray end"
  203. *CloseUI: *OutputBin
  204. *OpenUI *Duplex: PickOne
  205. *DefaultDuplex: None
  206. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  207. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  208. *Duplex None: "statusdict begin false setduplexmode end"
  209. *CloseUI: *Duplex
  210. *RequiresPageRegion All: True
  211. *OpenUI *InputSlot: PickOne
  212. *OrderDependency: 20 AnySetup *InputSlot
  213. *DefaultInputSlot: AutoSelect
  214. *InputSlot Tray1/Hopper 1: "statusdict begin 1 setpapertray end"
  215. *InputSlot Tray2/Hopper 2: "statusdict begin 2 setpapertray end"
  216. *InputSlot Tray3/Hopper 3: "statusdict begin 3 setpapertray end"
  217. *InputSlot Tray6/Hopper 6: "statusdict begin 6 setpapertray end"
  218. *InputSlot AutoSelect/Auto Select: "statusdict begin 255 setpapertray end"
  219. *%=====================(Use these when make wpd)===============================
  220. *%====InputSlot MixedBin/Mixed Bin Printing: " "
  221. *%============================End==============================================
  222. *?InputSlot: "
  223. save statusdict begin
  224. 5 dict begin
  225. /1 (Tray1) def
  226. /2 (Tray2) def
  227. /3 (Tray3) def
  228. /6 (Tray6) def
  229. /255 (AutoSelect) def
  230. papertray
  231. {() cvs cvn load exec} stopped not{=flush}if
  232. end
  233. end restore
  234. "
  235. *End
  236. *CloseUI: *InputSlot
  237. *PageStackOrder Upper: Normal
  238. *PageStackOrder Lower: Reverse
  239. *% Auto Cascade =========================
  240. *OpenUI *TraySwitch: Boolean
  241. *OrderDependency: 50 AnySetup *TraySwitch
  242. *DefaultTraySwitch: False
  243. *TraySwitch True: "statusdict begin true settrayswitch end"
  244. *TraySwitch False: "statusdict begin false settrayswitch end"
  245. *CloseUI: *TraySwitch
  246. *% Font Information =====================
  247. *DefaultFont: Courier
  248. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  249. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  250. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  251. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  252. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  253. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  254. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  255. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  256. *Font Courier: Standard "(001.004)" Standard ROM
  257. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  258. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  259. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  260. *Font Helvetica: Standard "(001.001)" Standard ROM
  261. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  262. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  263. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  264. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  265. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  266. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  267. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  268. *Font ITC-Lubalin-Graph-Book: Standard "(002.000)" Standard ROM
  269. *Font ITC-Lubalin-Graph-Book-Oblique: Standard "(002.000)" Standard ROM
  270. *Font ITC-Lubalin-Graph-Demi: Standard "(002.000)" Standard ROM
  271. *Font ITC-Lubalin-Graph-Demi-Oblique: Standard "(002.000)" Standard ROM
  272. *Font ITC-Souvenir-Demi: Standard "(002.000)" Standard ROM
  273. *Font ITC-Souvenir-Demi-Italic: Standard "(002.000)" Standard ROM
  274. *Font ITC-Souvenir-Light: Standard "(002.000)" Standard ROM
  275. *Font ITC-Souvenir-Light-Italic: Standard "(002.000)" Standard ROM
  276. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  277. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  278. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  279. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  280. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  281. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  282. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  283. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  284. *Font Symbol: Special "(001.001)" Special ROM
  285. *Font Times-Bold: Standard "(001.001)" Standard ROM
  286. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  287. *Font Times-Italic: Standard "(001.001)" Standard ROM
  288. *Font Times-Roman: Standard "(001.001)" Standard ROM
  289. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  290. *Font ZapfDingbats: Special "(001.000)" Special ROM
  291. *?FontQuery: "
  292. save
  293. {
  294. count 1 gt {
  295. exch dup 128 string cvs (/) print print (:) print
  296. dup FontDirectory exch known {pop (Yes)}
  297. {
  298. (fonts/ )
  299. dup 3 -1 roll 128 string cvs dup length /len exch def
  300. 6 exch putinterval
  301. 0 len 6 add getinterval mark exch
  302. { } 128 string filenameforall counttomark 0 gt {
  303. cleartomark (Yes)}{cleartomark (No)}ifelse
  304. }ifelse = flush
  305. }{ exit } ifelse
  306. } bind loop
  307. (*) = flush
  308. restore
  309. "
  310. *End
  311. *?FontList: "
  312. save
  313. FontDirectory { pop == } bind forall flush
  314. /filenameforall where {
  315. pop (fonts/*) {
  316. dup length 6 sub 6 exch getinterval cvn ==
  317. } bind
  318. 128 string filenameforall flush
  319. } if
  320. (*) = flush
  321. restore
  322. "
  323. *End
  324. *% Printer Messages (verbatim from printer):
  325. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  326. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  327. *Message: "\FontName\ not found, using Courier"
  328. *% Status (format: %%[ status: <one of these> ]%% )
  329. *Status: "busy"
  330. *Status: "waiting"
  331. *Status: "(printing)"
  332. *Status: "initializing"
  333. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  334. *Source: "serial 422"
  335. *Source: "serial 232"
  336. *Source: "Network"
  337. *Source: "AppleTalk"
  338. *Source: "Parallel"
  339. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  340. *% Color Separation Information =====================
  341. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  342. *InkName: ProcessBlack/Process Black
  343. *InkName: CustomColor/Custom Color
  344. *InkName: ProcessCyan/Process Cyan
  345. *InkName: ProcessMagenta/Process Magenta
  346. *InkName: ProcessYellow/Process Yellow
  347. *% For 60 lpi / 300 dpi =====================================================
  348. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  349. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  350. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  351. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  352. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  353. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  354. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *% For 53 lpi / 300 dpi =====================================================
  359. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  360. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  361. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  362. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  363. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  364. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  365. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  366. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  367. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  368. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  369. *% For 71 lpi / 400 dpi ===============================
  370. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  371. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  372. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  373. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  374. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  375. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  376. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  377. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  378. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  379. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  380. *% For 47 lpi / 400 dpi ===============================
  381. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  382. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  383. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  384. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  385. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  386. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  387. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  388. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  389. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  390. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"