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.

204 lines
6.3 KiB

  1. *FormatVersion: "4.0"
  2. *FileVersion: "1.0"
  3. *LanguageVersion: English
  4. *LanguageLevel: "1"
  5. *PSVersion: "(47.2) 0"
  6. *Product: "Xerox 4700 II Postscript"
  7. *NickName: "Xerox 4700 II PS"
  8. *ShortNickName: "Xerox 4700 II XScript"
  9. *% General Information and Defaults ===============
  10. *% Printer NVM specific for Xerox 4700 II not Xerox 4700.
  11. *FreeVM: "1500000"
  12. *%LanguageLevel: 1
  13. *%Extensions: FileSystem CMYK
  14. *FileSystem: True
  15. *ColorDevice: True
  16. *VariablePaperSize: False
  17. *Throughput: "8"
  18. *Password: "0"
  19. *ExitServer: "
  20. count 0 eq {
  21. true % no password on the stack
  22. }{
  23. dup % potential password
  24. statusdict /checkpassword get exec not
  25. } ifelse
  26. {
  27. quit % no password or not valid.
  28. } if
  29. serverdict /exitserver get exec
  30. "
  31. *End
  32. *Reset: "
  33. count 0 eq {
  34. true % no password on the stack
  35. }{
  36. dup % potential password
  37. statusdict /checkpassword get exec not
  38. } ifelse
  39. {
  40. quit % no password or not valid.
  41. } if
  42. serverdict /exitserver get exec
  43. systemdict /quit get exec
  44. "
  45. *End
  46. *DefaultResolution: 300dpi
  47. *% Halftone Information ===============
  48. *ScreenFreq: "37.5"
  49. *ScreenAngle: "45.0"
  50. *DefaultScreenProc: Dot
  51. *ScreenProc Dot: "{360 mul cos exch 360 mul cos add 2 div}"
  52. *ScreenProc Line: "{pop abs 2 mul 1 sub abs}"
  53. *DefaultTransfer: Normalized
  54. *Transfer Normalized: "{ }"
  55. *% Paper Handling ===================
  56. *% Use these entries to set paper size most of the time, unless there is
  57. *% specific reason to use PageRegion.
  58. *DefaultPageSize: Unknown
  59. *PageSize Letter: "statusdict /lettertray get exec"
  60. *PageSize Folio: "statusdict /foliotray get exec"
  61. *PageSize Legal: "statusdict /legaltray get exec"
  62. *PageSize Tabloid: "statusdict /tabloidtray get exec"
  63. *PageSize A4: "statusdict /a4tray get exec"
  64. *PageSize A3: "statusdict /a3tray get exec"
  65. *% These entries set the imageable area (and frame buffers) without
  66. *% specifying a given media source.
  67. *DefaultPageRegion: Unknown
  68. *PageRegion Letter: "letter"
  69. *PageRegion Folio: "folio"
  70. *PageRegion Legal: "legal"
  71. *PageRegion Tabloid: "tabloid"
  72. *PageRegion A4: "a4"
  73. *PageRegion A3: "a3"
  74. *% The entries give the imageable area for each media as a
  75. *% bounding box (llx, lly, urx, ury) in points.
  76. *DefaultImageableArea: Unknown
  77. *ImageableArea Letter: "31 10 589 782"
  78. *ImageableArea Folio: "10 31 602 913"
  79. *ImageableArea Legal: "10 31 602 985"
  80. *ImageableArea Tabloid: "10 31 782 1201"
  81. *ImageableArea A4: "31 10 572 832"
  82. *ImageableArea A3: "10 31 832 1167"
  83. *% Provide physical dimensions in points for each media (x-width, y-height)
  84. *DefaultPaperDimension: Unknown
  85. *PaperDimension Letter: "612 792"
  86. *PaperDimension Folio: "612 936"
  87. *PaperDimension Legal: "612 1008"
  88. *PaperDimension Tabloid: "792 1224"
  89. *PaperDimension A4: "595 842"
  90. *PaperDimension A3: "842 1191"
  91. *% Provide input options
  92. *DefaultInputSlot: AutoSelect
  93. *InputSlot AutoSelect: " "
  94. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  95. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  96. *InputSlot LargeCapacity: "
  97. {2 statusdict /setpapertray get exec} stopped {pop pop} {pop} ifelse
  98. "
  99. *End
  100. *DefaultManualFeed: None
  101. *DefaultDuplex: None
  102. *DefaultOutputOrder: Normal
  103. *%DefaultCollate: True
  104. *% Font Information =====================
  105. *DefaultFont: Courier
  106. *Font AvantGarde-Book: Standard "(001.002)"
  107. *Font AvantGarde-BookOblique: Standard "(001.002)"
  108. *Font AvantGarde-Demi: Standard "(001.003)"
  109. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  110. *Font Bookman-Demi: Standard "(001.001)"
  111. *Font Bookman-DemiItalic: Standard "(001.001)"
  112. *Font Bookman-Light: Standard "(001.001)"
  113. *Font Bookman-LightItalic: Standard "(001.001)"
  114. *Font Courier: Standard "(001.004)"
  115. *Font Courier-Bold: Standard "(001.004)"
  116. *Font Courier-BoldOblique: Standard "(001.004)"
  117. *Font Courier-Oblique: Standard "(001.004)"
  118. *Font Helvetica: Standard "(001.002)"
  119. *Font Helvetica-Bold: Standard "(001.002)"
  120. *Font Helvetica-BoldOblique: Standard "(001.002)"
  121. *Font Helvetica-Narrow: Standard "(001.002)"
  122. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  123. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  124. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  125. *Font Helvetica-Oblique: Standard "(001.002)"
  126. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  127. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  128. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  129. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  130. *Font Palatino-Bold: Standard "(001.002)"
  131. *Font Palatino-BoldItalic: Standard "(001.002)"
  132. *Font Palatino-Italic: Standard "(001.002)"
  133. *Font Palatino-Roman: Standard "(001.001)"
  134. *Font Symbol: Special "(001.003)"
  135. *Font Times-Bold: Standard "(001.002)"
  136. *Font Times-BoldItalic: Standard "(001.004)"
  137. *Font Times-Italic: Standard "(001.002)"
  138. *Font Times-Roman: Standard "(001.002)"
  139. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  140. *Font ZapfDingbats: Special "(001.002)"
  141. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  142. *% Color Separation Information =====================
  143. *DefaultColorSep: ProcessBlack.37.5lpi.300dpi/37.5 lpi / 300 dpi
  144. *InkName: ProcessBlack/Process Black
  145. *InkName: CustomColor/Custom Color
  146. *InkName: ProcessCyan/Process Cyan
  147. *InkName: ProcessMagenta/Process Magenta
  148. *InkName: ProcessYellow/Process Yellow
  149. *ColorSepScreenAngle ProcessBlack.37.5lpi.300dpi/37.5 lpi / 300 dpi: "45"
  150. *ColorSepScreenAngle CustomColor.37.5lpi.300dpi/37.5 lpi / 300 dpi: "45"
  151. *ColorSepScreenAngle ProcessCyan.37.5lpi.300dpi/37.5 lpi / 300 dpi: "105"
  152. *ColorSepScreenAngle ProcessMagenta.37.5lpi.300dpi/37.5 lpi / 300 dpi: "75"
  153. *ColorSepScreenAngle ProcessYellow.37.5lpi.300dpi/37.5 lpi / 300 dpi: "0"
  154. *ColorSepScreenFreq ProcessBlack.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  155. *ColorSepScreenFreq CustomColor.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  156. *ColorSepScreenFreq ProcessCyan.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  157. *ColorSepScreenFreq ProcessMagenta.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  158. *ColorSepScreenFreq ProcessYellow.37.5lpi.300dpi/37.5 lpi / 300 dpi: "37.5"
  159. *OpenGroup: Finishing
  160. *OpenUI *Collate: Boolean
  161. *DefaultCollate: True
  162. *Collate True: ""
  163. *Collate False: ""
  164. *CloseUI: Collate
  165. *OpenUI *Jog/Job Offsetting: Boolean
  166. *DefaultJog: True
  167. *Jog True: ""
  168. *Jog False: ""
  169. *CloseUI: Jog
  170. *CloseGroup: Finishing
  171. *% end of PPD file for the Xerox 4700 II Postscript Color Laser