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.

382 lines
13 KiB

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 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: "3.4"
  11. *PCFileName: "HP_3P522.PPD"
  12. *LanguageVersion: English
  13. *Product: "(HP LaserJet IIIP)"
  14. *PSVersion: "(52.2) 0"
  15. *ModelName: "HP LaserJet IIIP PostScript Cartridge"
  16. *ShortNickName: "HP LaserJetIIIP Cartridge v52.2"
  17. *NickName: "HP LaserJet IIIP PostScript Cartridge v52.2"
  18. *% ==== Options and Constraints =====
  19. *OpenGroup: InstallableOptions/Options Installed
  20. *OpenUI *Option1/Optional Lower Tray: Boolean
  21. *DefaultOption1: False
  22. *Option1 True/Installed: ""
  23. *Option1 False/Not Installed: ""
  24. *CloseUI: *Option1
  25. *CloseGroup: InstallableOptions
  26. *UIConstraints: *Option1 False *InputSlot Lower
  27. *UIConstraints: *ManualFeed False *PageSize B5
  28. *UIConstraints: *PageSize B5 *ManualFeed False
  29. *UIConstraints: *ManualFeed False *PageRegion B5
  30. *UIConstraints: *PageRegion B5 *ManualFeed False
  31. *% General Information and Defaults ===============
  32. *FreeVM: "264000"
  33. *LanguageLevel: "1"
  34. *ColorDevice: False
  35. *DefaultColorSpace: Gray
  36. *VariablePaperSize: False
  37. *FileSystem: False
  38. *Throughput: "4"
  39. *Password: "0"
  40. *ExitServer: "
  41. count 0 eq { % is the password on the stack?
  42. true
  43. }{
  44. dup % potential password
  45. statusdict /checkpassword get exec not
  46. } ifelse
  47. { % if no password or not valid
  48. (WARNING : Cannot perform the exitserver command.) =
  49. (Password supplied is not valid.) =
  50. (Please contact the author of this software.) = flush
  51. quit
  52. } if
  53. serverdict /exitserver get exec
  54. "
  55. *End
  56. *Reset: "
  57. count 0 eq { % is the password on the stack?
  58. true
  59. }{
  60. dup % potential password
  61. statusdict /checkpassword get exec not
  62. } ifelse
  63. { % if no password or not valid
  64. (WARNING : Cannot reset printer.) =
  65. (Password supplied is not valid.) =
  66. (Please contact the author of this software.) = flush
  67. quit
  68. } if
  69. serverdict /exitserver get exec
  70. systemdict /quit get exec
  71. (WARNING : Printer Reset Failed.) = flush
  72. "
  73. *End
  74. *DefaultResolution: 300dpi
  75. *?Resolution: "
  76. save
  77. initgraphics
  78. 0 0 moveto currentpoint matrix defaultmatrix transform
  79. 0 72 lineto currentpoint matrix defaultmatrix transform
  80. 3 -1 roll sub dup mul
  81. 3 1 roll exch sub dup mul
  82. add sqrt round cvi
  83. ( ) cvs print (dpi) = flush
  84. restore
  85. "
  86. *End
  87. *OpenUI *Smoothing/RET: PickOne
  88. *OrderDependency: 50 AnySetup *Smoothing
  89. *DefaultSmoothing: Medium
  90. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  91. *Smoothing Light: "1 statusdict /setdoret get exec"
  92. *Smoothing Medium: "2 statusdict /setdoret get exec"
  93. *Smoothing Dark: "3 statusdict /setdoret get exec"
  94. *?Smoothing: "
  95. save
  96. [(None)(Light)(Medium)(Dark)(Unknown)] statusdict /doret get exec
  97. dup 3 gt{pop 4}if get = flush
  98. restore
  99. "
  100. *End
  101. *CloseUI: *Smoothing
  102. *% Halftone Information ===============
  103. *ScreenFreq: "60.0"
  104. *ScreenAngle: "45.0"
  105. *DefaultScreenProc: Dot
  106. *ScreenProc Dot: "
  107. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  108. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  109. "
  110. *End
  111. *ScreenProc Line: "{ pop }"
  112. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  113. *DefaultTransfer: Null
  114. *Transfer Null: "{ }"
  115. *Transfer Null.Inverse: "{ 1 exch sub }"
  116. *% Paper Handling ===================
  117. *% Use these entries to set paper size most of the time, unless there is
  118. *% specific reason to use PageRegion.
  119. *OpenUI *PageSize: PickOne
  120. *OrderDependency: 30 AnySetup *PageSize
  121. *DefaultPageSize: Letter
  122. *PageSize Letter: "statusdict /lettertray get exec"
  123. *PageSize Legal: "statusdict /legaltray get exec"
  124. *PageSize Executive: "statusdict /executivetray get exec"
  125. *PageSize A4: "statusdict /a4tray get exec"
  126. *PageSize B5: "statusdict /b5tray get exec"
  127. *PageSize Comm10/Comm #10 Envelope: "statusdict /com10envelopetray get exec"
  128. *PageSize Monarch/Monarch Envelope: "statusdict /monarcenvelopetray get exec"
  129. *PageSize DL/DL Envelope: "statusdict /dlenvelopetray get exec"
  130. *PageSize C5/C5 Envelope: "statusdict /c5envelopetray get exec"
  131. *?PageSize: "
  132. save
  133. 9 dict
  134. dup /lettertray (Letter) put
  135. dup /legaltray (Legal) put
  136. dup /executivetray (Executive) put
  137. dup /a4tray (A4) put
  138. dup /b5tray (B5) put
  139. dup /com10envelopetray (Comm10) put
  140. dup /monarcenvelopetray (Monarch) put
  141. dup /dlenvelopetray (DL) put
  142. dup /c5envelopetray (C5) put
  143. statusdict /papersize get exec
  144. 3 1 roll {get} stopped {(Unknown)}if
  145. exch not { print (.Transverse) }if
  146. = flush
  147. restore
  148. "
  149. *End
  150. *CloseUI: *PageSize
  151. *% These entries will set up the frame buffer. Usually used with manual feed.
  152. *OpenUI *PageRegion: PickOne
  153. *OrderDependency: 40 AnySetup *PageRegion
  154. *DefaultPageRegion: Letter
  155. *PageRegion Letter: "letter"
  156. *PageRegion Legal: "legal"
  157. *PageRegion Executive: "executivepage"
  158. *PageRegion A4: "a4"
  159. *PageRegion B5: "b5"
  160. *PageRegion Comm10/Comm #10 Envelope: "com10envelope"
  161. *PageRegion Monarch/Monarch Envelope: "monarcenvelope"
  162. *PageRegion DL/DL Envelope: "dlenvelope"
  163. *PageRegion C5/C5 Envelope: "c5envelope"
  164. *CloseUI: *PageRegion
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "18 19 593 774 "
  168. *ImageableArea Legal: "18 19 593 990 "
  169. *ImageableArea Executive: "18 19 501 738 "
  170. *ImageableArea A4: "18 19 578 824 "
  171. *ImageableArea B5: "18 19 505 713 "
  172. *ImageableArea Comm10/Comm #10 Envelope: "18 19 278 666 "
  173. *ImageableArea Monarch/Monarch Envelope: "18 19 259 522 "
  174. *ImageableArea DL/DL Envelope: "18 19 294 605 "
  175. *ImageableArea C5/C5 Envelope: "18 19 440 630 "
  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 Executive: "522 756"
  192. *PaperDimension A4: "595 842"
  193. *PaperDimension B5: "516 729"
  194. *PaperDimension Comm10/Comm #10 Envelope: "297 684"
  195. *PaperDimension Monarch/Monarch Envelope: "279 540"
  196. *PaperDimension DL/DL Envelope: "312 624"
  197. *PaperDimension C5/C5 Envelope: "459 649"
  198. *LandscapeOrientation: Plus90
  199. *OpenUI *InputSlot: PickOne
  200. *OrderDependency: 20 AnySetup *InputSlot
  201. *DefaultInputSlot: Unknown
  202. *InputSlot Upper/Upper Tray: "0 statusdict /setpapertray get exec"
  203. *InputSlot Lower/Lower Tray: "1 statusdict /setpapertray get exec"
  204. *?InputSlot: "
  205. save
  206. [ (Upper) (Lower) ] statusdict /papertray get exec
  207. {get exec} stopped { pop pop (Unknown)} if = flush
  208. restore
  209. "
  210. *End
  211. *CloseUI: *InputSlot
  212. *OpenUI *ManualFeed: Boolean
  213. *OrderDependency: 20 AnySetup *ManualFeed
  214. *DefaultManualFeed: False
  215. *ManualFeed True: "statusdict /manualfeed true put"
  216. *ManualFeed False: "statusdict /manualfeed false put"
  217. *?ManualFeed: "
  218. save
  219. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  220. restore
  221. "
  222. *End
  223. *CloseUI: *ManualFeed
  224. *DefaultOutputOrder: Normal
  225. *% Font Information =====================
  226. *DefaultFont: Courier
  227. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  228. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  229. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  230. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  231. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  232. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  233. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  234. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  235. *Font Courier: Standard "(002.002)" Standard ROM
  236. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  237. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  238. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  239. *Font Helvetica: Standard "(001.002)" Standard ROM
  240. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  241. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  242. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  243. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  244. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  245. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  246. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  247. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  248. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  249. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  250. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  251. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  252. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  253. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  254. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  255. *Font Symbol: Special "(001.003)" Special ROM
  256. *Font Times-Bold: Standard "(001.002)" Standard ROM
  257. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  258. *Font Times-Italic: Standard "(001.002)" Standard ROM
  259. *Font Times-Roman: Standard "(001.002)" Standard ROM
  260. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  261. *Font ZapfDingbats: Special "(001.002)" Special ROM
  262. *?FontQuery: "
  263. save
  264. /str 100 string dup 0 (fonts/) putinterval def
  265. {
  266. count 1 gt
  267. {
  268. exch dup str 6 94 getinterval cvs
  269. (/) print print (:) print
  270. FontDirectory exch known
  271. {(Yes)}{(No)} ifelse =
  272. }
  273. {exit} ifelse
  274. }bind loop
  275. (*) = flush
  276. restore
  277. "
  278. *End
  279. *?FontList: "
  280. save
  281. FontDirectory { pop == } bind forall flush
  282. (*) = flush
  283. restore
  284. "
  285. *End
  286. *% Printer Messages (verbatim from printer):
  287. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  288. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  289. *Message: "\FontName\ not found, using Courier"
  290. *% Status (format: %%[ status: <one of these> ]%% )
  291. *Status: "idle"
  292. *Status: "busy"
  293. *Status: "waiting"
  294. *Status: "printing"
  295. *Status: "PrinterError: Out Of Paper"
  296. *Status: "PrinterError: Cover Open"
  297. *Status: "PrinterError: Feed Manual"
  298. *Status: "PrinterError: Paper Jam"
  299. *Status: "PrinterError: Miscellaneous Error"
  300. *Status: "PrinterError: Fatal Error"
  301. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  302. *Source: "serial9"
  303. *Source: "serial25"
  304. *Source: "AppleTalk"
  305. *Source: "Centronics"
  306. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  307. *PrinterError: "Out Of Paper"
  308. *PrinterError: "Cover Open"
  309. *PrinterError: "Feed Manual"
  310. *PrinterError: "Paper Jam"
  311. *PrinterError: "Miscellaneous Error"
  312. *PrinterError: "Fatal Error"
  313. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  314. *% Color Separation Information =====================
  315. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  316. *InkName: ProcessBlack/Process Black
  317. *InkName: CustomColor/Custom Color
  318. *InkName: ProcessCyan/Process Cyan
  319. *InkName: ProcessMagenta/Process Magenta
  320. *InkName: ProcessYellow/Process Yellow
  321. *% For 60 lpi / 300 dpi ===============================
  322. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  323. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  324. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  325. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  326. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  327. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332. *% For 53 lpi / 300 dpi ===============================
  333. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  334. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  335. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  336. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  337. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  338. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  339. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  340. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  341. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  342. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  343. *% For "HP LaserJet IIIP" version 52.2
  344. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  345. *% Converted to meet 4.0 specification
  346. *% Last Edit Date: Jun 16 1994
  347. *% The byte count of this file should be exactly 012998 or 013380
  348. *% depending on the filesystem it resides in.
  349. *% end of PPD file for HP LaserJet IIIP