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.

530 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. *% TekColor TM is a trademark of Tektronix, Inc.
  10. *FormatVersion: "4.1"
  11. *FileVersion: "1.1"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *PCFileName: "DCLF02F1.PPD"
  15. *Product: "(DECcolorwriter 1000)"
  16. *PSVersion: "(2013.113) 9"
  17. *ModelName: "Digital DECcolorwriter 1000"
  18. *ShortNickName: "Digital DECcolorwriter 1000 39"
  19. *NickName: "Digital DECcolorwriter 1000 39 fonts v2013.113"
  20. *% === Options and Constraints =========
  21. *OpenGroup: InstallableOptions/Options Installed
  22. *OpenUI *Option1/Optional Lower Tray: Boolean
  23. *DefaultOption1: False
  24. *Option1 True/Installed: ""
  25. *Option1 False/Not Installed: ""
  26. *CloseUI: *Option1
  27. *CloseGroup: InstallableOptions
  28. *UIConstraints: *Option1 False *InputSlot Lower
  29. *% ==== Device Capabilities ===============
  30. *LanguageLevel: "2"
  31. *Protocols: BCP
  32. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  33. *StopEmulator_hpgl: "<1B7F>0"
  34. *FreeVM: "876000"
  35. *ColorDevice: True
  36. *DefaultColorSpace: CMYK
  37. *VariablePaperSize: False
  38. *Throughput: "1"
  39. *Password: "()"
  40. *ExitServer: "
  41. count 0 eq
  42. { false } { true exch startjob } ifelse
  43. not {
  44. (WARNING: Cannot modify initial VM.) =
  45. (Missing or invalid password.) =
  46. (Please contact the author of this software.) = flush quit
  47. } if
  48. "
  49. *End
  50. *Reset: "
  51. count 0 eq
  52. { false } { true exch startjob } ifelse
  53. not {
  54. (WARNING: Cannot reset printer.) =
  55. (Missing or invalid password.) =
  56. (Please contact the author of this software.) = flush quit
  57. } if
  58. systemdict /quit get exec
  59. (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62. *DefaultResolution: 300dpi
  63. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  64. *?Resolution: "
  65. save
  66. currentpagedevice /HWResolution get
  67. 0 get
  68. ( ) cvs print
  69. (dpi)
  70. = flush
  71. restore
  72. "
  73. *End
  74. *% Halftone Information ===============
  75. *ScreenFreq: "60.0"
  76. *ScreenAngle: "68.0"
  77. *DefaultScreenProc: TekHalftone
  78. *ScreenProc TekHalftone: "
  79. mark
  80. { /DefaultHalftone /Halftone findresource /GraySpotFunction get
  81. exch
  82. } stopped pop cleartomark
  83. "
  84. *End
  85. *SpotFunctionLine: "{ pop }"
  86. *SpotFunctionEllipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87. *DefaultTransfer: Null
  88. *Transfer Null: "{ }"
  89. *Transfer Null.Inverse: "{ 1 exch sub }"
  90. *% Print Quality Selection ===================
  91. *OpenUI *OutputMode/Print Quality: PickOne
  92. *OrderDependency: 40 AnySetup *OutputMode
  93. *DefaultOutputMode: Standard
  94. *OutputMode Standard: "
  95. mark
  96. {
  97. 3 dict begin
  98. /HWResolution [300 300] def
  99. /PostRenderingEnhance true def
  100. /PostRenderingEnhanceDetails 1 dict begin
  101. /OutputMode (Standard) def
  102. currentdict end def
  103. currentdict end setpagedevice
  104. } stopped cleartomark"
  105. *End
  106. *OutputMode Enhanced: "
  107. mark
  108. {
  109. 3 dict begin
  110. /HWResolution [300 300] def
  111. /PostRenderingEnhance true def
  112. /PostRenderingEnhanceDetails 1 dict begin
  113. /OutputMode (Enhanced) def
  114. currentdict end def
  115. currentdict end setpagedevice
  116. } stopped cleartomark"
  117. *End
  118. *OutputMode HighResolution/High Resolution: "
  119. mark
  120. {
  121. 3 dict begin
  122. /HWResolution [300 600] def
  123. /PostRenderingEnhance true def
  124. /PostRenderingEnhanceDetails 1 dict begin
  125. /OutputMode (Enhanced) def
  126. currentdict end def
  127. currentdict end setpagedevice
  128. } stopped cleartomark"
  129. *End
  130. *?OutputMode: "save
  131. currentpagedevice /PostRenderingEnhanceDetails get
  132. /OutputMode get = flush restore"
  133. *End
  134. *CloseUI: *OutputMode
  135. *% Tray Selection ===================
  136. *% Code in this section both selects an input tray
  137. *OpenUI *InputSlot: PickOne
  138. *OrderDependency: 60 AnySetup *InputSlot
  139. *DefaultInputSlot:Unknown
  140. *InputSlot Lower: "
  141. mark
  142. {
  143. 2 dict begin
  144. /InputAttributes 1 dict begin /Priority [1] def currentdict end def
  145. /TraySwitch false def
  146. currentdict end setpagedevice
  147. } stopped cleartomark
  148. "
  149. *End
  150. *InputSlot Upper: "
  151. mark
  152. {
  153. 2 dict begin
  154. /InputAttributes 1 dict begin /Priority [0] def currentdict end def
  155. /TraySwitch false def
  156. currentdict end setpagedevice
  157. } stopped cleartomark
  158. "
  159. *End
  160. *InputSlot AutoSelect: "
  161. mark
  162. {
  163. 2 dict begin
  164. /InputAttributes 1 dict begin /Priority [1 0] def currentdict end def
  165. /TraySwitch true def
  166. currentdict end setpagedevice
  167. } stopped cleartomark
  168. "
  169. *End
  170. *?InputSlot: "
  171. save
  172. 3 dict
  173. dup /0 (Upper) put
  174. dup /1 (Lower) put
  175. dup /2 (AutoSelect) put
  176. currentpagedevice /InputAttributes get
  177. dup /Priority known
  178. { /Priority get dup length 2 eq {pop 2}{0 get} ifelse ( ) cvs cvn get }
  179. {
  180. dup length 1 eq
  181. { {pop} forall ( ) cvs cvn get }
  182. { pop pop (Unknown) } ifelse
  183. } ifelse
  184. = flush
  185. restore
  186. "
  187. *End
  188. *CloseUI: *InputSlot
  189. *DefaultOutputBin: OnlyOne
  190. *DefaultOutputOrder: Reverse
  191. *% Paper Handling ===================
  192. *% Code in this section both selects a tray and sets up a frame buffer.
  193. *OpenUI *PageSize: PickOne
  194. *OrderDependency: 100 AnySetup *PageSize
  195. *DefaultPageSize: Letter
  196. *PageSize Letter/Letter: "
  197. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  198. *End
  199. *PageSize Letter.Perf/Letter Perf: "
  200. 2 dict dup /PageSize [611 792] put dup /ImagingBBox null put setpagedevice"
  201. *End
  202. *PageSize A4/A4: "
  203. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  204. *End
  205. *PageSize A4.Perf/A4 Perf: "
  206. 2 dict dup /PageSize [594 842] put dup /ImagingBBox null put setpagedevice"
  207. *End
  208. *?PageSize: "
  209. save
  210. currentpagedevice /PageSize get aload pop
  211. 2 copy gt {exch} if
  212. (Unknown)
  213. 4 dict
  214. dup [612 792] (Letter) put
  215. dup [611 792] (Letter Perf) put
  216. dup [595 842] (A4) put
  217. dup [594 842] (A4 Perf) put
  218. { exch aload pop 4 index sub abs 5 le exch
  219. 5 index sub abs 5 le and
  220. {exch pop exit} {pop} ifelse
  221. } bind forall
  222. = flush pop pop
  223. restore
  224. "
  225. *End
  226. *CloseUI: *PageSize
  227. *OpenUI *PageRegion: PickOne
  228. *OrderDependency: 120 AnySetup *PageRegion
  229. *DefaultPageRegion: Letter
  230. *PageRegion Letter/Letter: "
  231. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  232. *End
  233. *PageRegion Letter.Perf/Letter Perf: "
  234. 2 dict dup /PageSize [611 792] put dup /ImagingBBox null put setpagedevice"
  235. *End
  236. *PageRegion A4/A4: "
  237. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  238. *End
  239. *PageRegion A4.Perf/A4 Perf: "
  240. 2 dict dup /PageSize [594 842] put dup /ImagingBBox null put setpagedevice"
  241. *End
  242. *CloseUI: *PageRegion
  243. *DefaultImageableArea: Letter
  244. *ImageableArea Letter/Letter: "14.1733 59.6476 597.853 777.247"
  245. *ImageableArea Letter.Perf/Letter Perf: "14.1733 14.2933 597.853 777.493"
  246. *ImageableArea A4/A4: "14.1733 59.6476 582.493 827.648"
  247. *ImageableArea A4.Perf/A4 Perf: "14.1733 14.2933 582.493 827.893"
  248. *?ImageableArea: "
  249. save
  250. /cvp { ( ) cvs print ( ) print } bind def
  251. /upperright {10000 mul floor 10000 div} bind def
  252. /lowerleft {10000 mul ceiling 10000 div} bind def
  253. newpath clippath pathbbox
  254. 4 -2 roll exch 2 {lowerleft cvp} repeat
  255. exch 2 {upperright cvp} repeat flush
  256. restore
  257. "
  258. *End
  259. *% These provide the physical dimensions of the paper (by keyword)
  260. *DefaultPaperDimension: Letter
  261. *PaperDimension Letter/Letter: "612 792"
  262. *PaperDimension Letter.Perf/Letter Perf: "611 792"
  263. *PaperDimension A4/A4: "595 842"
  264. *PaperDimension A4.Perf/A4 Perf: "594 842"
  265. *RequiresPageRegion All: False
  266. *% TekColor Selections ===================
  267. *OpenUI *TekColor: PickOne
  268. *OrderDependency: 200 AnySetup *TekColor
  269. *DefaultTekColor: VividBlue/Vivid Blue
  270. *TekColor NoAdjust/None: "mark
  271. { currentpagedevice /DeviceRenderingInfo get dup
  272. /Type get 2 ne
  273. { pop 4 dict begin /Type 2 def currentdict end } if
  274. begin
  275. /VirtualColorDevice null def
  276. /AdjustCIEColors false def
  277. currentdict end
  278. 1 dict begin
  279. /DeviceRenderingInfo exch def
  280. currentdict end
  281. setpagedevice
  282. } stopped cleartomark"
  283. *End
  284. *TekColor VividBlue/Vivid Blue: " mark
  285. { currentpagedevice /DeviceRenderingInfo get dup
  286. /Type get 2 ne
  287. { pop 4 dict begin /Type 2 def currentdict end } if
  288. begin
  289. /VirtualColorDevice 2 dict begin
  290. /Type 3 def
  291. /ColorTransform /TekBlue def
  292. currentdict end def
  293. /AdjustCIEColors false def
  294. currentdict end
  295. 1 dict begin
  296. /DeviceRenderingInfo exch def
  297. currentdict end
  298. setpagedevice
  299. } stopped cleartomark"
  300. *End
  301. *TekColor SimulateDisplay/Simulate Display: " mark
  302. { currentpagedevice /DeviceRenderingInfo get dup
  303. /Type get 2 ne
  304. { pop 4 dict begin /Type 2 def currentdict end } if
  305. begin
  306. /VirtualColorDevice 2 dict begin
  307. /Type 3 def
  308. /ColorTransform /TekDisplay def
  309. currentdict end def
  310. /AdjustCIEColors false def
  311. currentdict end
  312. 1 dict begin
  313. /DeviceRenderingInfo exch def
  314. currentdict end
  315. setpagedevice
  316. } stopped cleartomark"
  317. *End
  318. *TekColor SimulatePress/Simulate Press: " mark
  319. { currentpagedevice /DeviceRenderingInfo get dup
  320. /Type get 2 ne
  321. { pop 4 dict begin /Type 2 def currentdict end } if
  322. begin
  323. /VirtualColorDevice 2 dict begin
  324. /Type 3 def
  325. /ColorTransform /SWOP-Coated def
  326. currentdict end def
  327. /AdjustCIEColors false def
  328. currentdict end
  329. 1 dict begin
  330. /DeviceRenderingInfo exch def
  331. currentdict end
  332. setpagedevice
  333. } stopped cleartomark"
  334. *End
  335. *TekColor UsePrinterSetting/Use Printer Setting: ""
  336. *?TekColor: "
  337. save
  338. currentpagedevice
  339. {/DeviceRenderingInfo get/VirtualColorDevice get} stopped
  340. {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse
  341. = flush
  342. restore
  343. "
  344. *End
  345. *CloseUI: *TekColor
  346. *% Font Information =====================
  347. *DefaultFont: Courier
  348. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  349. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  350. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  351. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  352. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  353. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  354. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  355. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  356. *Font Courier: Standard "(002.003)" Standard ROM
  357. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  358. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  359. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  360. *Font Helvetica: Standard "(001.006)" Standard ROM
  361. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  362. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  363. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  364. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  365. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  366. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  367. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  368. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  369. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  370. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  371. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  372. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  373. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  374. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  375. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  376. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  377. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  378. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  379. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  380. *Font Symbol: Special "(001.007)" Special ROM
  381. *Font Times-Bold: Standard "(001.007)" Standard ROM
  382. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  383. *Font Times-Italic: Standard "(001.007)" Standard ROM
  384. *Font Times-Roman: Standard "(001.007)" Standard ROM
  385. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  386. *Font ZapfDingbats: Special "(001.004)" Special ROM
  387. *?FontQuery: "
  388. save
  389. { count 1 gt
  390. { exch dup 127 string cvs (/) print print (:) print
  391. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  392. } { exit } ifelse
  393. } bind loop
  394. (*) = flush
  395. restore
  396. "
  397. *End
  398. *?FontList: "
  399. save
  400. (*) {cvn ==} 128 string /Font resourceforall
  401. (*) = flush
  402. restore
  403. "
  404. *End
  405. *% Printer Messages (verbatim from printer):
  406. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  407. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  408. *Message: "\FontName\ not found, using Courier"
  409. *% Status (format: %%[ status: <one of these> ] %%)
  410. *Status: "printer is warming up"
  411. *Status: "idle"
  412. *Status: "printing"
  413. *Status: "PrinterError: printer is not ready"
  414. *Status: "PrinterError: upper media tray empty"
  415. *Status: "PrinterError: lower media tray empty"
  416. *Status: "PrinterError: media tray empty"
  417. *Status: "PrinterError: paper misfeed"
  418. *Status: "PrinterError: ribbon empty"
  419. *Status: "PrinterError: ribbon jam"
  420. *Status: "PrinterError: ribbon low"
  421. *Status: "PrinterError: illegal ribbon"
  422. *Status: "PrinterError: cover open"
  423. *Status: "PrinterError: pickup failed, check cover"
  424. *Status: "PrinterError: print head too warm"
  425. *Status: "PrinterError: internal engine error"
  426. *Status: "PrinterError: print engine failure"
  427. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  428. *Source: "Serial"
  429. *Source: "LocalTalk"
  430. *Source: "Parallel"
  431. *Source: "Internal"
  432. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  433. *PrinterError: "printer is not ready"
  434. *PrinterError: "upper media tray empty"
  435. *PrinterError: "lower media tray empty"
  436. *PrinterError: "media tray empty"
  437. *PrinterError: "paper misfeed"
  438. *PrinterError: "ribbon empty"
  439. *PrinterError: "ribbon jam"
  440. *PrinterError: "ribbon low"
  441. *PrinterError: "illegal ribbon"
  442. *PrinterError: "cover open"
  443. *PrinterError: "pickup failed, check cover"
  444. *PrinterError: "print head too warm"
  445. *PrinterError: "internal engine error"
  446. *PrinterError: "print engine failure"
  447. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  448. *% Color Separation Information =====================
  449. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  450. *InkName: ProcessBlack/Process Black
  451. *InkName: CustomColor/Custom Color
  452. *InkName: ProcessCyan/Process Cyan
  453. *InkName: ProcessMagenta/Process Magenta
  454. *InkName: ProcessYellow/Process Yellow
  455. *% For 60 lpi / 300 dpi ================================
  456. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  457. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  458. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  459. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  460. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "68.0"
  461. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  462. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  463. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  464. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  465. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  466. *% end of PPD file for DECcolorwriter 1000 39