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.

301 lines
11 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Xerox Corporation � Printer Description File
  3. *% Copyright Xerox Corporation
  4. *% Copyright Adobe Systems, Incorporated
  5. *% All Rights Reserved
  6. *% PPD was created by Lovest Watson III on 8/30/95
  7. *% PPD was modified by Flora Hayashi on 11/9/95 and 2/29/96 for customization
  8. *% modifications: 1) added required keyword *LanguageEncoding
  9. *% 2) matched the *OpenUI word with the *CloseUI word
  10. *% so that the asterisk is included (Collate -> *Collate)
  11. *% 3) prefixed keywords not defined in PPD 4.2 Spec
  12. *% with the OEM initial (*BlackText -> *XRBlackText)
  13. *% 4) moved the section of *OpenGroup to the front
  14. *% of the font information.
  15. *% 5) changed blacktextmap to setblacktextmap
  16. *% 6) modified tray names to be Upper, Lower, and LargeCapacity
  17. *% 7) changed colorSepScreenAngle for Cyan to 105 and
  18. *% magenta to 75
  19. *% 8) modified PCFileName to be "XR470021.PPD"
  20. *% 9) modified font list format to include charset and status
  21. *% 10) PCFilename was changed to OEM4700.PPD which is required
  22. *% for customization
  23. *% 11) Added in SetBlackTextandGraphics commands
  24. *% 12) Took out Collate commands.
  25. *% 13) Rearranged True and False for Jog and Emulate
  26. *% 14) modified name to be XR470003.PPD for banner tray selection
  27. *%
  28. *FormatVersion: "4.2"
  29. *FileVersion: "1.0"
  30. *LanguageEncoding: ISOLatin1
  31. *LanguageVersion: English
  32. *PCFileName:"XR470004.PPD"
  33. *Product: "(Xerox 4700 II Color Laser Printer)"
  34. *PSVersion: "(2013.114) 7"
  35. *ModelName: "Xerox 4700 II PostScript 2"
  36. *NickName: "Xerox 4700 II PostScript 2"
  37. *% =======General Information and Defaults ===============
  38. *% Free VM number is suspect
  39. *LanguageLevel: "2"
  40. *Protocols: TBCP BCP
  41. *FreeVM: "500000"
  42. *ColorDevice: True
  43. *DefaultColorSpace:CMYK
  44. *VariablePaperSize: False
  45. *FileSystem: True
  46. *Throughput: "8"
  47. *Password: "0"
  48. *ExitServer: "
  49. count 0 eq {
  50. true % no password on the stack
  51. }{
  52. dup % potential password
  53. statusdict /checkpassword get exec not
  54. } ifelse
  55. {
  56. quit % no password or not valid.
  57. } if
  58. serverdict /exitserver get exec
  59. "
  60. *End
  61. *Reset: "
  62. count 0 eq {
  63. true % no password on the stack
  64. }{
  65. dup % potential password
  66. statusdict /checkpassword get exec not
  67. } ifelse
  68. {
  69. quit % no password or not valid.
  70. } if
  71. serverdict /exitserver get exec
  72. systemdict /quit get exec
  73. "
  74. *End
  75. *DefaultResolution: 300dpi
  76. *% ==========Halftone Information ===============
  77. *ScreenFreq: "37.5"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "{360 mul cos exch 360 mul cos add 2 div}"
  81. *ScreenProc Line: "{pop abs 2 mul 1 sub abs}"
  82. *DefaultTransfer: Normalized
  83. *Transfer Normalized: "{ }"
  84. *% ==========Paper Handling ===================
  85. *% Use these entries to set paper size most of the time, unless there is
  86. *% specific reason to use PageRegion.
  87. *DefaultPageSize: Letter
  88. *PageSize Letter: "statusdict /lettertray get exec"
  89. *PageSize Folio: "statusdict /foliotray get exec"
  90. *PageSize Legal: "statusdict /legaltray get exec"
  91. *PageSize Tabloid: "statusdict /tabloidtray get exec"
  92. *PageSize Ledger: "statusdict /ledgertray get exec"
  93. *PageSize A4: "statusdict /a4tray get exec"
  94. *PageSize A3: "statusdict /a3tray get exec"
  95. *% These entries set the imageable area (and frame buffers) without
  96. *% specifying a given media source.
  97. *DefaultPageRegion: Letter
  98. *PageRegion Letter: "letter"
  99. *PageRegion Folio: "folio"
  100. *PageRegion Legal: "legal"
  101. *PageRegion Tabloid: "tabloid"
  102. *PageRegion Ledger: "ledger"
  103. *PageRegion A4: "a4"
  104. *PageRegion A3: "a3"
  105. *% The entries give the imageable area for each media as a
  106. *% bounding box (llx, lly, urx, ury) in points.
  107. *DefaultImageableArea: Letter
  108. *ImageableArea Letter: "31 10 589 782"
  109. *ImageableArea Folio: "10 31 602 913"
  110. *ImageableArea Legal: "10 31 602 985"
  111. *ImageableArea Tabloid: "10 31 782 1201"
  112. *ImageableArea Ledger: "31 10 1201 782"
  113. *ImageableArea A4: "31 10 572 832"
  114. *ImageableArea A3: "10 31 832 1167"
  115. *% Provide physical dimensions in points for each media (x-width, y-height)
  116. *DefaultPaperDimension: Letter
  117. *PaperDimension Letter: "612 792"
  118. *PaperDimension Folio: "612 936"
  119. *PaperDimension Legal: "612 1008"
  120. *PaperDimension Tabloid: "792 1224"
  121. *PaperDimension Ledger: "1224 792"
  122. *PaperDimension A4: "595 842"
  123. *PaperDimension A3: "842 1191"
  124. *% Provide input options
  125. *DefaultInputSlot: Upper
  126. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  127. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  128. *InputSlot LargeCapacity: "{2 statusdict /setpapertray get exec} stopped {pop} {} ifelse"
  129. *DefaultDuplex: None
  130. *DefaultOutputOrder: Normal
  131. *DefaultCollate: True
  132. *% === WRAPPER CODE TO SWITCH PRINTER MODE ===
  133. *CAIPostScriptBegin: "=MCK= SAVE/END
  134. =MCK= EMULATE/POSTSCRIPT/END
  135. "
  136. *End
  137. *CAIPostScriptEnd: "=MCK= RESTORE/END
  138. "
  139. *End
  140. *% PPD version 4.0 collation and job offsetting keywords - MRG 5/25/92
  141. *% =================Start of UI definitions==================
  142. *OpenGroup: Finishing
  143. *%OpenUI *Collate: Boolean
  144. *%DefaultCollate: True
  145. *%Collate False: ""
  146. *%Collate True: ""
  147. *%CloseUI: *Collate
  148. *%OpenUI *Jog/Job Offsetting: Boolean
  149. *%DefaultJog: True
  150. *%Jog False: ""
  151. *%Jog True: ""
  152. *%CloseUI: *Jog
  153. *OpenUI *XRColorModel/Print Gray Scale: Boolean
  154. *DefaultXRColorModel: False
  155. *XRColorModel False: "1 dict dup /ProcessColorModel /CMYK
  156. put setpagedevice"
  157. *End
  158. *XRColorModel True: "1 dict dup /ProcessColorModel /DeviceGray
  159. put setpagedevice"
  160. *End
  161. *CloseUI: *XRColorModel
  162. *%OpenUI *Emulate/Emulation Switching: Boolean
  163. *%DefaultEmulate: True
  164. *%Emulate False: ""
  165. *%Emulate True: ""
  166. *%CloseUI: *Emulate
  167. *%OpenUI *XRBannerTray/Banner Tray Selection: PickOne
  168. *%DefaultXRBannerTray: None
  169. *%XRBannerTray None: ""
  170. *%XRBannerTray Lower: ""
  171. *%XRBannerTray Upper: ""
  172. *%XRBannerTray LargeCapacity: ""
  173. *%CloseUI: *XRBannerTray
  174. *CloseGroup: Finishing
  175. *OpenGroup: Color
  176. *%OpenUI *XRBlackText/Black Text Mapping: Boolean
  177. *%DefaultXRBlackText: True
  178. *%XRBlackText False: "false /statusdict setblacktextmap get exec"
  179. *%XRBlackText True: "true /statusdict setblacktextmap get exec"
  180. *%CloseUI: *XRBlackText
  181. *%OpenUI *XRBlackTextAndGraphic/Black Text and Graphic Mapping: Boolean
  182. *%DefaultXRBlackTextAndGraphic: True
  183. *%XRBlackTextAndGraphic False: "false /statusdict setblacktextandgraphicmap get exec"
  184. *%XRBlackTextAndGraphic True: "true /statusdict setblacktextandgraphicmap get exec"
  185. *%CloseUI: *XRBlackTextAndGraphic
  186. *OpenUI *XRBlackMapping/Black Mapping: PickOne
  187. *DefaultXRBlackMapping: BlackTextAndGraphics
  188. *XRBlackMapping Disabled: "false /statusdict setblacktextmap get exec
  189. false /statusdict setblacktextandgraphicmap get exec "
  190. *XRBlackMapping BlackTextOnly: "true /statusdict setblacktextmap get exec
  191. false /statusdict setblacktextandgraphicmap get exec"
  192. *XRBlackMapping BlackTextAndGraphics: "true /statusdict setblacktextandgraphicmap get exec
  193. false /statusdict setblacktextmap get exec"
  194. *CloseUI: *XRBlackMapping
  195. *OpenUI *XRHighContrast/High Contrast: Boolean
  196. *DefaultXRHighContrast: False
  197. *XRHighContrast False: "false statusdict /sethighcontrast get exec"
  198. *XRHighContrast True: "true statusdict /sethighcontrast get exec"
  199. *CloseUI: *XRHighContrast
  200. *CloseGroup: Color
  201. *% === FONTS ===*% Font Information =====================
  202. *DefaultFont: Courier
  203. *Font AvantGarde-Book: Standard "(001.002)" Standard Disk
  204. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard Disk
  205. *Font AvantGarde-Demi: Standard "(001.003)" Standard Disk
  206. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard Disk
  207. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  208. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  209. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  210. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  211. *Font Courier: Standard "(001.004)" Standard Disk
  212. *Font Courier-Bold: Standard "(001.004)" Standard Disk
  213. *Font Courier-BoldOblique: Standard "(001.004)" Standard Disk
  214. *Font Courier-Oblique: Standard "(001.004)" Standard Disk
  215. *Font Helvetica: Standard "(001.002)" Standard Disk
  216. *Font Helvetica-Bold: Standard "(001.002)" Standard Disk
  217. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard Disk
  218. *Font Helvetica-Narrow: Standard "(001.002)" Standard Disk
  219. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard Disk
  220. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard Disk
  221. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard Disk
  222. *Font Helvetica-Oblique: Standard "(001.002)" Standard Disk
  223. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard Disk
  224. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard Disk
  225. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard Disk
  226. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard Disk
  227. *Font Palatino-Bold: Standard "(001.002)" Standard Disk
  228. *Font Palatino-BoldItalic: Standard "(001.002)" Standard Disk
  229. *Font Palatino-Italic: Standard "(001.002)" Standard Disk
  230. *Font Palatino-Roman: Standard "(001.001)" Standard Disk
  231. *Font Symbol: Special "(001.003)" Special Disk
  232. *Font Times-Bold: Standard "(001.002)" Standard Disk
  233. *Font Times-BoldItalic: Standard "(001.004)" Standard Disk
  234. *Font Times-Italic: Standard "(001.002)" Standard Disk
  235. *Font Times-Roman: Standard "(001.002)" Standard Disk
  236. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard Disk
  237. *Font ZapfDingbats: Special "(001.002)" Special Disk
  238. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  239. *% ======Color Separation Information =====================
  240. *DefaultColorSep: ProcessBlack.37.5lpi.300dpi/37.5 lpi / 300 dpi
  241. *InkName: ProcessBlack/Process Black
  242. *InkName: CustomColor/Custom Color
  243. *InkName: ProcessCyan/Process Cyan
  244. *InkName: ProcessMagenta/Process Magenta
  245. *InkName: ProcessYellow/Process Yellow
  246. *ColorSepScreenAngle ProcessBlack.37.5lpi.300dpi/37.5 lpi / 300 dpi: "45"
  247. *ColorSepScreenAngle CustomColor.37.5lpi.300dpi/37.5 lpi / 300 dpi: "45"
  248. *ColorSepScreenAngle ProcessCyan.37.5lpi.300dpi/37.5 lpi / 300 dpi: "105"
  249. *ColorSepScreenAngle ProcessMagenta.37.5lpi.300dpi/37.5 lpi / 300 dpi: "75"
  250. *ColorSepScreenAngle ProcessYellow.37.5lpi.300dpi/37.5 lpi / 300 dpi: "0"
  251. *ColorSepScreenFreq ProcessBlack.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  252. *ColorSepScreenFreq CustomColor.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  253. *ColorSepScreenFreq ProcessCyan.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  254. *ColorSepScreenFreq ProcessMagenta.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  255. *ColorSepScreenFreq ProcessYellow.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  256. *% end of PPD file for the X4700IIPSL2v1.PPD