home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / DRIVER.CAB / hp8100_7.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  76.3 KB  |  1,791 lines

  1. *PPD-Adobe: "4.3"
  2. *% =======================================================
  3. *% Printer Description File
  4. *% Copyright 1992-2000 Hewlett-Packard Company
  5. *% Hugo and Paco Support
  6. *%========================================================
  7. *% PPD for HP LaserJet 8100 Series
  8. *% For Windows NT Whistler and 2000
  9. *% === PPD File Version Information ====
  10. *FileVersion:      "2.102"
  11. *FormatVersion:    "4.3"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion:  English
  14. *PCFileName:       "HP8100_7.PPD"
  15.  
  16. *% === Product Version Information ====
  17. *ModelName:     "HP LaserJet 8100 Series"
  18. *ShortNickName: "HP LaserJet 8100 Series PS"
  19. *NickName:      "HP LaserJet 8100 Series PS"
  20. *Product:       "(HP LaserJet 8100 Series)"
  21. *Manufacturer:  "HP"
  22. *PSVersion:     "(2014.108) 1"
  23.  
  24. *%=== Device Capabilities ==================
  25. *ColorDevice:       False
  26. *DefaultColorSpace: Gray
  27. *FileSystem:        True
  28. *?FileSystem: "
  29.    save 
  30.      false
  31.      (%disk?%)
  32.      { currentdevparams dup /Writeable known
  33.         { /Writeable get {pop true} if }  { pop } ifelse
  34.      } 100 string /IODevice resourceforall
  35.      {(True)}{(False)} ifelse = flush
  36.    restore
  37. "
  38. *End
  39.  
  40. *LanguageLevel: "2"
  41. *Throughput:    "32"
  42. *TTRasterizer:  Type42
  43. *?TTRasterizer: "
  44.    save
  45.       42 /FontType resourcestatus
  46.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  47.    restore
  48. "
  49. *End
  50.  
  51. *%=== Emulations and Protocols =============
  52. *Protocols: PJL TBCP
  53.  
  54. *SuggestedJobTimeout:  "0"
  55. *SuggestedWaitTimeout: "120"
  56.  
  57. *PrintPSErrors: True
  58.  
  59. *%=== Output Bin ======================
  60. *% Media Output Destination
  61. *OpenUI *OutputBin/Output Destination: PickOne
  62. *OrderDependency: 50 AnySetup *OutputBin
  63. *DefaultOutputBin: Upper
  64. *OutputBin Upper/Top Bin: "<</Staple 0 /OutputType (TOP OUTPUT BIN)>> setpagedevice"
  65. *OutputBin Left/Left Bin (Face Up): "
  66.    currentpagedevice /OutputAttributes get
  67.    4 known
  68.          {<</Staple 0 /OutputType (FACE UP BIN)>> setpagedevice}
  69.          {<</Staple 0 /OutputType (LEFT OUTPUT BIN)>> setpagedevice}
  70.        ifelse
  71. "
  72. *End
  73. *OutputBin Stacker/Stacker: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
  74. *OutputBin Stapler2/Stapler (max 50 Sheets): "
  75.   userdict /HPStapleOption known {<</Staple 2 /StapleDetails <</Type 8 /StapleOption HPStapleOption /Portrait true>> >>
  76.     setpagedevice}{<</Staple 2 /StapleDetails <</Type 8 /Portrait true>> >> setpagedevice} ifelse"
  77. *End
  78. *OutputBin Stapler2Opposing/Stapler Opposing (max 50): "
  79.   userdict /HPStapleOption known {<</Staple 2 /StapleDetails <</Type 8 /StapleOption HPStapleOption /Portrait false>> >>
  80.     setpagedevice}{<</Staple 2 /StapleDetails <</Type 8 /Portrait false>> >> setpagedevice} ifelse"
  81. *End
  82. *OutputBin Stapler/Stapler (max 20 Letter or A4): "<</Staple 2>> setpagedevice"
  83. *OutputBin Collator/Collator: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
  84. *OutputBin Separator/Job Separator: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
  85. *OutputBin OutputBin1/Bin 1: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 2)>> setpagedevice"
  86. *OutputBin OutputBin2/Bin 2: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 3)>> setpagedevice"
  87. *OutputBin OutputBin3/Bin 3: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 4)>> setpagedevice"
  88. *OutputBin OutputBin4/Bin 4: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 5)>> setpagedevice"
  89. *OutputBin OutputBin5/Bin 5: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 6)>> setpagedevice"
  90. *OutputBin OutputBin6/Bin 6: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 7)>> setpagedevice"
  91. *OutputBin OutputBin7/Bin 7: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 8)>> setpagedevice"
  92. *OutputBin OutputBin8/Bin 8: "<</Staple 0 /OutputType (OPTIONAL OUTBIN 9)>> setpagedevice"
  93. *?OutputBin:"
  94. save
  95.  currentpagedevice /OutputAttributes get dup
  96.  5 known 
  97.  {/Priority get 0 get
  98.     [(Upper) (Left) (Reserved1) (Reserved2) (OutputBin1)
  99.      (OutputBin2) (OutputBin3) (OutputBin4) (OutputBin5) (OutputBin6) (OutputBin7) (OutputBin8)] exch get = flush}
  100.  {/Priority get 0 get
  101.     [(Upper) (Left)  (Reserved1) (Reserved2) (Stacker)] exch get = flush} ifelse
  102. restore
  103. "
  104. *End
  105. *CloseUI: *OutputBin
  106.  
  107. *PageStackOrder Upper: Normal
  108. *PageStackOrder Left: Reverse
  109. *PageStackOrder Stacker: Normal
  110. *PageStackOrder Stapler2: Normal
  111. *PageStackOrder Stapler2Opposing: Normal
  112. *PageStackOrder Stapler: Normal
  113. *PageStackOrder Separator: Normal
  114. *PageStackOrder Collator: Normal
  115. *PageStackOrder OutputBin1: Normal
  116. *PageStackOrder OutputBin2: Normal
  117. *PageStackOrder OutputBin3: Normal
  118. *PageStackOrder OutputBin4: Normal
  119. *PageStackOrder OutputBin5: Normal
  120. *PageStackOrder OutputBin6: Normal
  121. *PageStackOrder OutputBin7: Normal
  122. *PageStackOrder OutputBin8: Normal
  123.  
  124. *% Include the following UI constraints for Hugo and Paco
  125. *% Disable the Hugo Stapler if Hugo is not installed.
  126. *UIConstraints: *Option20 Standard   *OutputBin Stapler2
  127. *UIConstraints: *Option20 MBM5S      *OutputBin Stapler2
  128. *UIConstraints: *Option20 MBM7       *OutputBin Stapler2
  129. *UIConstraints: *Option20 MBM8       *OutputBin Stapler2
  130. *UIConstraints: *Option20 MBMStacker *OutputBin Stapler2
  131. *UIConstraints: *Option20 Standard   *OutputBin Stapler2Opposing
  132. *UIConstraints: *Option20 MBM5S      *OutputBin Stapler2Opposing
  133. *UIConstraints: *Option20 MBM7       *OutputBin Stapler2Opposing
  134. *UIConstraints: *Option20 MBM8       *OutputBin Stapler2Opposing
  135. *UIConstraints: *Option20 MBMStacker *OutputBin Stapler2Opposing
  136.  
  137. *% Do not staple envelopes, all other sizes are supported. Reverse the constraints for NT.
  138. *UIConstraints: *PageSize Env10        *OutputBin Stapler2
  139. *UIConstraints: *PageRegion Env10      *OutputBin Stapler2
  140. *UIConstraints: *PageSize EnvMonarch   *OutputBin Stapler2
  141. *UIConstraints: *PageRegion EnvMonarch *OutputBin Stapler2
  142. *UIConstraints: *PageSize EnvDL        *OutputBin Stapler2
  143. *UIConstraints: *PageRegion EnvDL      *OutputBin Stapler2
  144. *UIConstraints: *PageSize EnvC5        *OutputBin Stapler2
  145. *UIConstraints: *PageRegion EnvC5      *OutputBin Stapler2
  146. *UIConstraints: *PageSize EnvISOB5     *OutputBin Stapler2
  147. *UIConstraints: *PageRegion EnvISOB5   *OutputBin Stapler2
  148. *UIConstraints: *PageSize Env10        *OutputBin Stapler2Opposing
  149. *UIConstraints: *PageRegion Env10      *OutputBin Stapler2Opposing
  150. *UIConstraints: *PageSize EnvMonarch   *OutputBin Stapler2Opposing
  151. *UIConstraints: *PageRegion EnvMonarch *OutputBin Stapler2Opposing
  152. *UIConstraints: *PageSize EnvDL        *OutputBin Stapler2Opposing
  153. *UIConstraints: *PageRegion EnvDL      *OutputBin Stapler2Opposing
  154. *UIConstraints: *PageSize EnvC5        *OutputBin Stapler2Opposing
  155. *UIConstraints: *PageRegion EnvC5      *OutputBin Stapler2Opposing
  156. *UIConstraints: *PageSize EnvISOB5     *OutputBin Stapler2Opposing
  157. *UIConstraints: *PageRegion EnvISOB5   *OutputBin Stapler2Opposing
  158.  
  159. *UIConstraints: *OutputBin Stapler2 *PageSize Env10
  160. *UIConstraints: *OutputBin Stapler2 *PageRegion Env10
  161. *UIConstraints: *OutputBin Stapler2 *PageSize EnvMonarch
  162. *UIConstraints: *OutputBin Stapler2 *PageRegion EnvMonarch
  163. *UIConstraints: *OutputBin Stapler2 *PageSize EnvDL
  164. *UIConstraints: *OutputBin Stapler2 *PageRegion EnvDL
  165. *UIConstraints: *OutputBin Stapler2 *PageSize EnvC5
  166. *UIConstraints: *OutputBin Stapler2 *PageRegion EnvC5
  167. *UIConstraints: *OutputBin Stapler2 *PageSize EnvISOB5
  168. *UIConstraints: *OutputBin Stapler2 *PageRegion EnvISOB5
  169. *UIConstraints: *OutputBin Stapler2Opposing *PageSize Env10
  170. *UIConstraints: *OutputBin Stapler2Opposing *PageRegion Env10
  171. *UIConstraints: *OutputBin Stapler2Opposing *PageSize EnvMonarch
  172. *UIConstraints: *OutputBin Stapler2Opposing *PageRegion EnvMonarch
  173. *UIConstraints: *OutputBin Stapler2Opposing *PageSize EnvDL
  174. *UIConstraints: *OutputBin Stapler2Opposing *PageRegion EnvDL
  175. *UIConstraints: *OutputBin Stapler2Opposing *PageSize EnvC5
  176. *UIConstraints: *OutputBin Stapler2Opposing *PageRegion EnvC5
  177. *UIConstraints: *OutputBin Stapler2Opposing *PageSize EnvISOB5
  178. *UIConstraints: *OutputBin Stapler2Opposing *PageRegion EnvISOB5
  179.  
  180. *% Constrain output bins that are not available when Hugo or Paco are installed.
  181. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin Stapler
  182. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin Separator
  183. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin2
  184. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin3
  185. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin4
  186. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin5
  187. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin6
  188. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin7
  189. *UIConstraints: *Option20 MBMStaplerStacker *OutputBin OutputBin8
  190.  
  191. *UIConstraints: *Option20 MBMStacker *OutputBin Stapler
  192. *UIConstraints: *Option20 MBMStacker *OutputBin Separator
  193. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin2
  194. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin3
  195. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin4
  196. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin5
  197. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin6
  198. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin7
  199. *UIConstraints: *Option20 MBMStacker *OutputBin OutputBin8
  200.  
  201. *% If Hugo or Paco are installed ignore Separator and Collator
  202. *UIConstraints: *Option20 MBMStaplerStacker *Option21 MailboxModeSeparator
  203. *UIConstraints: *Option20 MBMStaplerStacker *Option21 MailboxModeCollator
  204.  
  205. *UIConstraints: *Option20 MBMStacker *Option21 MailboxModeSeparator
  206. *UIConstraints: *Option20 MBMStacker *Option21 MailboxModeCollator
  207.  
  208. *%=== Hugo Stapler Options =========================
  209. *OpenUI *StapleLocation/Stapling Options: PickOne
  210. *OrderDependency: 45 AnySetup *StapleLocation
  211. *DefaultStapleLocation: 1parallel
  212. *StapleLocation PrintersDefault/Printer's Current Setting: ""
  213. *StapleLocation 1diagonal/One Staple Angled: "
  214.   userdict /HPStapleOption {(ONEANGLED)} put"
  215. *End
  216. *StapleLocation 1parallel/One Staple: "
  217.   userdict /HPStapleOption {(ONE)} put"
  218. *End
  219. *StapleLocation 2parallel/Two Staples: "
  220.   userdict /HPStapleOption {(TWO)} put"
  221. *End
  222. *StapleLocation 3parallel/Three Staples: "
  223.   userdict /HPStapleOption {(THREE)} put"
  224. *End
  225. *StapleLocation Stitching/Six Staples: "
  226.   userdict /HPStapleOption {(SIX)} put"
  227. *End
  228. *StapleLocation Custom/Administrator Defined: "
  229.   userdict /HPStapleOption {(CUSTOM)} put"
  230. *End
  231. *CloseUI: *StapleLocation
  232.  
  233. *UIConstraints: *Option20 MBM5S *StapleLocation 1diagonal
  234. *UIConstraints: *Option20 MBM5S *StapleLocation 2parallel
  235. *UIConstraints: *Option20 MBM5S *StapleLocation 3parallel
  236. *UIConstraints: *Option20 MBM5S *StapleLocation Stitching
  237. *UIConstraints: *Option20 MBM5S *StapleLocation Custom
  238.  
  239. *UIConstraints: *Option20 Standard *StapleLocation 1diagonal
  240. *UIConstraints: *Option20 Standard *StapleLocation 2parallel
  241. *UIConstraints: *Option20 Standard *StapleLocation 3parallel
  242. *UIConstraints: *Option20 Standard *StapleLocation Stitching
  243. *UIConstraints: *Option20 Standard *StapleLocation Custom
  244.  
  245. *UIConstraints: *Option20 MBM7 *StapleLocation 1diagonal
  246. *UIConstraints: *Option20 MBM7 *StapleLocation 2parallel
  247. *UIConstraints: *Option20 MBM7 *StapleLocation 3parallel
  248. *UIConstraints: *Option20 MBM7 *StapleLocation Stitching
  249. *UIConstraints: *Option20 MBM7 *StapleLocation Custom
  250.  
  251. *UIConstraints: *Option20 MBM8 *StapleLocation 1diagonal
  252. *UIConstraints: *Option20 MBM8 *StapleLocation 2parallel
  253. *UIConstraints: *Option20 MBM8 *StapleLocation 3parallel
  254. *UIConstraints: *Option20 MBM8 *StapleLocation Stitching
  255. *UIConstraints: *Option20 MBM8 *StapleLocation Custom
  256.  
  257. *UIConstraints: *Option20 MBMStacker *StapleLocation 1diagonal
  258. *UIConstraints: *Option20 MBMStacker *StapleLocation 2parallel
  259. *UIConstraints: *Option20 MBMStacker *StapleLocation 3parallel
  260. *UIConstraints: *Option20 MBMStacker *StapleLocation Stitching
  261. *UIConstraints: *Option20 MBMStacker *StapleLocation Custom
  262.  
  263. *%=== Resolution Enhancement  ===============
  264. *OpenUI *Smoothing/Resolution Enhancement: Boolean
  265. *OrderDependency: 20 DocumentSetup *Smoothing
  266. *DefaultSmoothing: True
  267. *Smoothing True/On: "
  268.   << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 2 /Type 8 >>
  269.   >> setpagedevice"
  270. *End
  271. *Smoothing False/Off: "
  272.   << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >>
  273.   >> setpagedevice"
  274. *End
  275. *?Smoothing: "
  276.   save
  277.     currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  278.     [(False) (True) (True) (True)]  exch get print
  279.   restore
  280. "
  281. *End
  282. *CloseUI: *Smoothing
  283.  
  284. *%=== JCL Features ==========================
  285. *JCLBegin:           ""
  286. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  287. *JCLEnd:             "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  288.  
  289. *JCLOpenUI *JCLResolution/Resolution: PickOne
  290. *OrderDependency: 10 JCLSetup *JCLResolution
  291. *DefaultJCLResolution: 600dpi
  292. *JCLResolution 300dpi/300 dpi: "@PJL SET RESOLUTION = 300<0A>"
  293. *JCLResolution 600dpi/600 dpi: "@PJL SET RESOLUTION = 600<0A>"
  294. *JCLCloseUI: *JCLResolution
  295.  
  296. *JCLOpenUI *JCLFastRes/FastRes 1200: Boolean
  297. *OrderDependency: 10 JCLSetup *JCLFastRes
  298. *DefaultJCLFastRes: True
  299. *JCLFastRes True/On: "@PJL SET BITSPERPIXEL = 2<0A>"
  300. *JCLFastRes False/Off: "@PJL SET BITSPERPIXEL = 1<0A>"
  301. *JCLCloseUI: *JCLFastRes
  302.  
  303. *JCLOpenUI *JCLEconomode/EconoMode: Boolean
  304. *OrderDependency: 10 JCLSetup *JCLEconomode
  305. *DefaultJCLEconomode: False
  306. *JCLEconomode False/Highest Quality: "@PJL SET ECONOMODE = OFF<0A>"
  307. *JCLEconomode True/Save Toner: "@PJL SET ECONOMODE = ON<0A>"
  308. *JCLCloseUI: *JCLEconomode
  309.  
  310. *%=== Installable Options ==========================
  311. *OpenGroup: InstallableOptions/Installed Options
  312.  
  313. *OpenUI *Option2/Tray 4: Boolean
  314. *DefaultOption2: False
  315. *Option2 True/Installed: ""
  316. *Option2 False/Not Installed: ""
  317. *?Option2: "
  318.   save
  319.     currentpagedevice /InputAttributes get dup 5 known
  320.     {5 get null ne {(True)}{(False)} ifelse} {pop (False)} ifelse = flush
  321.   restore
  322. "
  323. *End
  324. *CloseUI: *Option2
  325.  
  326. *OpenUI *Option6/Tray 5: Boolean
  327. *DefaultOption6: False
  328. *Option6 True/Installed: ""
  329. *Option6 False/Not Installed: ""
  330. *?Option6: "
  331.   save
  332.     currentpagedevice /InputAttributes get dup 6 known
  333.     {6 get null ne {(True)}{(False)} ifelse} {pop (False)} ifelse = flush
  334.   restore
  335. "
  336. *End
  337. *CloseUI: *Option6
  338.  
  339. *OpenUI *Option3/Duplex Unit: Boolean
  340. *DefaultOption3: False
  341. *Option3 True/Installed: ""
  342. *Option3 False/Not Installed: ""
  343. *?Option3: "
  344.   save
  345.     currentpagedevice /Duplex known
  346.     {(True)}{(False)}ifelse = flush
  347.   restore
  348. "
  349. *End
  350. *CloseUI: *Option3
  351.  
  352. *OpenUI *Option5/Envelope Feeder: Boolean
  353. *DefaultOption5: False
  354. *Option5 True/Installed: ""
  355. *Option5 False/Not Installed: ""
  356. *?Option5: "
  357.   save
  358.     currentpagedevice /InputAttributes get
  359.     2 get 
  360.     null ne {(True)}{(False)} ifelse = flush
  361.   restore
  362. "
  363. *End
  364. *CloseUI: *Option5
  365.  
  366. *OpenUI *Option20/Accessory Output Bins: PickOne
  367. *DefaultOption20: Standard
  368. *Option20 Standard/Not Installed: ""
  369. *Option20 MBM5S/5 Bin Mailbox with Stapler: ""
  370. *Option20 MBM7/7 Bin Mailbox: ""
  371. *Option20 MBM8/8 Bin Mailbox: ""
  372. *Option20 MBMStaplerStacker/HP 3000-Sheet Stapler/Stacker: ""
  373. *Option20 MBMStacker/HP 3000-Sheet Stacker: ""
  374. *?Option20: "
  375.   save
  376.    currentpagedevice /OutputAttributes get
  377.     dup 4 known
  378.    {
  379.      dup 11 known {pop (MBM8)}{ dup 10 known
  380.        {pop (MBM7)}{ 5 known
  381.          {(MBM5S)}{(MBM8)} ifelse
  382.        } ifelse
  383.      } ifelse
  384.    }
  385.    { pop (Standard)} ifelse = flush
  386.   restore
  387. "
  388. *End
  389. *CloseUI: *Option20
  390.  
  391. *OpenUI *Option21/Multi-Bin Mailbox Mode: PickOne 
  392. *DefaultOption21: MailboxModeMailbox
  393. *Option21 MailboxModeMailbox/Standard Mailbox: ""
  394. *Option21 MailboxModeStacker/Stacker: ""
  395. *Option21 MailboxModeSeparator/Job Separator: ""
  396. *Option21 MailboxModeCollator/Collator: ""
  397. *?Option21: "
  398.   save
  399.    currentpagedevice /OutputAttributes get
  400.    6 known{(MailboxModeMailbox)}{(MailboxModeStacker)} ifelse = flush
  401.   restore
  402. "
  403. *End
  404. *CloseUI: *Option21
  405.  
  406. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  407. *DefaultInstalledMemory: 16-19MB
  408. *InstalledMemory 16-19MB/16 - 19 MB: ""
  409. *InstalledMemory 20-23MB/20 - 23 MB: ""
  410. *InstalledMemory 24-27MB/24 - 27 MB: ""
  411. *InstalledMemory 28MB/28 - 35 MB: ""
  412. *InstalledMemory 36MB/36 MB or more: ""
  413. *?InstalledMemory: "
  414.   save
  415.     currentsystemparams /RamSize get 
  416.     524288 div ceiling cvi 2 div
  417.     /size exch def
  418.     size 36 ge 
  419.       {(36MB)} 
  420.        {size 28 ge 
  421.           {(28MB)}
  422.           {size 24 ge
  423.              {(24-27MB)}
  424.              {size 20 ge
  425.                 {(20-23MB)}
  426.                 {size 16 ge
  427.                    {(16-19MB)}
  428.                    {(8MB)} ifelse
  429.              } ifelse
  430.           } ifelse
  431.        } ifelse
  432.     } ifelse = flush
  433.   restore
  434. "
  435. *End
  436. *CloseUI: *InstalledMemory
  437.  
  438. *OpenUI *PrinterHardDisk/Printer Hard Disk: Boolean
  439. *DefaultPrinterHardDisk: False
  440. *PrinterHardDisk False/Not Installed: ""
  441. *PrinterHardDisk True/Installed: ""
  442. *?PrinterHardDisk: "
  443.   save 
  444.     false
  445.     (%disk?%)
  446.     { currentdevparams dup /Writeable known
  447.     { /Writeable get {pop true} if }  { pop } ifelse
  448.     } 100 string /IODevice resourceforall
  449.     {(True)}{(False)} ifelse = flush
  450.   restore
  451. "
  452. *End
  453. *CloseUI: *PrinterHardDisk
  454.  
  455. *OpenUI *JobRetention/Job Retention: Boolean
  456. *DefaultJobRetention: False
  457. *JobRetention False/Disabled: ""
  458. *JobRetention True/Enabled: ""
  459. *CloseUI: *JobRetention
  460.  
  461. *CloseGroup: InstallableOptions
  462.  
  463. *% For Job Retention to be enabled, the printer hard disk must also be installed
  464. *UIConstraints: *PrinterHardDisk False *JobRetention True
  465. *UIConstraints: *JobRetention True *PrinterHardDisk False
  466.  
  467. *%=== Printer Specific Custom Data - Job Retention Constraints =============================
  468. *%*****************************************************************************
  469. *% JRConstraints will have an option value for full, none or partial
  470. *% (1) JRCHDFull - the printer requires a Hard Disk for ALL JR options
  471. *% (2) JRCHDPartial - the printer requires a HardDisk only for SOME JR options
  472. *%                    These options will be specified in another custom feature
  473. *% (3) JRCHDNone - the printer does NOT require a HardDisk for ANY JR options
  474. *%*****************************************************************************
  475.  
  476. *OpenUI *JRConstraints/JRConstraints: PickOne
  477. *DefaultJRConstraints: JRCHDFull
  478. *JRConstraints JRCHDFull/JRCHDFull: ""
  479. *JRConstraints JRCJobRet/JRCJobRet: ""
  480. *JRConstraints 0/0: ""
  481. *CloseUI: *JRConstraints
  482.  
  483. *%=== Printer Specific Custom Data - Printer Model Name=============================
  484. *OpenUI *HPPrinterModelName/HPPrinterModelName: PickOne
  485. *DefaultHPPrinterModelName: HP_LaserJet_8100_Series_PS
  486. *HPPrinterModelName HP_LaserJet_8100_Series_PS/HP LaserJet 8100 Series PS: ""
  487. *CloseUI: *HPPrinterModelName
  488.  
  489. *%=== Enable/Disable Collate via PostScript ========
  490. *OpenUI *Collate/Collate:  Boolean
  491. *OrderDependency: 20 AnySetup *Collate
  492. *DefaultCollate: True
  493. *Collate True/On: "<</Collate true>> setpagedevice"
  494. *Collate False/Off: "<</Collate false>> setpagedevice"
  495. *?Collate: "
  496.    save
  497.       currentpagedevice /Collate get
  498.       {(True)}{(False)}ifelse = flush
  499.    restore
  500. "
  501. *End
  502. *CloseUI: *Collate
  503.  
  504. *FreeVM: "13000000"
  505. *VMOption 16-19MB/16 - 19 MB: "13000000"
  506. *VMOption 20-23MB/20 - 23 MB: "17000000"
  507. *VMOption 24-27MB/24 - 27 MB: "20500000"
  508. *VMOption 28MB/28 - 35 MB: "24500000"
  509. *VMOption 36MB/36 MB or more: "32000000"
  510.  
  511. *%=== UI Constraints =============================
  512. *% If A than not B  (Also include the reverse constraints if appropriate)
  513. *%
  514. *% If optional trays are not installed, disable access to LargeCapacity (Tray 4) and Tray 5.
  515. *UIConstraints: *Option2 False *InputSlot LargeCapacity
  516. *UIConstraints: *Option6 False *InputSlot Tray5
  517.  
  518. *% If the envelope feeder is not installed disable envelope slot.
  519. *UIConstraints: *Option5 False *InputSlot Envelope
  520.  
  521. *% If the duplexer is not installed disable duplex modes.
  522. *UIConstraints: *Option3 False *Duplex DuplexNoTumble
  523. *UIConstraints: *Option3 False *Duplex DuplexTumble
  524.  
  525. *% if Input slot is not Tray 1 then give warning for transparencies or labels.
  526. *UIConstraints: *InputSlot Middle        *MediaType Transparency
  527. *UIConstraints: *InputSlot Lower         *MediaType Transparency
  528. *UIConstraints: *InputSlot LargeCapacity *MediaType Transparency
  529. *UIConstraints: *InputSlot Envelope      *MediaType Transparency
  530. *UIConstraints: *InputSlot Tray5         *MediaType Transparency
  531.  
  532. *UIConstraints: *InputSlot Middle        *MediaType Labels
  533. *UIConstraints: *InputSlot Lower         *MediaType Labels
  534. *UIConstraints: *InputSlot LargeCapacity *MediaType Labels
  535. *UIConstraints: *InputSlot Envelope      *MediaType Labels
  536. *UIConstraints: *InputSlot Tray5         *MediaType Labels
  537.  
  538. *% Don't allow these paper sizes/types in the Envelope Feeder
  539. *UIConstraints: *PageSize Letter         *InputSlot Envelope
  540. *UIConstraints: *PageSize Executive      *InputSlot Envelope
  541. *UIConstraints: *PageSize Legal          *InputSlot Envelope
  542. *UIConstraints: *PageSize 11x17        *InputSlot Envelope
  543. *UIConstraints: *PageSize w842h1274      *InputSlot Envelope
  544. *UIConstraints: *PageSize w612h935       *InputSlot Envelope
  545. *UIConstraints: *PageSize w558h774       *InputSlot Envelope
  546. *UIConstraints: *PageSize w774h1116      *InputSlot Envelope
  547. *UIConstraints: *PageSize A3             *InputSlot Envelope
  548. *UIConstraints: *PageSize A4             *InputSlot Envelope
  549. *UIConstraints: *PageSize A5             *InputSlot Envelope
  550. *UIConstraints: *PageSize B4             *InputSlot Envelope
  551. *UIConstraints: *PageSize B5             *InputSlot Envelope
  552. *UIConstraints: *PageSize DoublePostcard *InputSlot Envelope
  553.  
  554. *UIConstraints: *PageRegion Letter         *InputSlot Envelope
  555. *UIConstraints: *PageRegion Executive      *InputSlot Envelope
  556. *UIConstraints: *PageRegion Legal          *InputSlot Envelope
  557. *UIConstraints: *PageRegion 11x17        *InputSlot Envelope
  558. *UIConstraints: *PageRegion w842h1274      *InputSlot Envelope
  559. *UIConstraints: *PageRegion w612h935       *InputSlot Envelope
  560. *UIConstraints: *PageRegion w558h774       *InputSlot Envelope
  561. *UIConstraints: *PageRegion w774h1116      *InputSlot Envelope
  562. *UIConstraints: *PageRegion A3             *InputSlot Envelope
  563. *UIConstraints: *PageRegion A4             *InputSlot Envelope
  564. *UIConstraints: *PageRegion A5             *InputSlot Envelope
  565. *UIConstraints: *PageRegion B4             *InputSlot Envelope
  566. *UIConstraints: *PageRegion B5             *InputSlot Envelope
  567. *UIConstraints: *PageRegion DoublePostcard *InputSlot Envelope
  568.  
  569. *% If selected page size is an envelope, executive, A5, B5 (JIS), 11x17 (Oversize 11.7x17.7), Asian or DoublePostcard 
  570. *%    disable access to paper trays 2 and 4
  571. *UIConstraints: *PageSize Env10       *InputSlot Middle
  572. *UIConstraints: *PageSize Env10       *InputSlot LargeCapacity
  573. *UIConstraints: *PageSize EnvMonarch  *InputSlot Middle
  574. *UIConstraints: *PageSize EnvMonarch  *InputSlot LargeCapacity
  575. *UIConstraints: *PageSize EnvDL       *InputSlot Middle
  576. *UIConstraints: *PageSize EnvDL       *InputSlot LargeCapacity
  577. *UIConstraints: *PageSize EnvC5       *InputSlot Middle
  578. *UIConstraints: *PageSize EnvC5       *InputSlot LargeCapacity
  579. *UIConstraints: *PageSize EnvISOB5    *InputSlot Middle
  580. *UIConstraints: *PageSize EnvISOB5    *InputSlot LargeCapacity
  581.  
  582. *UIConstraints: *PageSize A5              *InputSlot Middle
  583. *UIConstraints: *PageSize A5              *InputSlot LargeCapacity
  584. *UIConstraints: *PageSize B5              *InputSlot Middle
  585. *UIConstraints: *PageSize B5              *InputSlot LargeCapacity
  586. *UIConstraints: *PageSize Executive       *InputSlot Middle
  587. *UIConstraints: *PageSize Executive       *InputSlot LargeCapacity
  588. *UIConstraints: *PageSize w842h1274       *InputSlot Middle
  589. *UIConstraints: *PageSize w842h1274       *InputSlot LargeCapacity
  590. *UIConstraints: *PageSize DoublePostcard  *InputSlot Middle
  591. *UIConstraints: *PageSize DoublePostcard  *InputSlot LargeCapacity
  592. *UIConstraints: *PageSize w612h935        *InputSlot Middle
  593. *UIConstraints: *PageSize w612h935        *InputSlot LargeCapacity
  594. *UIConstraints: *PageSize w558h774        *InputSlot Middle
  595. *UIConstraints: *PageSize w558h774        *InputSlot LargeCapacity
  596. *UIConstraints: *PageSize w774h1116       *InputSlot Middle
  597. *UIConstraints: *PageSize w774h1116       *InputSlot LargeCapacity
  598.  
  599. *% If selected page region is an envelope, executive, A5, B5 (JIS), 11x17 (Oversize 11.7x17.7), Asian or DoublePostcard 
  600. *%    disable access to paper trays 2 and 4
  601. *UIConstraints: *PageRegion Env10       *InputSlot Middle
  602. *UIConstraints: *PageRegion Env10       *InputSlot LargeCapacity
  603. *UIConstraints: *PageRegion EnvMonarch  *InputSlot Middle
  604. *UIConstraints: *PageRegion EnvMonarch  *InputSlot LargeCapacity
  605. *UIConstraints: *PageRegion EnvDL       *InputSlot Middle
  606. *UIConstraints: *PageRegion EnvDL       *InputSlot LargeCapacity
  607. *UIConstraints: *PageRegion EnvC5       *InputSlot Middle
  608. *UIConstraints: *PageRegion EnvC5       *InputSlot LargeCapacity
  609. *UIConstraints: *PageRegion EnvISOB5    *InputSlot Middle
  610. *UIConstraints: *PageRegion EnvISOB5    *InputSlot LargeCapacity
  611.  
  612. *UIConstraints: *PageRegion A5              *InputSlot Middle
  613. *UIConstraints: *PageRegion A5              *InputSlot LargeCapacity
  614. *UIConstraints: *PageRegion B5              *InputSlot Middle
  615. *UIConstraints: *PageRegion B5              *InputSlot LargeCapacity
  616. *UIConstraints: *PageRegion Executive       *InputSlot Middle
  617. *UIConstraints: *PageRegion Executive       *InputSlot LargeCapacity
  618. *UIConstraints: *PageRegion w842h1274       *InputSlot Middle
  619. *UIConstraints: *PageRegion w842h1274       *InputSlot LargeCapacity
  620. *UIConstraints: *PageRegion DoublePostcard  *InputSlot Middle
  621. *UIConstraints: *PageRegion DoublePostcard  *InputSlot LargeCapacity
  622. *UIConstraints: *PageRegion w612h935        *InputSlot Middle
  623. *UIConstraints: *PageRegion w612h935        *InputSlot LargeCapacity
  624. *UIConstraints: *PageRegion w558h774        *InputSlot Middle
  625. *UIConstraints: *PageRegion w558h774        *InputSlot LargeCapacity
  626. *UIConstraints: *PageRegion w774h1116       *InputSlot Middle
  627. *UIConstraints: *PageRegion w774h1116       *InputSlot LargeCapacity
  628.  
  629. *% Don't allow 11x17 or A3 in tray 2
  630. *UIConstraints: *PageSize 11x17   *InputSlot Middle
  631. *UIConstraints: *PageRegion 11x17 *InputSlot Middle
  632. *UIConstraints: *PageSize A3        *InputSlot Middle
  633. *UIConstraints: *PageRegion A3      *InputSlot Middle
  634.  
  635. *% Don't allow DoublePostcard, envelopes, transparencies or labels to be duplexed
  636. *% Added reverse constraints for NT 4.0
  637. *UIConstraints: *PageSize DoublePostcard *Duplex DuplexNoTumble
  638. *UIConstraints: *PageSize Env10          *Duplex DuplexNoTumble
  639. *UIConstraints: *PageSize EnvMonarch     *Duplex DuplexNoTumble
  640. *UIConstraints: *PageSize EnvDL          *Duplex DuplexNoTumble
  641. *UIConstraints: *PageSize EnvC5          *Duplex DuplexNoTumble
  642. *UIConstraints: *PageSize EnvISOB5       *Duplex DuplexNoTumble
  643.  
  644. *UIConstraints: *MediaType Transparency *Duplex DuplexNoTumble
  645. *UIConstraints: *MediaType Labels       *Duplex DuplexNoTumble
  646.  
  647. *UIConstraints: *PageRegion DoublePostcard *Duplex DuplexNoTumble
  648. *UIConstraints: *PageRegion Env10          *Duplex DuplexNoTumble
  649. *UIConstraints: *PageRegion EnvMonarch     *Duplex DuplexNoTumble
  650. *UIConstraints: *PageRegion EnvDL          *Duplex DuplexNoTumble
  651. *UIConstraints: *PageRegion EnvC5          *Duplex DuplexNoTumble
  652. *UIConstraints: *PageRegion EnvISOB5       *Duplex DuplexNoTumble
  653.  
  654. *UIConstraints: *Duplex DuplexNoTumble *PageSize DoublePostcard
  655. *UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
  656. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
  657. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvDL
  658. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
  659. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvISOB5
  660.  
  661. *UIConstraints: *Duplex DuplexNoTumble *MediaType Transparency
  662. *UIConstraints: *Duplex DuplexNoTumble *MediaType Labels
  663.  
  664. *UIConstraints: *Duplex DuplexNoTumble *PageRegion DoublePostcard
  665. *UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
  666. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
  667. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvDL
  668. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
  669. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvISOB5
  670.  
  671. *UIConstraints: *PageSize DoublePostcard *Duplex DuplexTumble
  672. *UIConstraints: *PageSize Env10          *Duplex DuplexTumble
  673. *UIConstraints: *PageSize EnvMonarch     *Duplex DuplexTumble
  674. *UIConstraints: *PageSize EnvDL          *Duplex DuplexTumble
  675. *UIConstraints: *PageSize EnvC5          *Duplex DuplexTumble
  676. *UIConstraints: *PageSize EnvISOB5       *Duplex DuplexTumble
  677.  
  678. *UIConstraints: *MediaType Transparency *Duplex DuplexTumble
  679. *UIConstraints: *MediaType Labels       *Duplex DuplexTumble
  680.  
  681. *UIConstraints: *PageRegion DoublePostcard *Duplex DuplexTumble
  682. *UIConstraints: *PageRegion Env10          *Duplex DuplexTumble
  683. *UIConstraints: *PageRegion EnvMonarch     *Duplex DuplexTumble
  684. *UIConstraints: *PageRegion EnvDL          *Duplex DuplexTumble
  685. *UIConstraints: *PageRegion EnvC5          *Duplex DuplexTumble
  686. *UIConstraints: *PageRegion EnvISOB5       *Duplex DuplexTumble
  687.  
  688. *UIConstraints: *Duplex DuplexTumble *PageSize DoublePostcard
  689. *UIConstraints: *Duplex DuplexTumble *PageSize Env10
  690. *UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
  691. *UIConstraints: *Duplex DuplexTumble *PageSize EnvDL
  692. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
  693. *UIConstraints: *Duplex DuplexTumble *PageSize EnvISOB5
  694.  
  695. *UIConstraints: *Duplex DuplexTumble *MediaType Transparency
  696. *UIConstraints: *Duplex DuplexTumble *MediaType Labels
  697.  
  698. *UIConstraints: *Duplex DuplexTumble *PageRegion DoublePostcard
  699. *UIConstraints: *Duplex DuplexTumble *PageRegion Env10
  700. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
  701. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvDL
  702. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
  703. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvISOB5
  704.  
  705. *% Cannot duplex custom page sizes
  706. *NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
  707. *NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble
  708.  
  709. *NonUIConstraints: *Duplex DuplexNoTumble *CustomPageSize True
  710. *NonUIConstraints: *Duplex DuplexTumble   *CustomPageSize True
  711.  
  712. *% Output bin UI Constraints
  713. *% If optional Multi-Bin Mailbox is not installed, disable Multi-Bin Mailbox output destinations.
  714. *UIConstraints: *Option20 Standard *OutputBin Stapler
  715. *UIConstraints: *Option20 Standard *OutputBin Stacker
  716. *UIConstraints: *Option20 Standard *OutputBin Separator
  717. *UIConstraints: *Option20 Standard *OutputBin OutputBin1
  718. *UIConstraints: *Option20 Standard *OutputBin OutputBin2
  719. *UIConstraints: *Option20 Standard *OutputBin OutputBin3
  720. *UIConstraints: *Option20 Standard *OutputBin OutputBin4
  721. *UIConstraints: *Option20 Standard *OutputBin OutputBin5
  722. *UIConstraints: *Option20 Standard *OutputBin OutputBin6
  723. *UIConstraints: *Option20 Standard *OutputBin OutputBin7
  724. *UIConstraints: *Option20 Standard *OutputBin OutputBin8
  725.  
  726. *% Constrain output bins that are not available.
  727. *UIConstraints: *Option20 MBM5S *OutputBin OutputBin6
  728. *UIConstraints: *Option20 MBM5S *OutputBin OutputBin7
  729. *UIConstraints: *Option20 MBM5S *OutputBin OutputBin8
  730.  
  731. *UIConstraints: *Option20 MBM7 *OutputBin Stapler
  732. *UIConstraints: *Option20 MBM7 *OutputBin OutputBin8
  733.  
  734. *UIConstraints: *Option20 MBM8 *OutputBin Stapler
  735.  
  736. *% If an output accessory is not selected then disable the mailbox modes except mailbox.
  737. *UIConstraints: *Option20 Standard *Option21 MailboxModeStacker
  738. *UIConstraints: *Option20 Standard *Option21 MailboxModeSeparator
  739. *UIConstraints: *Option20 Standard *Option21 MailboxModeCollator
  740.  
  741. *% If Multi-Bin Mailbox mode is Mailbox, disable Stacker, Separator and Collator.
  742. *UIConstraints: *Option21 MailboxModeMailbox *OutputBin Stacker
  743. *UIConstraints: *Option21 MailboxModeMailbox *OutputBin Separator 
  744. *UIConstraints: *Option21 MailboxModeMailbox *OutputBin Collator 
  745.  
  746. *% If Stapler/Stacker is selected, the mailbox mode must be stacker or mailbox (to avoid unnecessary contraint conflict).
  747. *UIConstraints: *Option20 MBMStaplerStacker *Option21 MailboxModeSeparator
  748. *UIConstraints: *Option20 MBMStaplerStacker *Option21 MailboxModeCollator
  749. *UIConstraints: *Option20 MBMStacker *Option21 MailboxModeSeparator
  750. *UIConstraints: *Option20 MBMStacker *Option21 MailboxModeCollator
  751.  
  752. *% If Multi-Bin Mailbox mode is Stacker, disable Separator, Collator and Individual Mailboxes
  753. *UIConstraints: *Option21 MailboxModeStacker *OutputBin Separator
  754. *UIConstraints: *Option21 MailboxModeStacker *OutputBin Collator
  755. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin1
  756. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin2
  757. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin3
  758. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin4
  759. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin5
  760. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin6
  761. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin7
  762. *UIConstraints: *Option21 MailboxModeStacker *OutputBin OutputBin8
  763.  
  764. *% If Multi-Bin Mailbox mode is Separator, disable Stacker, Collator and Individual Mailboxes
  765. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin Stacker
  766. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin Collator
  767. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin1
  768. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin2
  769. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin3
  770. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin4
  771. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin5
  772. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin6
  773. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin7
  774. *UIConstraints: *Option21 MailboxModeSeparator *OutputBin OutputBin8
  775.  
  776. *% If Multi-Bin Mailbox mode is Collator, disable Stacker, Separator and Individual Mailboxes
  777. *UIConstraints: *Option21 MailboxModeCollator *OutputBin Stacker
  778. *UIConstraints: *Option21 MailboxModeCollator *OutputBin Separator
  779. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin1
  780. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin2
  781. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin3
  782. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin4
  783. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin5
  784. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin6
  785. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin7
  786. *UIConstraints: *Option21 MailboxModeCollator *OutputBin OutputBin8
  787.  
  788. *% Limit support to Letter and A4 to the MBM5S staple bin.
  789. *UIConstraints: *PageSize Env10   *OutputBin Stapler
  790. *UIConstraints: *PageRegion Env10 *OutputBin Stapler
  791.  
  792. *UIConstraints: *PageSize EnvMonarch   *OutputBin Stapler
  793. *UIConstraints: *PageRegion EnvMonarch *OutputBin Stapler
  794.  
  795. *UIConstraints: *PageSize EnvDL   *OutputBin Stapler
  796. *UIConstraints: *PageRegion EnvDL *OutputBin Stapler
  797.  
  798. *UIConstraints: *PageSize EnvC5   *OutputBin Stapler
  799. *UIConstraints: *PageRegion EnvC5 *OutputBin Stapler
  800.  
  801. *UIConstraints: *PageSize EnvISOB5   *OutputBin Stapler
  802. *UIConstraints: *PageRegion EnvISOB5 *OutputBin Stapler
  803.  
  804. *UIConstraints: *PageSize Executive   *OutputBin Stapler
  805. *UIConstraints: *PageRegion Executive *OutputBin Stapler
  806.  
  807. *UIConstraints: *PageSize Legal   *OutputBin Stapler
  808. *UIConstraints: *PageRegion Legal *OutputBin Stapler
  809.  
  810. *UIConstraints: *PageSize 11x17   *OutputBin Stapler
  811. *UIConstraints: *PageRegion 11x17 *OutputBin Stapler
  812.  
  813. *UIConstraints: *PageSize w842h1274   *OutputBin Stapler
  814. *UIConstraints: *PageRegion w842h1274 *OutputBin Stapler
  815.  
  816. *UIConstraints: *PageSize A3   *OutputBin Stapler
  817. *UIConstraints: *PageRegion A3 *OutputBin Stapler
  818.  
  819. *UIConstraints: *PageSize A5   *OutputBin Stapler
  820. *UIConstraints: *PageRegion A5 *OutputBin Stapler
  821.  
  822. *UIConstraints: *PageSize B4   *OutputBin Stapler
  823. *UIConstraints: *PageRegion B4 *OutputBin Stapler
  824.  
  825. *UIConstraints: *PageSize B5   *OutputBin Stapler
  826. *UIConstraints: *PageRegion B5 *OutputBin Stapler
  827.  
  828. *UIConstraints: *PageSize DoublePostcard   *OutputBin Stapler
  829. *UIConstraints: *PageRegion DoublePostcard *OutputBin Stapler
  830.  
  831. *UIConstraints: *PageSize w612h935   *OutputBin Stapler
  832. *UIConstraints: *PageRegion w612h935 *OutputBin Stapler
  833.  
  834. *UIConstraints: *PageSize w558h774   *OutputBin Stapler
  835. *UIConstraints: *PageRegion w558h774 *OutputBin Stapler
  836.  
  837. *UIConstraints: *PageSize w774h1116   *OutputBin Stapler
  838. *UIConstraints: *PageRegion w774h1116 *OutputBin Stapler
  839.  
  840. *% Disable feeding Asian, 11x17 (Oversize), A5, B5 (JIS), DoublePostcard, and envelopes to the output bins
  841. *UIConstraints: *PageSize w612h935 *OutputBin Collator
  842. *UIConstraints: *PageSize w612h935 *OutputBin Stacker
  843. *UIConstraints: *PageSize w612h935 *OutputBin Separator
  844. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin1
  845. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin2
  846. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin3
  847. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin4
  848. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin5
  849. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin6
  850. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin7
  851. *UIConstraints: *PageSize w612h935 *OutputBin OutputBin8
  852.  
  853. *UIConstraints: *PageSize w558h774 *OutputBin Collator
  854. *UIConstraints: *PageSize w558h774 *OutputBin Stacker
  855. *UIConstraints: *PageSize w558h774 *OutputBin Separator
  856. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin1
  857. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin2
  858. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin3
  859. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin4
  860. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin5
  861. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin6
  862. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin7
  863. *UIConstraints: *PageSize w558h774 *OutputBin OutputBin8
  864.  
  865. *UIConstraints: *PageSize w774h1116 *OutputBin Collator
  866. *UIConstraints: *PageSize w774h1116 *OutputBin Stacker
  867. *UIConstraints: *PageSize w774h1116 *OutputBin Separator
  868. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin1
  869. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin2
  870. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin3
  871. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin4
  872. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin5
  873. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin6
  874. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin7
  875. *UIConstraints: *PageSize w774h1116 *OutputBin OutputBin8
  876.  
  877. *UIConstraints: *PageSize w842h1274 *OutputBin Collator
  878. *UIConstraints: *PageSize w842h1274 *OutputBin Stacker
  879. *UIConstraints: *PageSize w842h1274 *OutputBin Separator
  880. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin1
  881. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin2
  882. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin3
  883. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin4
  884. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin5
  885. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin6
  886. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin7
  887. *UIConstraints: *PageSize w842h1274 *OutputBin OutputBin8
  888.  
  889. *UIConstraints: *PageSize A5 *OutputBin Collator
  890. *UIConstraints: *PageSize A5 *OutputBin Stacker
  891. *UIConstraints: *PageSize A5 *OutputBin Separator
  892. *UIConstraints: *PageSize A5 *OutputBin OutputBin1
  893. *UIConstraints: *PageSize A5 *OutputBin OutputBin2
  894. *UIConstraints: *PageSize A5 *OutputBin OutputBin3
  895. *UIConstraints: *PageSize A5 *OutputBin OutputBin4
  896. *UIConstraints: *PageSize A5 *OutputBin OutputBin5
  897. *UIConstraints: *PageSize A5 *OutputBin OutputBin6
  898. *UIConstraints: *PageSize A5 *OutputBin OutputBin7
  899. *UIConstraints: *PageSize A5 *OutputBin OutputBin8
  900.  
  901. *UIConstraints: *PageSize B5 *OutputBin Collator
  902. *UIConstraints: *PageSize B5 *OutputBin Stacker
  903. *UIConstraints: *PageSize B5 *OutputBin Separator
  904. *UIConstraints: *PageSize B5 *OutputBin OutputBin1
  905. *UIConstraints: *PageSize B5 *OutputBin OutputBin2
  906. *UIConstraints: *PageSize B5 *OutputBin OutputBin3
  907. *UIConstraints: *PageSize B5 *OutputBin OutputBin4
  908. *UIConstraints: *PageSize B5 *OutputBin OutputBin5
  909. *UIConstraints: *PageSize B5 *OutputBin OutputBin6
  910. *UIConstraints: *PageSize B5 *OutputBin OutputBin7
  911. *UIConstraints: *PageSize B5 *OutputBin OutputBin8
  912.  
  913. *UIConstraints: *PageSize DoublePostcard *OutputBin Collator
  914. *UIConstraints: *PageSize DoublePostcard *OutputBin Stacker
  915. *UIConstraints: *PageSize DoublePostcard *OutputBin Separator
  916. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin1
  917. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin2
  918. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin3
  919. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin4
  920. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin5
  921. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin6
  922. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin7
  923. *UIConstraints: *PageSize DoublePostcard *OutputBin OutputBin8
  924.  
  925. *UIConstraints: *PageSize Env10 *OutputBin Collator
  926. *UIConstraints: *PageSize Env10 *OutputBin Stacker
  927. *UIConstraints: *PageSize Env10 *OutputBin Separator
  928. *UIConstraints: *PageSize Env10 *OutputBin OutputBin1
  929. *UIConstraints: *PageSize Env10 *OutputBin OutputBin2
  930. *UIConstraints: *PageSize Env10 *OutputBin OutputBin3
  931. *UIConstraints: *PageSize Env10 *OutputBin OutputBin4
  932. *UIConstraints: *PageSize Env10 *OutputBin OutputBin5
  933. *UIConstraints: *PageSize Env10 *OutputBin OutputBin6
  934. *UIConstraints: *PageSize Env10 *OutputBin OutputBin7
  935. *UIConstraints: *PageSize Env10 *OutputBin OutputBin8
  936.  
  937. *UIConstraints: *PageSize EnvMonarch *OutputBin Collator
  938. *UIConstraints: *PageSize EnvMonarch *OutputBin Stacker
  939. *UIConstraints: *PageSize EnvMonarch *OutputBin Separator
  940. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin1
  941. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin2
  942. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin3
  943. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin4
  944. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin5
  945. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin6
  946. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin7
  947. *UIConstraints: *PageSize EnvMonarch *OutputBin OutputBin8
  948.  
  949. *UIConstraints: *PageSize EnvDL *OutputBin Collator
  950. *UIConstraints: *PageSize EnvDL *OutputBin Stacker
  951. *UIConstraints: *PageSize EnvDL *OutputBin Separator
  952. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin1
  953. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin2
  954. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin3
  955. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin4
  956. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin5
  957. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin6
  958. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin7
  959. *UIConstraints: *PageSize EnvDL *OutputBin OutputBin8
  960.  
  961. *UIConstraints: *PageSize EnvC5 *OutputBin Collator
  962. *UIConstraints: *PageSize EnvC5 *OutputBin Stacker
  963. *UIConstraints: *PageSize EnvC5 *OutputBin Separator
  964. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin1
  965. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin2
  966. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin3
  967. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin4
  968. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin5
  969. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin6
  970. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin7
  971. *UIConstraints: *PageSize EnvC5 *OutputBin OutputBin8
  972.  
  973. *UIConstraints: *PageSize EnvISOB5 *OutputBin Collator
  974. *UIConstraints: *PageSize EnvISOB5 *OutputBin Stacker
  975. *UIConstraints: *PageSize EnvISOB5 *OutputBin Separator
  976. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin1
  977. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin2
  978. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin3
  979. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin4
  980. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin5
  981. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin6
  982. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin7
  983. *UIConstraints: *PageSize EnvISOB5 *OutputBin OutputBin8
  984.  
  985. *% Disable feeding Asian, 11x17 (Oversize), A5, B5 (JIS), DoublePostcard, and envelopes to the output bins
  986. *UIConstraints: *PageRegion w612h935 *OutputBin Collator
  987. *UIConstraints: *PageRegion w612h935 *OutputBin Stacker
  988. *UIConstraints: *PageRegion w612h935 *OutputBin Separator
  989. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin1
  990. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin2
  991. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin3
  992. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin4
  993. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin5
  994. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin6
  995. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin7
  996. *UIConstraints: *PageRegion w612h935 *OutputBin OutputBin8
  997.  
  998. *UIConstraints: *PageRegion w558h774 *OutputBin Collator
  999. *UIConstraints: *PageRegion w558h774 *OutputBin Stacker
  1000. *UIConstraints: *PageRegion w558h774 *OutputBin Separator
  1001. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin1
  1002. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin2
  1003. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin3
  1004. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin4
  1005. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin5
  1006. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin6
  1007. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin7
  1008. *UIConstraints: *PageRegion w558h774 *OutputBin OutputBin8
  1009.  
  1010. *UIConstraints: *PageRegion w774h1116 *OutputBin Collator
  1011. *UIConstraints: *PageRegion w774h1116 *OutputBin Stacker
  1012. *UIConstraints: *PageRegion w774h1116 *OutputBin Separator
  1013. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin1
  1014. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin2
  1015. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin3
  1016. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin4
  1017. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin5
  1018. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin6
  1019. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin7
  1020. *UIConstraints: *PageRegion w774h1116 *OutputBin OutputBin8
  1021.  
  1022. *UIConstraints: *PageRegion w842h1274 *OutputBin Collator
  1023. *UIConstraints: *PageRegion w842h1274 *OutputBin Stacker
  1024. *UIConstraints: *PageRegion w842h1274 *OutputBin Separator
  1025. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin1
  1026. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin2
  1027. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin3
  1028. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin4
  1029. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin5
  1030. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin6
  1031. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin7
  1032. *UIConstraints: *PageRegion w842h1274 *OutputBin OutputBin8
  1033.  
  1034. *UIConstraints: *PageRegion A5 *OutputBin Collator
  1035. *UIConstraints: *PageRegion A5 *OutputBin Stacker
  1036. *UIConstraints: *PageRegion A5 *OutputBin Separator
  1037. *UIConstraints: *PageRegion A5 *OutputBin OutputBin1
  1038. *UIConstraints: *PageRegion A5 *OutputBin OutputBin2
  1039. *UIConstraints: *PageRegion A5 *OutputBin OutputBin3
  1040. *UIConstraints: *PageRegion A5 *OutputBin OutputBin4
  1041. *UIConstraints: *PageRegion A5 *OutputBin OutputBin5
  1042. *UIConstraints: *PageRegion A5 *OutputBin OutputBin6
  1043. *UIConstraints: *PageRegion A5 *OutputBin OutputBin7
  1044. *UIConstraints: *PageRegion A5 *OutputBin OutputBin8
  1045.  
  1046. *UIConstraints: *PageRegion B5 *OutputBin Collator
  1047. *UIConstraints: *PageRegion B5 *OutputBin Stacker
  1048. *UIConstraints: *PageRegion B5 *OutputBin Separator
  1049. *UIConstraints: *PageRegion B5 *OutputBin OutputBin1
  1050. *UIConstraints: *PageRegion B5 *OutputBin OutputBin2
  1051. *UIConstraints: *PageRegion B5 *OutputBin OutputBin3
  1052. *UIConstraints: *PageRegion B5 *OutputBin OutputBin4
  1053. *UIConstraints: *PageRegion B5 *OutputBin OutputBin5
  1054. *UIConstraints: *PageRegion B5 *OutputBin OutputBin6
  1055. *UIConstraints: *PageRegion B5 *OutputBin OutputBin7
  1056. *UIConstraints: *PageRegion B5 *OutputBin OutputBin8
  1057.  
  1058. *UIConstraints: *PageRegion DoublePostcard *OutputBin Collator
  1059. *UIConstraints: *PageRegion DoublePostcard *OutputBin Stacker
  1060. *UIConstraints: *PageRegion DoublePostcard *OutputBin Separator
  1061. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin1
  1062. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin2
  1063. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin3
  1064. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin4
  1065. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin5
  1066. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin6
  1067. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin7
  1068. *UIConstraints: *PageRegion DoublePostcard *OutputBin OutputBin8
  1069.  
  1070. *UIConstraints: *PageRegion Env10 *OutputBin Collator
  1071. *UIConstraints: *PageRegion Env10 *OutputBin Stacker
  1072. *UIConstraints: *PageRegion Env10 *OutputBin Separator
  1073. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin1
  1074. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin2
  1075. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin3
  1076. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin4
  1077. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin5
  1078. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin6
  1079. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin7
  1080. *UIConstraints: *PageRegion Env10 *OutputBin OutputBin8
  1081.  
  1082. *UIConstraints: *PageRegion EnvMonarch *OutputBin Collator
  1083. *UIConstraints: *PageRegion EnvMonarch *OutputBin Stacker
  1084. *UIConstraints: *PageRegion EnvMonarch *OutputBin Separator
  1085. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin1
  1086. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin2
  1087. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin3
  1088. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin4
  1089. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin5
  1090. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin6
  1091. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin7
  1092. *UIConstraints: *PageRegion EnvMonarch *OutputBin OutputBin8
  1093.  
  1094. *UIConstraints: *PageRegion EnvDL *OutputBin Collator
  1095. *UIConstraints: *PageRegion EnvDL *OutputBin Stacker
  1096. *UIConstraints: *PageRegion EnvDL *OutputBin Separator
  1097. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin1
  1098. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin2
  1099. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin3
  1100. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin4
  1101. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin5
  1102. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin6
  1103. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin7
  1104. *UIConstraints: *PageRegion EnvDL *OutputBin OutputBin8
  1105.  
  1106. *UIConstraints: *PageRegion EnvC5 *OutputBin Collator
  1107. *UIConstraints: *PageRegion EnvC5 *OutputBin Stacker
  1108. *UIConstraints: *PageRegion EnvC5 *OutputBin Separator
  1109. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin1
  1110. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin2
  1111. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin3
  1112. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin4
  1113. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin5
  1114. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin6
  1115. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin7
  1116. *UIConstraints: *PageRegion EnvC5 *OutputBin OutputBin8
  1117.  
  1118. *UIConstraints: *PageRegion EnvISOB5 *OutputBin Collator
  1119. *UIConstraints: *PageRegion EnvISOB5 *OutputBin Stacker
  1120. *UIConstraints: *PageRegion EnvISOB5 *OutputBin Separator
  1121. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin1
  1122. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin2
  1123. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin3
  1124. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin4
  1125. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin5
  1126. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin6
  1127. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin7
  1128. *UIConstraints: *PageRegion EnvISOB5 *OutputBin OutputBin8
  1129.  
  1130. *%=== Paper Sizes =================
  1131. *OpenUI *PageSize: PickOne
  1132. *OrderDependency: 30 AnySetup *PageSize
  1133. *DefaultPageSize: Letter
  1134. *PageSize Letter/Letter: "
  1135.   <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  1136. *End
  1137. *PageSize Executive/Executive: "
  1138.   <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  1139. *End
  1140. *PageSize Legal/Legal: "
  1141.   <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  1142. *End
  1143. *PageSize 11x17/11x17: "
  1144.   <</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  1145. *End
  1146. *PageSize w842h1274/11x17 (Oversize 11.7x17.7): "
  1147.   <</PageSize [842 1274] /ImagingBBox null>> setpagedevice"
  1148. *End
  1149. *PageSize A3/A3: "
  1150.   <</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  1151. *End
  1152. *PageSize A4/A4: "
  1153.   <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  1154. *End
  1155. *PageSize A5/A5: "
  1156.   <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  1157. *End
  1158. *PageSize B4/B4 (JIS): "
  1159.   <</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  1160. *End
  1161. *PageSize B5/B5 (JIS): "
  1162.   <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  1163. *End
  1164. *PageSize DoublePostcard/Double Postcard (JIS): "
  1165.   <</PageSize [419.5 567] /ImagingBBox null>> setpagedevice"
  1166. *End
  1167. *PageSize w612h935/Executive (JIS): "
  1168.   <</PageSize [612 935] /ImagingBBox null>> setpagedevice"
  1169. *End
  1170. *PageSize w558h774/16K: "
  1171.   <</PageSize [558 774] /ImagingBBox null>> setpagedevice"
  1172. *End
  1173. *PageSize w774h1116/8K: "
  1174.   <</PageSize [774 1116] /ImagingBBox null>> setpagedevice"
  1175. *End
  1176. *PageSize Env10/Envelope #10: "
  1177.   <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  1178. *End
  1179. *PageSize EnvMonarch/Envelope Monarch: "
  1180.   <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  1181. *End
  1182. *PageSize EnvDL/Envelope DL: "
  1183.   <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  1184. *End
  1185. *PageSize EnvC5/Envelope C5: "
  1186.   <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  1187. *End
  1188. *PageSize EnvISOB5/Envelope B5: "
  1189.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  1190. *End
  1191. *?PageSize: "
  1192.    save
  1193.    currentpagedevice /PageSize get aload pop
  1194.    2 copy gt {exch} if 
  1195.    (Unknown) 
  1196.    19 dict
  1197.    dup [612 792]  (Letter) put
  1198.    dup [522 756]  (Executive) put
  1199.    dup [612 1008] (Legal) put
  1200.    dup [792 1224] (11x17) put
  1201.    dup [842 1274] (w842h1274) put
  1202.    dup [842 1191] (A3) put
  1203.    dup [595 842]  (A4) put
  1204.    dup [420 595]  (A5) put
  1205.    dup [729 1032] (B4) put
  1206.    dup [516 729]  (B5) put
  1207.    dup [284 419]  (DoublePostcard) put
  1208.    dup [612 935]  (w612h935) put
  1209.    dup [558 774]  (w558h774) put
  1210.    dup [774 1116] (w774h1116) put
  1211.    dup [297 684]  (Env10) put
  1212.    dup [279 540]  (EnvMonarch) put
  1213.    dup [312 624]  (EnvDL) put
  1214.    dup [459 649]  (EnvC5) put
  1215.    dup [499 709]  (EnvISOB5) put
  1216.    { exch aload pop 4 index sub abs 5 le exch 
  1217.       5 index sub abs 5 le and 
  1218.       {exch pop exit} {pop} ifelse
  1219.    } bind forall
  1220.    = flush pop pop
  1221.    restore
  1222. "
  1223. *End
  1224. *CloseUI: *PageSize
  1225.  
  1226. *OpenUI *PageRegion: PickOne
  1227. *OrderDependency: 40 AnySetup *PageRegion
  1228. *DefaultPageRegion: Letter
  1229. *PageRegion Letter/Letter: "
  1230.   <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  1231. *End
  1232. *PageRegion Executive/Executive: "
  1233.   <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  1234. *End
  1235. *PageRegion Legal/Legal: "
  1236.   <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  1237. *End
  1238. *PageRegion 11x17/11x17: "
  1239.   <</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  1240. *End
  1241. *PageRegion w842h1274/11x17 (Oversize 11.7x17.7): "
  1242.   <</PageSize [842 1274] /ImagingBBox null>> setpagedevice"
  1243. *End
  1244. *PageRegion A3/A3: "
  1245.   <</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  1246. *End
  1247. *PageRegion A4/A4: "
  1248.   <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  1249. *End
  1250. *PageRegion A5/A5: "
  1251.   <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  1252. *End
  1253. *PageRegion B4/B4 (JIS): "
  1254.   <</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  1255. *End
  1256. *PageRegion B5/B5 (JIS): "
  1257.   <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  1258. *End
  1259. *PageRegion DoublePostcard/Double Postcard (JIS): "
  1260.   <</PageSize [419.5 567] /ImagingBBox null>> setpagedevice"
  1261. *End
  1262. *PageRegion w612h935/Executive (JIS): "
  1263.   <</PageSize [612 935] /ImagingBBox null>> setpagedevice"
  1264. *End
  1265. *PageRegion w558h774/16K: "
  1266.   <</PageSize [558 774] /ImagingBBox null>> setpagedevice"
  1267. *End
  1268. *PageRegion w774h1116/8K: "
  1269.   <</PageSize [774 1116] /ImagingBBox null>> setpagedevice"
  1270. *End
  1271. *PageRegion Env10/Envelope #10: "
  1272.   <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  1273. *End
  1274. *PageRegion EnvMonarch/Envelope Monarch: "
  1275.   <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  1276. *End
  1277. *PageRegion EnvDL/Envelope DL: "
  1278.   <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  1279. *End
  1280. *PageRegion EnvC5/Envelope C5: "
  1281.   <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  1282. *End
  1283. *PageRegion EnvISOB5/Envelope B5: "
  1284.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  1285. *End
  1286. *CloseUI: *PageRegion
  1287.  
  1288. *DefaultImageableArea: Letter
  1289. *ImageableArea Letter/Letter: "12.00 12.00 599.76 779.76"
  1290. *ImageableArea Executive/Executive: "12.00 12.00 509.76 743.76"
  1291. *ImageableArea Legal/Legal: "12.00 12.00 599.76 995.76"
  1292. *ImageableArea 11x17/11x17: "12.00 12.00 779.76 1211.76"
  1293. *ImageableArea w842h1274/11x17 (Oversize 11.7x17.7): "12.00 12.00 829.68 1261.68"
  1294. *ImageableArea A3/A3: "12.00 12.00 829.44 1178.16"
  1295. *ImageableArea A4/A4: "12.00 12.00 582.96 829.44"
  1296. *ImageableArea A5/A5: "12.00 12.00 407.28 582.96"
  1297. *ImageableArea B4/B4 (JIS): "12.00 12.00 716.16 1019.52"
  1298. *ImageableArea B5/B5 (JIS): "12.00 12.00 503.52 716.16"
  1299. *ImageableArea DoublePostcard/Double Postcard (JIS): "12.00 12.00 407.28 554.64"
  1300. *ImageableArea w612h935/Executive (JIS): "12.00 12.00 599.76 922.76"
  1301. *ImageableArea w558h774/16K: "12.00 12.00 545.76 761.76"
  1302. *ImageableArea w774h1116/8K: "12.00 12.00 761.76 1103.76"
  1303. *ImageableArea Env10/Envelope #10: "12.00 12.00 284.64 671.76"
  1304. *ImageableArea EnvMonarch/Envelope Monarch: "12.00 12.00 266.64 527.76"
  1305. *ImageableArea EnvDL/Envelope DL: "12.10 12.10 299.52 611.28"
  1306. *ImageableArea EnvC5/Envelope C5: "12.00 12.00 446.88 636.72"
  1307. *ImageableArea EnvISOB5/Envelope B5: "12.10 12.10 486.48 696.24"
  1308. *?ImageableArea: "
  1309.    save
  1310.    /cvp { (                ) cvs print ( ) print } bind def
  1311.    /upperright {10000 mul floor 10000 div} bind def
  1312.    /lowerleft {10000 mul ceiling 10000 div} bind def
  1313.    newpath clippath pathbbox
  1314.    4 -2 roll exch 2 {lowerleft cvp} repeat
  1315.    exch 2 {upperright cvp} repeat flush
  1316.    restore
  1317. "
  1318. *End
  1319.  
  1320. *DefaultPaperDimension: Letter 
  1321. *PaperDimension Letter/Letter: "612 792"
  1322. *PaperDimension Executive/Executive: "522 756"
  1323. *PaperDimension Legal/Legal: "612 1008"
  1324. *PaperDimension 11x17/11x17: "792 1224"
  1325. *PaperDimension w842h1274/11x17 (Oversize 11.7x17.7): "842 1274"
  1326. *PaperDimension A3/A3: "842 1191"
  1327. *PaperDimension A4/A4: "595 842"
  1328. *PaperDimension A5/A5: "420 595"
  1329. *PaperDimension B4/B4 (JIS): "729 1032"
  1330. *PaperDimension B5/B5 (JIS): "516 729"
  1331. *PaperDimension DoublePostcard/Double Postcard (JIS): "419.5 567"
  1332. *PaperDimension w612h935/Executive (JIS): "612 935"
  1333. *PaperDimension w558h774/16K: "558 774"
  1334. *PaperDimension w774h1116/8K: "774 1116"
  1335. *PaperDimension Env10/Envelope #10: "297 684"
  1336. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  1337. *PaperDimension EnvDL/Envelope DL: "312 624"
  1338. *PaperDimension EnvC5/Envelope C5: "459 649"
  1339. *PaperDimension EnvISOB5/Envelope B5: "499 709"
  1340.  
  1341. *LandscapeOrientation: Plus90
  1342.  
  1343. *%=== Custom Paper Support =================
  1344. *%Orientation and Margin (offsets) values are not utilized
  1345.  
  1346. *VariablePaperSize: True
  1347.  
  1348. *LeadingEdge Short: ""
  1349. *DefaultLeadingEdge: Short
  1350.  
  1351. *% Smallest = 3.87x7.5, Largest = 11.7 x 17.7
  1352. *MaxMediaWidth:  "842"
  1353. *MaxMediaHeight: "1274"
  1354. *HWMargins:      12 12 12 12
  1355. *CustomPageSize True: "
  1356.   pop pop pop 
  1357.   <</DeferredMediaSelection true /PageSize [ 7 -2 roll ] /ImagingBBox null >>
  1358.   setpagedevice
  1359. "
  1360. *End
  1361.  
  1362. *ParamCustomPageSize Width:        1 points 278 842
  1363. *ParamCustomPageSize Height:       2 points 541 1274
  1364. *ParamCustomPageSize WidthOffset:  3 points 0 0
  1365. *ParamCustomPageSize HeightOffset: 4 points 0 0
  1366. *ParamCustomPageSize Orientation:  5 int 1 1
  1367.  
  1368. *RequiresPageRegion All: True
  1369.  
  1370. *%=== Paper Sources ====================
  1371. *OpenUI *InputSlot: PickOne
  1372. *OrderDependency: 20 AnySetup *InputSlot
  1373. *DefaultInputSlot: Middle
  1374. *InputSlot Upper/Tray 1: "<</ManualFeed false /MediaPosition 3>> setpagedevice"
  1375. *InputSlot ManualFeed/Tray 1 (Manual): "<</ManualFeed true /MediaPosition 3>> setpagedevice"
  1376. *InputSlot Middle/Tray 2: "<</ManualFeed false /MediaPosition 0>> setpagedevice"
  1377. *InputSlot Lower/Tray 3: "<</ManualFeed false /MediaPosition 1>> setpagedevice"
  1378. *InputSlot LargeCapacity/Tray 4: "<</ManualFeed false /MediaPosition 4>> setpagedevice"
  1379. *InputSlot Tray5/Tray 5: "<</ManualFeed false /MediaPosition 6>> setpagedevice"
  1380. *InputSlot Envelope/Envelope Feeder: "<</ManualFeed false /MediaPosition 2>> setpagedevice"
  1381. *?InputSlot: "
  1382.    save
  1383.       currentpagedevice /InputAttributes get /Priority get
  1384.       aload pop pop pop pop
  1385.       [(Middle) (Lower) (Envelope) (Upper) (LargeCapacity) (Unknown) (Tray5)] exch get = flush
  1386.    restore
  1387. "
  1388. *End
  1389. *CloseUI: *InputSlot
  1390.  
  1391. *%=== Media Type ===========================
  1392. *OpenUI *MediaType/Media Type: PickOne
  1393. *OrderDependency: 50 AnySetup *MediaType
  1394. *DefaultMediaType: None
  1395. *MediaType None/None: ""
  1396. *MediaType Plain/Plain: "<</MediaType (Plain)>> setpagedevice"
  1397. *MediaType Preprinted/Preprinted: "<</MediaType (Preprinted)>> setpagedevice"
  1398. *MediaType Letterhead/Letterhead: "<</MediaType (Letterhead)>> setpagedevice"
  1399. *MediaType Transparency/Transparency: "<</MediaType (Transparency)>> setpagedevice"
  1400. *MediaType Prepunched/Prepunched: "<</MediaType (Prepunched)>> setpagedevice"
  1401. *MediaType Labels/Labels: "<</MediaType (Labels)>> setpagedevice"
  1402. *MediaType Bond/Bond: "<</MediaType (Bond)>> setpagedevice"
  1403. *MediaType Recycled/Recycled: "<</MediaType (Recycled)>> setpagedevice"
  1404. *MediaType Color/Color: "<</MediaType (Color)>> setpagedevice"
  1405. *MediaType Cardstock/Card Stock: "<</MediaType (Card Stock)>> setpagedevice"
  1406. *MediaType Rough/Rough: "<</MediaType (Rough)>> setpagedevice"
  1407. *?MediaType: "
  1408.   save
  1409.     currentpagedevice /InputAttributes get dup
  1410.     /Priority get
  1411.     0 get get
  1412.     /MediaType get
  1413.     (Rough) anchorsearch
  1414.       {pop pop (Rough)} if  
  1415.     = flush
  1416.   restore
  1417. "
  1418. *End
  1419. *CloseUI: *MediaType
  1420.  
  1421. *%=== Fit to Page =========================
  1422. *OpenUI *HPPaperPolicy/Fit to Page: PickOne
  1423. *OrderDependency: 10 AnySetup *HPPaperPolicy
  1424. *DefaultHPPaperPolicy: PromptUser
  1425. *HPPaperPolicy PromptUser/Prompt User: "
  1426.    <</DeferredMediaSelection true>> setpagedevice"
  1427. *End
  1428. *HPPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  1429.    <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  1430. *End
  1431. *HPPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  1432.    <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  1433. *End
  1434. *HPPaperPolicy Letter/Letter: "
  1435. userdict begin
  1436.   /HPppX1 0 def
  1437.   /HPppY1 0 def
  1438.   /HPppScale 1 def
  1439.  
  1440.   <</DeferredMediaSelection true
  1441.     /BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale HPppScale scale end} bind>> setpagedevice
  1442.  
  1443.   /HPwmSPD {setpagedevice} bind def
  1444.   /setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth exch /PageSize get aload pop /HPwmPgHeight exch def def
  1445.       /HPppScale 612 HPwmPgWidth div dup 792 HPwmPgHeight div dup 3 1 roll lt {pop} {exch pop} ifelse def
  1446.       HPppScale 1 gt {/HPppScale 1 def}if
  1447.       /HPppX1 612 HPwmPgWidth HPppScale mul sub 2 div def
  1448.       /HPppY1 792 HPwmPgHeight HPppScale mul sub 2 div def
  1449.       <</PageSize [612 792] /ImagingBBox null>> setpagedevice}{setpagedevice}ifelse end} bind def
  1450. end"
  1451. *End
  1452. *HPPaperPolicy A4/A4: "
  1453. userdict begin
  1454.   /HPppX1 0 def
  1455.   /HPppY1 0 def
  1456.   /HPppScale 1 def
  1457.  
  1458.   <</DeferredMediaSelection true
  1459.     /BeginPage {pop userdict begin HPppX1 HPppY1 translate HPppScale HPppScale scale end} bind>> setpagedevice
  1460.  
  1461.   /HPwmSPD {setpagedevice} bind def
  1462.   /setpagedevice {userdict begin dup /PageSize known {/HPwmPgWidth exch /PageSize get aload pop /HPwmPgHeight exch def def
  1463.       /HPppScale 595 HPwmPgWidth div dup 842 HPwmPgHeight div dup 3 1 roll lt {pop} {exch pop} ifelse def
  1464.       HPppScale 1 gt {/HPppScale 1 def}if
  1465.       /HPppX1 595 HPwmPgWidth HPppScale mul sub 2 div def
  1466.       /HPppY1 842 HPwmPgHeight HPppScale mul sub 2 div def
  1467.       <</PageSize [595 842] /ImagingBBox null>> setpagedevice}{setpagedevice}ifelse end} bind def
  1468. end"
  1469. *End
  1470. *CloseUI: *HPPaperPolicy
  1471.  
  1472. *%=== Halftone Information =================
  1473. *ScreenFreq:  "106.0"
  1474. *ScreenAngle: "45.0"
  1475.  
  1476. *ResScreenFreq 300dpi/300 dpi:  "60.0"
  1477. *ResScreenAngle 300dpi/300 dpi: "45.0"
  1478. *ResScreenFreq 600dpi/600 dpi:  "106.0"
  1479. *ResScreenAngle 600dpi/600 dpi: "45.0"
  1480.  
  1481. *DefaultScreenProc: Dot
  1482. *ScreenProc HPEnhanced: "
  1483.   { /EnhancedHalftone /Halftone findresource }"
  1484. *End
  1485. *ScreenProc Dot: "
  1486. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  1487. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  1488. "
  1489. *End
  1490. *ScreenProc Line: "{ pop }"
  1491. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  1492.  
  1493. *DefaultTransfer: Null
  1494. *Transfer Null: "{ }"
  1495. *Transfer Null.Inverse: "{ 1 exch sub }"
  1496.  
  1497. *DefaultHalftoneType:    9
  1498. *AccurateScreensSupport: False
  1499.  
  1500. *OpenUI *HPHalftone/Levels of Gray: PickOne
  1501. *OrderDependency: 10 DocumentSetup *HPHalftone
  1502. *DefaultHPHalftone: PrinterDefault
  1503. *HPHalftone PrinterDefault/Printer's Current Setting: ""
  1504. *HPHalftone Enhanced/Enhanced: "
  1505.    << /Install {
  1506.      currentpagedevice /HWResolution get
  1507.      dup 0 get 600 eq exch 1 get 600 eq and
  1508.      { /EnhancedColorRendering600 } { /EnhancedColorRendering } ifelse
  1509.      /ColorRendering findresource setcolorrendering
  1510.      /EnhancedHalftone /Halftone findresource sethalftone
  1511.      { } settransfer false setstrokeadjust
  1512.    }
  1513.    >> setpagedevice
  1514.    currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  1515.    {
  1516.        << /PostRenderingEnhance true
  1517.             /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >>
  1518.        >> setpagedevice
  1519.    } if
  1520.    /setscreen { pop pop pop } def
  1521.    /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  1522.    /sethalftone { pop } def 
  1523. "
  1524. *End
  1525. *HPHalftone Standard/Standard: "
  1526.    << /Install {
  1527.      currentpagedevice /HWResolution get
  1528.      dup 0 get 600 eq exch 1 get 600 eq and dup
  1529.      currentpagedevice /PostRenderingEnhance get
  1530.      currentpagedevice /PostRenderingEnhanceDetails get /REValue get 0 ne and
  1531.      { {/DefaultColorRenderingRE600} {/DefaultColorRenderingRE} ifelse}
  1532.      { {/DefaultColorRendering600} {/DefaultColorRendering} ifelse} ifelse
  1533.      /ColorRendering findresource setcolorrendering
  1534.      { /DefaultHalftone600 } {/DefaultHalftone} ifelse
  1535.      /Halftone findresource sethalftone
  1536.      {} settransfer false setstrokeadjust
  1537.    } >> setpagedevice
  1538.    currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  1539.    {
  1540.      << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1541.      << /REValue 0 /Type 8 >> >> setpagedevice
  1542.    } if
  1543. "
  1544. *End
  1545. *?HPHalftone: "
  1546.    save
  1547.       currenthalftone /HalftoneType get 9 eq 
  1548.      {(Enhanced)} {(Standard)} ifelse = flush
  1549.    restore
  1550. "
  1551. *End
  1552. *CloseUI: *HPHalftone
  1553.  
  1554. *%=== Color Control ========================
  1555. *DefaultColorSep: ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi
  1556.  
  1557. *InkName: ProcessBlack/Process Black
  1558. *InkName: CustomColor/Custom Color
  1559. *InkName: ProcessCyan/Process Cyan
  1560. *InkName: ProcessMagenta/Process Magenta
  1561. *InkName: ProcessYellow/Process Yellow
  1562.  
  1563. *%  For 60 lpi / 300 dpi  =========================
  1564. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  1565. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  1566. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  1567. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  1568. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  1569.  
  1570. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1571. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1572. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1573. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1574. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1575.  
  1576. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) ====
  1577. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1578. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1579. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  1580. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  1581. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  1582.  
  1583. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  1584. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  1585. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  1586. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  1587. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  1588. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  1589. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  1590. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  1591. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  1592. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  1593. *End
  1594.  
  1595. *%  For 106 lpi / 300 dpi  =========================
  1596. *ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  1597. *ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  1598. *ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "71.5651"
  1599. *ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "18.4349"
  1600. *ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "0.0"
  1601.      
  1602. *ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  1603. *ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  1604. *ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  1605. *ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  1606. *ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "100.0"
  1607.  
  1608. *%  For 106 lpi / 600 dpi  =========================
  1609. *ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  1610. *ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  1611. *ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "71.5651"
  1612. *ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "18.4349"
  1613. *ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "0.0"
  1614.      
  1615. *ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "106.066"
  1616. *ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "106.066"
  1617. *ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "94.8683"
  1618. *ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "94.8683"
  1619. *ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "100.0"
  1620.  
  1621. *%=== Duplex ====================================
  1622. *OpenUI *Duplex/Duplex:  PickOne
  1623. *OrderDependency: 50 AnySetup *Duplex
  1624. *DefaultDuplex: None
  1625. *Duplex None/Off (1-Sided): "
  1626.   <</Duplex false>> setpagedevice"
  1627. *End
  1628. *Duplex DuplexNoTumble/Flip on Long Edge (Standard): "
  1629.   <</Duplex true /Tumble false>> setpagedevice"
  1630. *End
  1631. *Duplex DuplexTumble/Flip on Short Edge: "
  1632.   <</Duplex true /Tumble true>> setpagedevice"
  1633. *End
  1634. *?Duplex: "
  1635.    save
  1636.    currentpagedevice /Duplex known
  1637.    false ne
  1638.      { currentpagedevice /Duplex get
  1639.         { currentpagedevice /Tumble get
  1640.             {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  1641.         } { (None)}    ifelse 
  1642.      }{(None)}  ifelse = flush
  1643.    restore
  1644. "
  1645. *End 
  1646. *CloseUI: *Duplex
  1647.  
  1648. *%=== Font Information =====================
  1649. *DefaultFont: Courier
  1650. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  1651. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  1652. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  1653. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  1654. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  1655. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  1656. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  1657. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  1658. *Font Courier: Standard "(002.004S)" Standard ROM
  1659. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  1660. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  1661. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  1662. *Font Helvetica: Standard "(001.006S)" Standard ROM
  1663. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  1664. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  1665. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  1666. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  1667. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  1668. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  1669. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  1670. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  1671. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  1672. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  1673. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  1674. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  1675. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  1676. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  1677. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  1678. *Font Symbol: Special "(001.007S)" Special ROM
  1679. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  1680. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  1681. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  1682. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  1683. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  1684. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  1685. *?FontQuery: "
  1686.    save
  1687.    { count 1 gt
  1688.       { exch dup 127 string cvs (/) print print (:) print
  1689.       /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  1690.       } { exit } ifelse
  1691.    } bind loop
  1692.    (*) = flush
  1693.    restore
  1694. "
  1695. *End
  1696.  
  1697. *?FontList: "
  1698.    save
  1699.      (*) {cvn ==} 128 string /Font resourceforall
  1700.      (*) = flush
  1701.    restore
  1702. "
  1703. *End
  1704.  
  1705. *%=== Printer Messages (verbatim from printer): ================
  1706. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1707. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1708. *Message: "\FontName\ not found, using Courier"
  1709.  
  1710. *% Status (format: %%[ status: <one of these> ] %%)
  1711. *Status: "warming up"/warming up
  1712. *Status: "idle"/idle
  1713. *Status: "busy"/busy
  1714. *Status: "waiting"/waiting
  1715. *Status: "printing"/printing
  1716. *Status: "initializing"/initializing
  1717. *Status: "printing test page"/printing test page
  1718. *Status: "PrinterError: cover open or no toner cartridge"/cover open or no toner cartridge
  1719. *Status: "PrinterError: cover open"/cover open
  1720. *Status: "PrinterError: needs attention"/needs attention
  1721. *Status: "PrinterError: no toner cartridge"/no toner cartridge
  1722. *Status: "PrinterError: warming up"/warming up
  1723. *Status: "PrinterError: manual feed"/manual feed
  1724. *Status: "PrinterError: out of paper"/out of paper
  1725. *Status: "PrinterError: Paper Jam"/Paper Jam
  1726. *Status: "PrinterError: paper jam"/paper jam
  1727. *Status: "PrinterError: page protect needed"/page protect needed
  1728. *Status: "PrinterError: out of memory"/out of memory
  1729. *Status: "PrinterError: output bin full"/output bin full
  1730. *Status: "PrinterError: resetting printer"/resetting printer
  1731. *Status: "PrinterError: toner is low"/toner is low
  1732. *Status: "PrinterError: off line"/off line
  1733.  
  1734. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  1735. *PrinterError: "cover open or no toner cartridge"/cover open or no toner cartridge
  1736. *PrinterError: "cover open"/cover open
  1737. *PrinterError: "needs attention"/needs attention
  1738. *PrinterError: "no toner cartridge"/no toner cartridge
  1739. *PrinterError: "warming up"/warming up
  1740. *PrinterError: "manual feed"/manual feed
  1741. *PrinterError: "out of paper"/out of paper
  1742. *PrinterError: "Paper Jam"/Paper Jam
  1743. *PrinterError: "paper jam"/paper jam
  1744. *PrinterError: "page protect needed"/page protect needed
  1745. *PrinterError: "out of memory"/out of memory
  1746. *PrinterError: "output bin full"/output bin full
  1747. *PrinterError: "resetting printer"/resetting printer
  1748. *PrinterError: "toner is low"/toner is low
  1749. *PrinterError: "off line"/off line
  1750.  
  1751. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  1752. *Source: "BiTronics"/BiTronics
  1753. *Source: "other I/O"/other I/O
  1754. *Source: "AppleTalk"/AppleTalk
  1755. *Source: "APPLETALK"/AppleTalk
  1756. *Source: "ATALK"/AppleTalk
  1757. *Source: "LocalTalk"/LocalTalk
  1758. *Source: "Parallel"/Parallel
  1759. *Source: "EtherTalk"/EtherTalk
  1760. *Source: "NOVELL"/NOVELL
  1761. *Source: "DLC/LLC"/DLC/LLC
  1762. *Source: "ETALK"/EtherTalk
  1763. *Source: "TCP/IP"/TCP/IP
  1764.  
  1765. *Password: "()"
  1766. *ExitServer: "
  1767.  count 0 eq
  1768.  { false } { true exch startjob } ifelse
  1769.  not {
  1770.      (WARNING: Cannot modify initial VM.) =
  1771.      (Missing or invalid password.) =
  1772.      (Please contact the author of this software.) = flush quit
  1773.      } if
  1774. "
  1775. *End
  1776. *Reset: "
  1777.   count 0 eq { false } { true exch startjob } ifelse
  1778.   not {
  1779.     (WARNING: Cannot reset printer.) =
  1780.     (Missing or invalid password.) =
  1781.     (Please contact the author of this software.) = flush quit
  1782.     } if
  1783.   systemdict /quit get exec
  1784.   (WARNING : Printer Reset Failed.) = flush
  1785. "
  1786. *End
  1787.  
  1788. *% =======================================
  1789. *% For "HP LaserJet 8100 Series" version 2014.108
  1790. *% =======================================
  1791.