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.

483 lines
17 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Digital Equipment Corporation PagePress Printer Description File
  3. *% Copyright (C) 1992 Digital Equipment Corporation
  4. *% All Rights Reserved.
  5. *%
  6. *% December 17, 1992
  7. *%
  8. *FormatVersion: "4.0"
  9. *FileVersion: "1.0"
  10. *LanguageVersion: English
  11. *PCFileName: "DCD32501.PPD"
  12. *Product: "(DEClaser 3250)"
  13. *PSVersion: "(47) 30"
  14. *ModelName: "Digital DEClaser 3250"
  15. *NickName: "Digital DEClaser 3250 v47"
  16. *% === Options and Constraints ==========
  17. *OpenGroup: InstallableOptions/Options Installed
  18. *OpenUI *Option1/Optional Envelope Feeder: Boolean
  19. *DefaultOption1: False
  20. *Option1 True/Installed: ""
  21. *Option1 False/Not Installed: ""
  22. *CloseUI: *Option1
  23. *CloseGroup: InstallableOptions
  24. *UIConstraints: *Option1 False *InputSlot Envelope
  25. *UIConstraints: *InputSlot Envelope *Option1 False
  26. *UIConstraints: *ManualFeed True *Duplex
  27. *UIConstraints: *Duplex *ManualFeed True
  28. *UIConstraints: *ManualFeed True *InputSlot Envelope
  29. *UIConstraints: *InputSlot Envelope *ManualFeed True
  30. *UIConstraints: *ManualFeed True *TraySwitch True
  31. *UIConstraints: *TraySwitch True *ManualFeed True
  32. *UIConstraints: *InputSlot Envelope *TraySwitch True
  33. *UIConstraints: *TraySwitch True *InputSlot Envelope
  34. *UIConstraints: *Duplex *InputSlot Envelope
  35. *UIConstraints: *InputSlot Envelope *Duplex
  36. *% === Basic Capabilities ===============
  37. *LanguageLevel: "1"
  38. *Extensions: CMYK
  39. *Emulators: hplj dec
  40. *StartEmulate hplj: "10 statusdict /setsoftwareiomode get exec\004\033\045\070"
  41. *StopEmulate hplj: "<1B7F>0"
  42. *StartEmulate dec: "10 statusdict /setsoftwareiomode get exec"
  43. *StopEmulate dec: "<1B>%/4"
  44. *FreeVM: "405316"
  45. *ColorDevice: False
  46. *DefaultColorSpace: Gray
  47. *VariablePaperSize: False
  48. *FileSystem: False
  49. *Throughput: "13"
  50. *Password: "0"
  51. *ExitServer: "
  52. count 0 eq { % is the password on the stack?
  53. true
  54. }{
  55. dup % potential password
  56. statusdict /checkpassword get exec not
  57. } ifelse
  58. { % if no password or not valid
  59. (WARNING : Cannot perform the exitserver command.) =
  60. (Password supplied is not valid.) =
  61. (Please contact the author of this software.) = flush
  62. quit
  63. } if
  64. serverdict /exitserver get exec
  65. "
  66. *End
  67. *Reset: "
  68. count 0 eq { % is the password on the stack?
  69. true
  70. }{
  71. dup % potential password
  72. statusdict /checkpassword get exec not
  73. } ifelse
  74. { % if no password or not valid
  75. (WARNING : Cannot reset printer.) =
  76. (Password supplied is not valid.) =
  77. (Please contact the author of this software.) = flush
  78. quit
  79. } if
  80. serverdict /exitserver get exec
  81. systemdict /quit get exec
  82. (WARNING : Printer Reset Failed.) = flush
  83. "
  84. *End
  85. *DefaultResolution: 300dpi
  86. *?Resolution: "
  87. save
  88. initgraphics
  89. matrix defaultmatrix dup
  90. 0 get dup mul exch 1 get dup mul add sqrt
  91. 72 mul round cvi
  92. ( ) cvs print (dpi) = flush
  93. restore
  94. "
  95. *End
  96. *% === DECimage (Smoothing) ============
  97. *OpenUI *Smoothing/DECimage: Boolean
  98. *OrderDependency: 50 AnySetup *Smoothing
  99. *DefaultSmoothing: Off
  100. *Smoothing Off: "false statusdict /setDECimage get exec"
  101. *Smoothing On: "true statusdict /setDECimage get exec"
  102. *?Smoothing: "
  103. save statusdict /DECimage get exec
  104. {(On)}{(Off)} ifelse = flush restore"
  105. *End
  106. *CloseUI: *Smoothing
  107. *% === DECimageparams (bits per pixel) ============
  108. *OpenUI *BitsPerPixel/DECimage controls: PickOne
  109. *OrderDependency: 50 AnySetup *BitsPerPixel
  110. *DefaultBitsPerPixel: Off
  111. *BitsPerPixel Off/Standard: "0.0 1.0 0.0 1 statusdict /setDECimageparams get exec"
  112. *BitsPerPixel 1/High Contrast: "0.2 0.8 0.0 1 statusdict /setDECimageparams get exec"
  113. *BitsPerPixel 2/Low Contrast: "-0.4 1.5 0.0 1 statusdict /setDECimageparams get exec"
  114. *BitsPerPixel 4/Sharp: "0.0 1.0 2.0 1 statusdict /setDECimageparams get exec"
  115. *BitsPerPixel 8/Soft: "0.0 1.0 -1.0 1 statusdict /setDECimageparams get exec"
  116. *CloseUI:BitsPerPixel
  117. *% Halftone Information ===============
  118. *ScreenFreq: "60.0"
  119. *ScreenAngle: "45.0"
  120. *DefaultScreenProc: Dot
  121. *ScreenProc Dot: "
  122. {dup mul exch dup mul add 1.0 exch sub }
  123. "
  124. *End
  125. *ScreenProc Line: "{ pop }"
  126. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  127. *DefaultTransfer: Null
  128. *Transfer Null: "{ }"
  129. *Transfer Null.Inverse: "{ 1 exch sub }"
  130. *% Paper Handling ===================
  131. *% Code in this section selects a tray and sets up a frame buffer.
  132. *OpenUI *PageSize: PickOne
  133. *OrderDependency: 30 AnySetup *PageSize
  134. *DefaultPageSize: Letter
  135. *PageSize Letter: "statusdict /lettertray get exec"
  136. *PageSize Legal: "statusdict /legaltray get exec"
  137. *PageSize Executive: "statusdict /executivetray get exec"
  138. *PageSize A4: "statusdict /a4tray get exec"
  139. *PageSize TwoThirdsA4: "statusdict /twothirdsa4tray get exec"
  140. *PageSize A5: "statusdict /a5tray get exec"
  141. *PageSize B4: "statusdict /b4tray get exec"
  142. *PageSize B5/B5 Envelope: "statusdict /b5tray get exec"
  143. *PageSize C5/C5 Envelope: "statusdict /c5tray get exec"
  144. *PageSize DL/DL Envelope: "statusdict /dltray get exec"
  145. *PageSize Statement: "statusdict /halflettertray get exec"
  146. *PageSize 7x9: "statusdict /7x9tray get exec"
  147. *PageSize 10x14: "statusdict /10x14tray get exec"
  148. *PageSize Monarch/Monarch Envelope: "statusdict /3.875x7.5tray get exec"
  149. *PageSize Comm10/Common #10 Envelope: "statusdict /4.125x9.5tray get exec"
  150. *PageSize LetterSmall: "statusdict /lettersmalltray get exec"
  151. *PageSize LegalSmall: "statusdict /legalsmalltray get exec"
  152. *PageSize A4Small: "statusdict /a4smalltray get exec"
  153. *?PageSize: "
  154. save
  155. 15 dict
  156. dup /lettertray (Letter) put
  157. dup /legaltray (Legal) put
  158. dup /executivetray (Executive) put
  159. dup /a4tray (A4) put
  160. dup /a5tray (A5) put
  161. dup /b4tray (B4) put
  162. dup /b5tray (B5) put
  163. dup /halflettertray (Statement) put
  164. dup /10x14tray (10x14) put
  165. dup /c5tray (C5) put
  166. dup /dltray (DL) put
  167. dup /7x9tray (7x9) put
  168. dup /3.875x7.5tray (Monarch) put
  169. dup /4.125x9.5tray (Comm10) put
  170. dup /twothirda4tray (TwoThirdsA4) put
  171. statusdict /papersize get exec
  172. 3 1 roll {get} stopped {(Unknown)}if
  173. exch not { print (.Transverse) }if
  174. = flush
  175. restore
  176. "
  177. *End
  178. *CloseUI: *PageSize
  179. *% These entries will set up the frame buffer. Usually used with manual feed.
  180. *OpenUI *PageRegion: PickOne
  181. *OrderDependency: 40 AnySetup *PageRegion
  182. *DefaultPageRegion: Letter
  183. *PageRegion Letter: "letter"
  184. *PageRegion Statement: "halfletter"
  185. *PageRegion TwoThirdsA4: "twothirdsa4"
  186. *PageRegion Legal: "legal"
  187. *PageRegion A4: "a4"
  188. *PageRegion A5: "a5"
  189. *PageRegion B4: "b4"
  190. *PageRegion B5/B5 Envelope: "b5"
  191. *PageRegion C5/C5 Envelope: "c5"
  192. *PageRegion DL/DL Envelope: "dl"
  193. *PageRegion 7x9: "7x9"
  194. *PageRegion 10x14: "10x14"
  195. *PageRegion Monarch/Monarch Envelope: "3.875x7.5"
  196. *PageRegion Comm10/Common #10 Envelope: "4.125x9.5"
  197. *PageRegion LetterSmall: "lettersmall"
  198. *PageRegion LegalSmall: "legalsmall"
  199. *PageRegion A4Small: "a4small"
  200. *PageRegion Executive: "executivepage"
  201. *CloseUI: *PageRegion
  202. *% The following entries provide information about specific paper keywords.
  203. *DefaultImageableArea: Letter
  204. *ImageableArea Letter: "14.16 10.08 597.36 782.64"
  205. *ImageableArea Legal: "14.16 10.08 597.36 998.64"
  206. *ImageableArea TwoThirdsA4: "14.64 10.08 546.24 585.84"
  207. *ImageableArea A4: "15.36 9.6 579.36 832.8"
  208. *ImageableArea A5: "13.92 10.08 405.36 585.84"
  209. *ImageableArea B4: "15.36 10.08 713.04 1022.4"
  210. *ImageableArea B5/B5 Envelope: "14.16 10.08 501.6 719.04"
  211. *ImageableArea LetterSmall: "29.28 30.72 582.24 762.0"
  212. *ImageableArea A4Small: "26.88 30.72 568.32 811.68"
  213. *%ImageableArea Executive: "11.28 10.08 510.24 746.64"
  214. *ImageableArea Executive: "11.28 10.08 510.24 716.64"
  215. *ImageableArea C5/C5 Envelope: "14.64 10.08 444.48 639.84"
  216. *ImageableArea DL/DL Envelope: "12.0 10.08 299.76 614.16"
  217. *ImageableArea Statement: "15.6 10.08 379.92 602.64"
  218. *ImageableArea 7x9: "13.92 10.08 489.84 638.64"
  219. *ImageableArea 10x14: "14.16 10.08 705.36 998.64"
  220. *ImageableArea Monarch/Monarch Envelope: "14.88 10.08 264.0 530.64"
  221. *ImageableArea Comm10/Common #10 Envelope: "14.16 10.08 282.72 674.64"
  222. *ImageableArea LegalSmall: "63.84 42.24 547.68 966.48"
  223. *?ImageableArea: "
  224. save
  225. /cvp { ( ) cvs print ( ) print } bind def
  226. /upperright {10000 mul floor 10000 div} bind def
  227. /lowerleft {10000 mul ceiling 10000 div} bind def
  228. newpath clippath pathbbox
  229. 4 -2 roll exch 2 {lowerleft cvp} repeat
  230. exch 2 {upperright cvp} repeat flush
  231. restore
  232. "
  233. *End
  234. *% These provide the physical dimensions of the paper (by keyword)
  235. *DefaultPaperDimension: Letter
  236. *PaperDimension Letter: "612 792"
  237. *PaperDimension Legal: "612 1008"
  238. *PaperDimension A4: "595 842"
  239. *PaperDimension A5: "420 595"
  240. *PaperDimension B4: "729 1032"
  241. *PaperDimension B5/B5 Envelope: "516 729"
  242. *PaperDimension LetterSmall: "612 792"
  243. *PaperDimension A4Small: "595 842"
  244. *PaperDimension Executive: "540 720"
  245. *PaperDimension 7x9: "504 648"
  246. *PaperDimension 10x14: "720 1008"
  247. *PaperDimension Monarch/Monarch Envelope: "279 540"
  248. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  249. *PaperDimension TwoThirdsA4: "561 595"
  250. *PaperDimension C5/C5 Envelope: "459 649"
  251. *PaperDimension DL/DL Envelope: "311 623"
  252. *PaperDimension Statement: "396 612"
  253. *PaperDimension LegalSmall: "612 1008"
  254. *OpenUI *ManualFeed: Boolean
  255. *OrderDependency: 20 AnySetup *ManualFeed
  256. *DefaultManualFeed: False
  257. *ManualFeed True: "statusdict /manualfeed true put"
  258. *ManualFeed False: "statusdict /manualfeed false put"
  259. *?ManualFeed: "
  260. save
  261. statusdict /manualfeed get
  262. {(True)}{(False)}ifelse = flush
  263. restore
  264. "
  265. *End
  266. *CloseUI: *ManualFeed
  267. *OpenUI *InputSlot: PickOne
  268. *OrderDependency: 20 AnySetup *InputSlot
  269. *DefaultInputSlot: Upper
  270. *InputSlot Envelope: "0 statusdict /setpapertray get exec"
  271. *InputSlot Upper: "1 statusdict /setpapertray get exec"
  272. *InputSlot Lower: "2 statusdict /setpapertray get exec"
  273. *InputSlot LargeCapacity: "3 statusdict /setpapertray get exec"
  274. *?InputSlot: "
  275. save
  276. 4 dict
  277. dup 1 (Envelope) put
  278. dup 2 (Upper) put
  279. dup 3 (Lower) put
  280. dup 4 (LargeCapacity) put
  281. statusdict /papertray get exec get
  282. = flush
  283. restore"
  284. *End
  285. *CloseUI: *InputSlot
  286. *DefaultOutputBin: OnlyOne
  287. *DefaultOutputOrder: Normal
  288. *OpenUI *Duplex: PickOne
  289. *OrderDependency: 50 AnySetup *Duplex
  290. *DefaultDuplex: None
  291. *Duplex None: "false statusdict /setduplexmode get exec false statusdict /settumble get exec"
  292. *Duplex DuplexNoTumble: "true statusdict /setduplexmode get exec false statusdict /settumble get exec"
  293. *Duplex DuplexTumble: "true statusdict /setduplexmode get exec true statusdict /settumble get exec"
  294. *?Duplex: "
  295. save
  296. statusdict /duplexmode get exec
  297. {statusdict /tumble get exec
  298. {(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  299. {(None)}
  300. ifelse = flush
  301. restore"
  302. *End
  303. *CloseUI: *Duplex
  304. *OpenUI *TraySwitch: Boolean
  305. *OrderDependency: 50 AnySetup *TraySwitch
  306. *DefaultTraySwitch: False
  307. *TraySwitch True: "statusdict /trayswitch true put"
  308. *TraySwitch False: "statusdict /trayswitch false put"
  309. *?TraySwitch: "
  310. save
  311. statusdict /trayswitch get {(True)}{(False)}ifelse = flush
  312. restore
  313. "
  314. *End
  315. *CloseUI: *TraySwitch
  316. *% Font Information =====================
  317. *DefaultFont: Courier
  318. *Font AvantGarde-Book: Standard "(001.000)" Standard
  319. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard
  320. *Font AvantGarde-Demi: Standard "(001.000)" Standard
  321. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard
  322. *Font Bookman-Demi: Standard "(001.000)" Standard
  323. *Font Bookman-DemiItalic: Standard "(001.000)" Standard
  324. *Font Bookman-Light: Standard "(001.000)" Standard
  325. *Font Bookman-LightItalic: Standard "(001.000)" Standard
  326. *Font Courier: Standard "(001.000)" Standard
  327. *Font Courier-Bold: Standard "(001.000)" Standard
  328. *Font Courier-BoldOblique: Standard "(001.000)" Standard
  329. *Font Courier-Oblique: Standard "(001.000)" Standard
  330. *Font Helvetica: Standard "(001.000)" Standard
  331. *Font Helvetica-Bold: Standard "(001.000)" Standard
  332. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard
  333. *Font Helvetica-Narrow: Standard "(001.000)" Standard
  334. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard
  335. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard
  336. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard
  337. *Font Helvetica-Oblique: Standard "(001.000)" Standard
  338. *Font LubalinGraph-Book: Standard "(001.000)" Standard
  339. *Font LubalinGraph-BookOblique: Standard "(001.000)" Standard
  340. *Font LubalinGraph-Demi: Standard "(001.000)" Standard
  341. *Font LubalinGraph-DemiOblique: Standard "(001.000)" Standard
  342. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard
  343. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard
  344. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard
  345. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard
  346. *Font Palatino-Bold: Standard "(001.000)" Standard
  347. *Font Palatino-BoldItalic: Standard "(001.000)" Standard
  348. *Font Palatino-Italic: Standard "(001.000)" Standard
  349. *Font Palatino-Roman: Standard "(001.000)" Standard
  350. *Font Souvenir-Demi: Standard "(001.000)" Standard
  351. *Font Souvenir-DemiItalic: Standard "(001.000)" Standard
  352. *Font Souvenir-Light: Standard "(001.000)" Standard
  353. *Font Souvenir-LightItalic: Standard "(001.000)" Standard
  354. *Font Symbol: Special "(001.001)" Special
  355. *Font Times-Bold: Standard "(001.000)" Standard
  356. *Font Times-BoldItalic: Standard "(001.000)" Standard
  357. *Font Times-Italic: Standard "(001.000)" Standard
  358. *Font Times-Roman: Standard "(001.000)" Standard
  359. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard
  360. *Font ZapfDingbats: Special "(001.000)" Special
  361. *?FontQuery: "
  362. save
  363. /str 100 string dup 0 (fonts/) putinterval def
  364. {
  365. count 1 gt
  366. {
  367. exch dup str 6 94 getinterval cvs
  368. (/) print dup print (:) print exch
  369. FontDirectory exch known
  370. { pop (Yes) }
  371. {
  372. length 6 add str 0 3 -1 roll getinterval
  373. mark exch status
  374. {cleartomark (Yes)}{cleartomark (No)} ifelse
  375. } ifelse =
  376. }
  377. {exit} ifelse
  378. }bind loop
  379. (*) = flush
  380. restore
  381. "
  382. *End
  383. *?FontList: "
  384. save
  385. FontDirectory { pop == } bind forall flush
  386. (*) = flush
  387. restore
  388. "
  389. *End
  390. *% Printer Messages (verbatim from printer):
  391. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  392. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  393. *Message: "\FontName\ not found, using Courier"
  394. *% Status (format: %%[ status: <one of these> ]%% )
  395. *Status: "initializing"
  396. *Status: "idle"
  397. *Status: "busy"
  398. *Status: "waiting"
  399. *Status: "printing"
  400. *Status: "printing test page"
  401. *Status: "warming up"
  402. *Status: "offline"
  403. *Status: "PrinterError: out of paper"
  404. *Status: "PrinterError: no paper tray"
  405. *Status: "PrinterError: paper transport error"
  406. *Status: "PrinterError: cover open"
  407. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  408. *Source: "serial25"
  409. *Source: "Centronics"
  410. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  411. *PrinterError: "out of paper"
  412. *PrinterError: "no paper tray"
  413. *PrinterError: "paper transport error"
  414. *PrinterError: "cover open"
  415. *PrinterError: "manual feed timeout"
  416. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  417. *% Color Separation Information =====================
  418. *DefaultColorSep: ProcessBlack.53lpi.300dpi/ 53 lpi / 300 dpi
  419. *InkName: ProcessBlack/Process Black
  420. *InkName: CustomColor/Custom Color
  421. *InkName: ProcessCyan/Process Cyan
  422. *InkName: ProcessMagenta/Process Magenta
  423. *InkName: ProcessYellow/Process Yellow
  424. *% For 60 lpi / 300 dpi ===============================
  425. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  426. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  427. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  428. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  429. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  430. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  431. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  432. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  433. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  434. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  435. *% For 53 lpi / 300 dpi ===============================
  436. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  437. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  438. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  439. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  440. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  441. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  442. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  443. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  444. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  445. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  446. *% end of PPD file for DEClaser 3250