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.

1912 lines
85 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *%
  4. *% IBM Infoprint 21 PS PPD file
  5. *%
  6. *% (C) Copyright IBM Corp. 1999,2001
  7. *% All Rights Reserved
  8. *% Licensed Material - Program Property of IBM.
  9. *% IBM and the IBM Logo are registered trademarks of
  10. *% International Business Machines Corp.
  11. *%
  12. *FormatVersion: "4.3"
  13. *FileVersion: "1.3"
  14. *LanguageEncoding: ISOLatin1
  15. *LanguageVersion: English
  16. *Manufacturer: "IBM"
  17. *PCFileName: "IBM43221.PPD"
  18. *Product: "(IBM 4322)"
  19. *PSVersion: "(3011.104) 002"
  20. *ModelName: "IBM 4322"
  21. *ShortNickName: "IBM Infoprint 21 PS"
  22. *NickName: "IBM Infoprint 21 PS"
  23. *% ==== Printer Installable Options ====
  24. *OpenGroup: InstallableOptions/Options Installed
  25. *OpenUI *OptionTray2/Tray 2: Boolean
  26. *DefaultOptionTray2: True
  27. *OptionTray2 True/Installed: ""
  28. *OptionTray2 False/Not installed: ""
  29. *CloseUI: *OptionTray2
  30. *OpenUI *OptionTray3/Tray 3: Boolean
  31. *DefaultOptionTray3: True
  32. *OptionTray3 True/Installed: ""
  33. *OptionTray3 False/Not installed: ""
  34. *CloseUI: *OptionTray3
  35. *OpenUI *OptionEnvelope1/Envelope feeder: Boolean
  36. *DefaultOptionEnvelope1: True
  37. *OptionEnvelope1 True/Installed: ""
  38. *OptionEnvelope1 False/Not installed: ""
  39. *CloseUI: *OptionEnvelope1
  40. *OpenUI *OptionDuplexUnit/Duplex unit: Boolean
  41. *DefaultOptionDuplexUnit: True
  42. *OptionDuplexUnit True/Installed: ""
  43. *OptionDuplexUnit False/Not installed: ""
  44. *CloseUI: *OptionDuplexUnit
  45. *OpenUI *OptionOffset1/Offset output: Boolean
  46. *DefaultOptionOffset1: True
  47. *OptionOffset1 True/Installed: ""
  48. *OptionOffset1 False/Not installed: ""
  49. *CloseUI: *OptionOffset1
  50. *OpenUI *OptionHardDrive1/Hard drive: Boolean
  51. *DefaultOptionHardDrive1: True
  52. *OptionHardDrive1 True/Installed: ""
  53. *OptionHardDrive1 False/Not installed: ""
  54. *CloseUI: *OptionHardDrive1
  55. *OpenUI *OptionFlash1/Flash: Boolean
  56. *DefaultOptionFlash1: True
  57. *OptionFlash1 True/Installed: ""
  58. *OptionFlash1 False/Not installed: ""
  59. *CloseUI: *OptionFlash1
  60. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  61. *DefaultInstalledMemory: 32Meg
  62. *InstalledMemory 32Meg/32 MB RAM: ""
  63. *InstalledMemory 64Meg/64 MB RAM: ""
  64. *InstalledMemory 96Meg/96 MB RAM: ""
  65. *InstalledMemory 128Meg/128 MB RAM: ""
  66. *InstalledMemory 160Meg/160 MB RAM: ""
  67. *InstalledMemory 192Meg/192 MB RAM: ""
  68. *InstalledMemory 256Meg/256 MB RAM: ""
  69. *?InstalledMemory: "save
  70. currentsystemparams /InstalledRam get
  71. 1048576 div round cvi dup 0 lt {pop 0} if
  72. [
  73. [(256Meg) 256]
  74. [(192Meg) 192]
  75. [(160Meg) 160]
  76. [(128Meg) 128]
  77. [(96Meg) 96]
  78. [(64Meg) 64]
  79. [(32Meg) 32]
  80. ]
  81. {aload pop 2 index le {exit}{pop} ifelse} forall
  82. = flush pop
  83. restore"
  84. *End
  85. *CloseUI: *InstalledMemory
  86. *CloseGroup: InstallableOptions
  87. *% ==== Installed Option Constraints ====
  88. *% Tray 2 must be installed in order to install Tray 3
  89. *UIConstraints: *OptionTray2 False *OptionTray3 True
  90. *UIConstraints: *OptionTray3 True *OptionTray2 False
  91. *% Optional trays must be installed or they cannot be selected for input
  92. *UIConstraints: *OptionTray2 False *InputSlot Tray2
  93. *UIConstraints: *InputSlot Tray2 *OptionTray2 False
  94. *UIConstraints: *OptionTray3 False *InputSlot Tray3
  95. *UIConstraints: *InputSlot Tray3 *OptionTray3 False
  96. *UIConstraints: *OptionEnvelope1 False *InputSlot Envelope
  97. *UIConstraints: *InputSlot Envelope *OptionEnvelope1 False
  98. *% Duplex unit must be installed to select Duplexing
  99. *UIConstraints: *OptionDuplexUnit False *Duplex
  100. *UIConstraints: *Duplex *OptionDuplexUnit False
  101. *% Offset tray must be installed or it cannot be selected for output
  102. *UIConstraints: *OptionOffset1 False *OutputBin OffsetTray
  103. *UIConstraints: *OutputBin OffsetTray *OptionOffset1 False
  104. *% ==== End of Installed Option Constraints ====
  105. *% ==== User selection constraints ====
  106. *% Trays 1/2/3 cannot feed: Index
  107. *UIConstraints: *PageSize Index *InputSlot Tray1
  108. *UIConstraints: *PageSize IndexEdge *InputSlot Tray1
  109. *UIConstraints: *InputSlot Tray1 *PageSize Index
  110. *UIConstraints: *InputSlot Tray1 *PageSize IndexEdge
  111. *UIConstraints: *PageRegion Index *InputSlot Tray1
  112. *UIConstraints: *PageRegion IndexEdge *InputSlot Tray1
  113. *UIConstraints: *InputSlot Tray1 *PageRegion Index
  114. *UIConstraints: *InputSlot Tray1 *PageRegion IndexEdge
  115. *UIConstraints: *PageSize Index *InputSlot Tray2
  116. *UIConstraints: *PageSize IndexEdge *InputSlot Tray2
  117. *UIConstraints: *InputSlot Tray2 *PageSize Index
  118. *UIConstraints: *InputSlot Tray2 *PageSize IndexEdge
  119. *UIConstraints: *PageRegion Index *InputSlot Tray2
  120. *UIConstraints: *PageRegion IndexEdge *InputSlot Tray2
  121. *UIConstraints: *InputSlot Tray2 *PageRegion Index
  122. *UIConstraints: *InputSlot Tray2 *PageRegion IndexEdge
  123. *UIConstraints: *PageSize Index *InputSlot Tray3
  124. *UIConstraints: *PageSize IndexEdge *InputSlot Tray3
  125. *UIConstraints: *InputSlot Tray3 *PageSize Index
  126. *UIConstraints: *InputSlot Tray3 *PageSize IndexEdge
  127. *UIConstraints: *PageRegion Index *InputSlot Tray3
  128. *UIConstraints: *PageRegion IndexEdge *InputSlot Tray3
  129. *UIConstraints: *InputSlot Tray3 *PageRegion Index
  130. *UIConstraints: *InputSlot Tray3 *PageRegion IndexEdge
  131. *% Envelope feeder can only support envelope sizes:
  132. *% EnvMonarch, Env10, EnvC5, EnvDL, Hagaki, CustomPageSize env
  133. *UIConstraints: *PageSize Letter *InputSlot Envelope
  134. *UIConstraints: *PageSize LetterEdge *InputSlot Envelope
  135. *UIConstraints: *PageSize Legal *InputSlot Envelope
  136. *UIConstraints: *PageSize LegalEdge *InputSlot Envelope
  137. *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Envelope
  138. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Envelope
  139. *UIConstraints: *PageSize A4 *InputSlot Envelope
  140. *UIConstraints: *PageSize A4Edge *InputSlot Envelope
  141. *UIConstraints: *PageSize B5 *InputSlot Envelope
  142. *UIConstraints: *PageSize B5Edge *InputSlot Envelope
  143. *UIConstraints: *PageSize ISOB5 *InputSlot Envelope
  144. *UIConstraints: *PageSize ISOB5Edge *InputSlot Envelope
  145. *UIConstraints: *PageSize A5 *InputSlot Envelope
  146. *UIConstraints: *PageSize A5Edge *InputSlot Envelope
  147. *UIConstraints: *PageSize Executive *InputSlot Envelope
  148. *UIConstraints: *PageSize ExecutiveEdge *InputSlot Envelope
  149. *UIConstraints: *PageSize Statement *InputSlot Envelope
  150. *UIConstraints: *PageSize StatementEdge *InputSlot Envelope
  151. *UIConstraints: *PageSize Index *InputSlot Envelope
  152. *UIConstraints: *PageSize IndexEdge *InputSlot Envelope
  153. *UIConstraints: *InputSlot Envelope *PageSize Letter
  154. *UIConstraints: *InputSlot Envelope *PageSize LetterEdge
  155. *UIConstraints: *InputSlot Envelope *PageSize Legal
  156. *UIConstraints: *InputSlot Envelope *PageSize LegalEdge
  157. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegal
  158. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegalEdge
  159. *UIConstraints: *InputSlot Envelope *PageSize A4
  160. *UIConstraints: *InputSlot Envelope *PageSize A4Edge
  161. *UIConstraints: *InputSlot Envelope *PageSize B5
  162. *UIConstraints: *InputSlot Envelope *PageSize B5Edge
  163. *UIConstraints: *InputSlot Envelope *PageSize ISOB5
  164. *UIConstraints: *InputSlot Envelope *PageSize ISOB5Edge
  165. *UIConstraints: *InputSlot Envelope *PageSize A5
  166. *UIConstraints: *InputSlot Envelope *PageSize A5Edge
  167. *UIConstraints: *InputSlot Envelope *PageSize Executive
  168. *UIConstraints: *InputSlot Envelope *PageSize ExecutiveEdge
  169. *UIConstraints: *InputSlot Envelope *PageSize Statement
  170. *UIConstraints: *InputSlot Envelope *PageSize StatementEdge
  171. *UIConstraints: *InputSlot Envelope *PageSize Index
  172. *UIConstraints: *InputSlot Envelope *PageSize IndexEdge
  173. *UIConstraints: *PageRegion Letter *InputSlot Envelope
  174. *UIConstraints: *PageRegion LetterEdge *InputSlot Envelope
  175. *UIConstraints: *PageRegion Legal *InputSlot Envelope
  176. *UIConstraints: *PageRegion LegalEdge *InputSlot Envelope
  177. *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Envelope
  178. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Envelope
  179. *UIConstraints: *PageRegion A4 *InputSlot Envelope
  180. *UIConstraints: *PageRegion A4Edge *InputSlot Envelope
  181. *UIConstraints: *PageRegion B5 *InputSlot Envelope
  182. *UIConstraints: *PageRegion B5Edge *InputSlot Envelope
  183. *UIConstraints: *PageRegion ISOB5 *InputSlot Envelope
  184. *UIConstraints: *PageRegion ISOB5Edge *InputSlot Envelope
  185. *UIConstraints: *PageRegion A5 *InputSlot Envelope
  186. *UIConstraints: *PageRegion A5Edge *InputSlot Envelope
  187. *UIConstraints: *PageRegion Executive *InputSlot Envelope
  188. *UIConstraints: *PageRegion ExecutiveEdge *InputSlot Envelope
  189. *UIConstraints: *PageRegion Statement *InputSlot Envelope
  190. *UIConstraints: *PageRegion StatementEdge *InputSlot Envelope
  191. *UIConstraints: *PageRegion Index *InputSlot Envelope
  192. *UIConstraints: *PageRegion IndexEdge *InputSlot Envelope
  193. *UIConstraints: *InputSlot Envelope *PageRegion Letter
  194. *UIConstraints: *InputSlot Envelope *PageRegion LetterEdge
  195. *UIConstraints: *InputSlot Envelope *PageRegion Legal
  196. *UIConstraints: *InputSlot Envelope *PageRegion LegalEdge
  197. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegal
  198. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegalEdge
  199. *UIConstraints: *InputSlot Envelope *PageRegion A4
  200. *UIConstraints: *InputSlot Envelope *PageRegion A4Edge
  201. *UIConstraints: *InputSlot Envelope *PageRegion B5
  202. *UIConstraints: *InputSlot Envelope *PageRegion B5Edge
  203. *UIConstraints: *InputSlot Envelope *PageRegion ISOB5
  204. *UIConstraints: *InputSlot Envelope *PageRegion ISOB5Edge
  205. *UIConstraints: *InputSlot Envelope *PageRegion A5
  206. *UIConstraints: *InputSlot Envelope *PageRegion A5Edge
  207. *UIConstraints: *InputSlot Envelope *PageRegion Executive
  208. *UIConstraints: *InputSlot Envelope *PageRegion ExecutiveEdge
  209. *UIConstraints: *InputSlot Envelope *PageRegion Statement
  210. *UIConstraints: *InputSlot Envelope *PageRegion StatementEdge
  211. *UIConstraints: *InputSlot Envelope *PageRegion Index
  212. *UIConstraints: *InputSlot Envelope *PageRegion IndexEdge
  213. *% Duplex supported for: Letter, Legal, Folio, A4, B5-JIS,
  214. *% Executive, CustomPageSize
  215. *UIConstraints: *Duplex *PageSize ISOB5
  216. *UIConstraints: *Duplex *PageSize ISOB5Edge
  217. *UIConstraints: *Duplex *PageSize A5
  218. *UIConstraints: *Duplex *PageSize A5Edge
  219. *UIConstraints: *Duplex *PageSize Statement
  220. *UIConstraints: *Duplex *PageSize StatementEdge
  221. *UIConstraints: *Duplex *PageSize Index
  222. *UIConstraints: *Duplex *PageSize IndexEdge
  223. *UIConstraints: *Duplex *PageSize Hagaki
  224. *UIConstraints: *Duplex *PageSize HagakiEdge
  225. *UIConstraints: *Duplex *PageSize EnvMonarch
  226. *UIConstraints: *Duplex *PageSize EnvMonarchEdge
  227. *UIConstraints: *Duplex *PageSize Env10
  228. *UIConstraints: *Duplex *PageSize Env10Edge
  229. *UIConstraints: *Duplex *PageSize EnvC5
  230. *UIConstraints: *Duplex *PageSize EnvC5Edge
  231. *UIConstraints: *Duplex *PageSize EnvDL
  232. *UIConstraints: *Duplex *PageSize EnvDLEdge
  233. *UIConstraints: *PageSize ISOB5 *Duplex
  234. *UIConstraints: *PageSize ISOB5Edge *Duplex
  235. *UIConstraints: *PageSize A5 *Duplex
  236. *UIConstraints: *PageSize A5Edge *Duplex
  237. *UIConstraints: *PageSize Statement *Duplex
  238. *UIConstraints: *PageSize StatementEdge *Duplex
  239. *UIConstraints: *PageSize Index *Duplex
  240. *UIConstraints: *PageSize IndexEdge *Duplex
  241. *UIConstraints: *PageSize Hagaki *Duplex
  242. *UIConstraints: *PageSize HagakiEdge *Duplex
  243. *UIConstraints: *PageSize EnvMonarch *Duplex
  244. *UIConstraints: *PageSize EnvMonarchEdge *Duplex
  245. *UIConstraints: *PageSize Env10 *Duplex
  246. *UIConstraints: *PageSize Env10Edge *Duplex
  247. *UIConstraints: *PageSize EnvC5 *Duplex
  248. *UIConstraints: *PageSize EnvC5Edge *Duplex
  249. *UIConstraints: *PageSize EnvDL *Duplex
  250. *UIConstraints: *PageSize EnvDLEdge *Duplex
  251. *UIConstraints: *Duplex *PageRegion ISOB5
  252. *UIConstraints: *Duplex *PageRegion ISOB5Edge
  253. *UIConstraints: *Duplex *PageRegion A5
  254. *UIConstraints: *Duplex *PageRegion A5Edge
  255. *UIConstraints: *Duplex *PageRegion Statement
  256. *UIConstraints: *Duplex *PageRegion StatementEdge
  257. *UIConstraints: *Duplex *PageRegion Index
  258. *UIConstraints: *Duplex *PageRegion IndexEdge
  259. *UIConstraints: *Duplex *PageRegion Hagaki
  260. *UIConstraints: *Duplex *PageRegion HagakiEdge
  261. *UIConstraints: *Duplex *PageRegion EnvMonarch
  262. *UIConstraints: *Duplex *PageRegion EnvMonarchEdge
  263. *UIConstraints: *Duplex *PageRegion Env10
  264. *UIConstraints: *Duplex *PageRegion Env10Edge
  265. *UIConstraints: *Duplex *PageRegion EnvC5
  266. *UIConstraints: *Duplex *PageRegion EnvC5Edge
  267. *UIConstraints: *Duplex *PageRegion EnvDL
  268. *UIConstraints: *Duplex *PageRegion EnvDLEdge
  269. *UIConstraints: *PageRegion ISOB5 *Duplex
  270. *UIConstraints: *PageRegion ISOB5Edge *Duplex
  271. *UIConstraints: *PageRegion A5 *Duplex
  272. *UIConstraints: *PageRegion A5Edge *Duplex
  273. *UIConstraints: *PageRegion Statement *Duplex
  274. *UIConstraints: *PageRegion StatementEdge *Duplex
  275. *UIConstraints: *PageRegion Index *Duplex
  276. *UIConstraints: *PageRegion IndexEdge *Duplex
  277. *UIConstraints: *PageRegion Hagaki *Duplex
  278. *UIConstraints: *PageRegion HagakiEdge *Duplex
  279. *UIConstraints: *PageRegion EnvMonarch *Duplex
  280. *UIConstraints: *PageRegion EnvMonarchEdge *Duplex
  281. *UIConstraints: *PageRegion Env10 *Duplex
  282. *UIConstraints: *PageRegion Env10Edge *Duplex
  283. *UIConstraints: *PageRegion EnvC5 *Duplex
  284. *UIConstraints: *PageRegion EnvC5Edge *Duplex
  285. *UIConstraints: *PageRegion EnvDL *Duplex
  286. *UIConstraints: *PageRegion EnvDLEdge *Duplex
  287. *% Cannot duplex media types: Transparency, Labels, Card Stock, Envelopes
  288. *UIConstraints: *Duplex *MediaType Transparency
  289. *UIConstraints: *Duplex *MediaType Labels
  290. *UIConstraints: *Duplex *MediaType Cardstock
  291. *UIConstraints: *Duplex *MediaType Envelope
  292. *UIConstraints: *MediaType Transparency *Duplex
  293. *UIConstraints: *MediaType Labels *Duplex
  294. *UIConstraints: *MediaType Cardstock *Duplex
  295. *UIConstraints: *MediaType Envelope *Duplex
  296. *% Media types - Transparency, Labels can only be A4 or Letter
  297. *UIConstraints: *MediaType Transparency *PageSize Legal
  298. *UIConstraints: *MediaType Transparency *PageSize LegalEdge
  299. *UIConstraints: *MediaType Transparency *PageSize FanFoldGermanLegal
  300. *UIConstraints: *MediaType Transparency *PageSize FanFoldGermanLegalEdge
  301. *UIConstraints: *MediaType Transparency *PageSize B5
  302. *UIConstraints: *MediaType Transparency *PageSize B5Edge
  303. *UIConstraints: *MediaType Transparency *PageSize ISOB5
  304. *UIConstraints: *MediaType Transparency *PageSize ISOB5Edge
  305. *UIConstraints: *MediaType Transparency *PageSize A5
  306. *UIConstraints: *MediaType Transparency *PageSize A5Edge
  307. *UIConstraints: *MediaType Transparency *PageSize Executive
  308. *UIConstraints: *MediaType Transparency *PageSize ExecutiveEdge
  309. *UIConstraints: *MediaType Transparency *PageSize Statement
  310. *UIConstraints: *MediaType Transparency *PageSize StatementEdge
  311. *UIConstraints: *MediaType Transparency *PageSize Index
  312. *UIConstraints: *MediaType Transparency *PageSize IndexEdge
  313. *UIConstraints: *MediaType Transparency *PageSize Hagaki
  314. *UIConstraints: *MediaType Transparency *PageSize HagakiEdge
  315. *UIConstraints: *MediaType Transparency *PageSize EnvMonarch
  316. *UIConstraints: *MediaType Transparency *PageSize EnvMonarchEdge
  317. *UIConstraints: *MediaType Transparency *PageSize Env10
  318. *UIConstraints: *MediaType Transparency *PageSize Env10Edge
  319. *UIConstraints: *MediaType Transparency *PageSize EnvC5
  320. *UIConstraints: *MediaType Transparency *PageSize EnvC5Edge
  321. *UIConstraints: *MediaType Transparency *PageSize EnvDL
  322. *UIConstraints: *MediaType Transparency *PageSize EnvDLEdge
  323. *UIConstraints: *PageSize Legal *MediaType Transparency
  324. *UIConstraints: *PageSize LegalEdge *MediaType Transparency
  325. *UIConstraints: *PageSize FanFoldGermanLegal *MediaType Transparency
  326. *UIConstraints: *PageSize FanFoldGermanLegalEdge *MediaType Transparency
  327. *UIConstraints: *PageSize B5 *MediaType Transparency
  328. *UIConstraints: *PageSize B5Edge *MediaType Transparency
  329. *UIConstraints: *PageSize ISOB5 *MediaType Transparency
  330. *UIConstraints: *PageSize ISOB5Edge *MediaType Transparency
  331. *UIConstraints: *PageSize A5 *MediaType Transparency
  332. *UIConstraints: *PageSize A5Edge *MediaType Transparency
  333. *UIConstraints: *PageSize Executive *MediaType Transparency
  334. *UIConstraints: *PageSize ExecutiveEdge *MediaType Transparency
  335. *UIConstraints: *PageSize Statement *MediaType Transparency
  336. *UIConstraints: *PageSize StatementEdge *MediaType Transparency
  337. *UIConstraints: *PageSize Index *MediaType Transparency
  338. *UIConstraints: *PageSize IndexEdge *MediaType Transparency
  339. *UIConstraints: *PageSize Hagaki *MediaType Transparency
  340. *UIConstraints: *PageSize HagakiEdge *MediaType Transparency
  341. *UIConstraints: *PageSize EnvMonarch *MediaType Transparency
  342. *UIConstraints: *PageSize EnvMonarchEdge *MediaType Transparency
  343. *UIConstraints: *PageSize Env10 *MediaType Transparency
  344. *UIConstraints: *PageSize Env10Edge *MediaType Transparency
  345. *UIConstraints: *PageSize EnvC5 *MediaType Transparency
  346. *UIConstraints: *PageSize EnvC5Edge *MediaType Transparency
  347. *UIConstraints: *PageSize EnvDL *MediaType Transparency
  348. *UIConstraints: *PageSize EnvDLEdge *MediaType Transparency
  349. *UIConstraints: *MediaType Transparency *PageRegion Legal
  350. *UIConstraints: *MediaType Transparency *PageRegion LegalEdge
  351. *UIConstraints: *MediaType Transparency *PageRegion FanFoldGermanLegal
  352. *UIConstraints: *MediaType Transparency *PageRegion FanFoldGermanLegalEdge
  353. *UIConstraints: *MediaType Transparency *PageRegion B5
  354. *UIConstraints: *MediaType Transparency *PageRegion B5Edge
  355. *UIConstraints: *MediaType Transparency *PageRegion ISOB5
  356. *UIConstraints: *MediaType Transparency *PageRegion ISOB5Edge
  357. *UIConstraints: *MediaType Transparency *PageRegion A5
  358. *UIConstraints: *MediaType Transparency *PageRegion A5Edge
  359. *UIConstraints: *MediaType Transparency *PageRegion Executive
  360. *UIConstraints: *MediaType Transparency *PageRegion ExecutiveEdge
  361. *UIConstraints: *MediaType Transparency *PageRegion Statement
  362. *UIConstraints: *MediaType Transparency *PageRegion StatementEdge
  363. *UIConstraints: *MediaType Transparency *PageRegion Index
  364. *UIConstraints: *MediaType Transparency *PageRegion IndexEdge
  365. *UIConstraints: *MediaType Transparency *PageRegion Hagaki
  366. *UIConstraints: *MediaType Transparency *PageRegion HagakiEdge
  367. *UIConstraints: *MediaType Transparency *PageRegion EnvMonarch
  368. *UIConstraints: *MediaType Transparency *PageRegion EnvMonarchEdge
  369. *UIConstraints: *MediaType Transparency *PageRegion Env10
  370. *UIConstraints: *MediaType Transparency *PageRegion Env10Edge
  371. *UIConstraints: *MediaType Transparency *PageRegion EnvC5
  372. *UIConstraints: *MediaType Transparency *PageRegion EnvC5Edge
  373. *UIConstraints: *MediaType Transparency *PageRegion EnvDL
  374. *UIConstraints: *MediaType Transparency *PageRegion EnvDLEdge
  375. *UIConstraints: *PageRegion Legal *MediaType Transparency
  376. *UIConstraints: *PageRegion LegalEdge *MediaType Transparency
  377. *UIConstraints: *PageRegion FanFoldGermanLegal *MediaType Transparency
  378. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *MediaType Transparency
  379. *UIConstraints: *PageRegion B5 *MediaType Transparency
  380. *UIConstraints: *PageRegion B5Edge *MediaType Transparency
  381. *UIConstraints: *PageRegion ISOB5 *MediaType Transparency
  382. *UIConstraints: *PageRegion ISOB5Edge *MediaType Transparency
  383. *UIConstraints: *PageRegion A5 *MediaType Transparency
  384. *UIConstraints: *PageRegion A5Edge *MediaType Transparency
  385. *UIConstraints: *PageRegion Executive *MediaType Transparency
  386. *UIConstraints: *PageRegion ExecutiveEdge *MediaType Transparency
  387. *UIConstraints: *PageRegion Statement *MediaType Transparency
  388. *UIConstraints: *PageRegion StatementEdge *MediaType Transparency
  389. *UIConstraints: *PageRegion Index *MediaType Transparency
  390. *UIConstraints: *PageRegion IndexEdge *MediaType Transparency
  391. *UIConstraints: *PageRegion Hagaki *MediaType Transparency
  392. *UIConstraints: *PageRegion HagakiEdge *MediaType Transparency
  393. *UIConstraints: *PageRegion EnvMonarch *MediaType Transparency
  394. *UIConstraints: *PageRegion EnvMonarchEdge *MediaType Transparency
  395. *UIConstraints: *PageRegion Env10 *MediaType Transparency
  396. *UIConstraints: *PageRegion Env10Edge *MediaType Transparency
  397. *UIConstraints: *PageRegion EnvC5 *MediaType Transparency
  398. *UIConstraints: *PageRegion EnvC5Edge *MediaType Transparency
  399. *UIConstraints: *PageRegion EnvDL *MediaType Transparency
  400. *UIConstraints: *PageRegion EnvDLEdge *MediaType Transparency
  401. *UIConstraints: *MediaType Labels *PageSize Legal
  402. *UIConstraints: *MediaType Labels *PageSize LegalEdge
  403. *UIConstraints: *MediaType Labels *PageSize FanFoldGermanLegal
  404. *UIConstraints: *MediaType Labels *PageSize FanFoldGermanLegalEdge
  405. *UIConstraints: *MediaType Labels *PageSize B5
  406. *UIConstraints: *MediaType Labels *PageSize B5Edge
  407. *UIConstraints: *MediaType Labels *PageSize ISOB5
  408. *UIConstraints: *MediaType Labels *PageSize ISOB5Edge
  409. *UIConstraints: *MediaType Labels *PageSize A5
  410. *UIConstraints: *MediaType Labels *PageSize A5Edge
  411. *UIConstraints: *MediaType Labels *PageSize Executive
  412. *UIConstraints: *MediaType Labels *PageSize ExecutiveEdge
  413. *UIConstraints: *MediaType Labels *PageSize Statement
  414. *UIConstraints: *MediaType Labels *PageSize StatementEdge
  415. *UIConstraints: *MediaType Labels *PageSize Index
  416. *UIConstraints: *MediaType Labels *PageSize IndexEdge
  417. *UIConstraints: *MediaType Labels *PageSize Hagaki
  418. *UIConstraints: *MediaType Labels *PageSize HagakiEdge
  419. *UIConstraints: *MediaType Labels *PageSize EnvMonarch
  420. *UIConstraints: *MediaType Labels *PageSize EnvMonarchEdge
  421. *UIConstraints: *MediaType Labels *PageSize Env10
  422. *UIConstraints: *MediaType Labels *PageSize Env10Edge
  423. *UIConstraints: *MediaType Labels *PageSize EnvC5
  424. *UIConstraints: *MediaType Labels *PageSize EnvC5Edge
  425. *UIConstraints: *MediaType Labels *PageSize EnvDL
  426. *UIConstraints: *MediaType Labels *PageSize EnvDLEdge
  427. *UIConstraints: *PageSize Legal *MediaType Labels
  428. *UIConstraints: *PageSize LegalEdge *MediaType Labels
  429. *UIConstraints: *PageSize FanFoldGermanLegal *MediaType Labels
  430. *UIConstraints: *PageSize FanFoldGermanLegalEdge *MediaType Labels
  431. *UIConstraints: *PageSize B5 *MediaType Labels
  432. *UIConstraints: *PageSize B5Edge *MediaType Labels
  433. *UIConstraints: *PageSize ISOB5 *MediaType Labels
  434. *UIConstraints: *PageSize ISOB5Edge *MediaType Labels
  435. *UIConstraints: *PageSize A5 *MediaType Labels
  436. *UIConstraints: *PageSize A5Edge *MediaType Labels
  437. *UIConstraints: *PageSize Executive *MediaType Labels
  438. *UIConstraints: *PageSize ExecutiveEdge *MediaType Labels
  439. *UIConstraints: *PageSize Statement *MediaType Labels
  440. *UIConstraints: *PageSize StatementEdge *MediaType Labels
  441. *UIConstraints: *PageSize Index *MediaType Labels
  442. *UIConstraints: *PageSize IndexEdge *MediaType Labels
  443. *UIConstraints: *PageSize Hagaki *MediaType Labels
  444. *UIConstraints: *PageSize HagakiEdge *MediaType Labels
  445. *UIConstraints: *PageSize EnvMonarch *MediaType Labels
  446. *UIConstraints: *PageSize EnvMonarchEdge *MediaType Labels
  447. *UIConstraints: *PageSize Env10 *MediaType Labels
  448. *UIConstraints: *PageSize Env10Edge *MediaType Labels
  449. *UIConstraints: *PageSize EnvC5 *MediaType Labels
  450. *UIConstraints: *PageSize EnvC5Edge *MediaType Labels
  451. *UIConstraints: *PageSize EnvDL *MediaType Labels
  452. *UIConstraints: *PageSize EnvDLEdge *MediaType Labels
  453. *UIConstraints: *MediaType Labels *PageRegion Legal
  454. *UIConstraints: *MediaType Labels *PageRegion LegalEdge
  455. *UIConstraints: *MediaType Labels *PageRegion FanFoldGermanLegal
  456. *UIConstraints: *MediaType Labels *PageRegion FanFoldGermanLegalEdge
  457. *UIConstraints: *MediaType Labels *PageRegion B5
  458. *UIConstraints: *MediaType Labels *PageRegion B5Edge
  459. *UIConstraints: *MediaType Labels *PageRegion ISOB5
  460. *UIConstraints: *MediaType Labels *PageRegion ISOB5Edge
  461. *UIConstraints: *MediaType Labels *PageRegion A5
  462. *UIConstraints: *MediaType Labels *PageRegion A5Edge
  463. *UIConstraints: *MediaType Labels *PageRegion Executive
  464. *UIConstraints: *MediaType Labels *PageRegion ExecutiveEdge
  465. *UIConstraints: *MediaType Labels *PageRegion Statement
  466. *UIConstraints: *MediaType Labels *PageRegion StatementEdge
  467. *UIConstraints: *MediaType Labels *PageRegion Index
  468. *UIConstraints: *MediaType Labels *PageRegion IndexEdge
  469. *UIConstraints: *MediaType Labels *PageRegion Hagaki
  470. *UIConstraints: *MediaType Labels *PageRegion HagakiEdge
  471. *UIConstraints: *MediaType Labels *PageRegion EnvMonarch
  472. *UIConstraints: *MediaType Labels *PageRegion EnvMonarchEdge
  473. *UIConstraints: *MediaType Labels *PageRegion Env10
  474. *UIConstraints: *MediaType Labels *PageRegion Env10Edge
  475. *UIConstraints: *MediaType Labels *PageRegion EnvC5
  476. *UIConstraints: *MediaType Labels *PageRegion EnvC5Edge
  477. *UIConstraints: *MediaType Labels *PageRegion EnvDL
  478. *UIConstraints: *MediaType Labels *PageRegion EnvDLEdge
  479. *UIConstraints: *PageRegion Legal *MediaType Labels
  480. *UIConstraints: *PageRegion LegalEdge *MediaType Labels
  481. *UIConstraints: *PageRegion FanFoldGermanLegal *MediaType Labels
  482. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *MediaType Labels
  483. *UIConstraints: *PageRegion B5 *MediaType Labels
  484. *UIConstraints: *PageRegion B5Edge *MediaType Labels
  485. *UIConstraints: *PageRegion ISOB5 *MediaType Labels
  486. *UIConstraints: *PageRegion ISOB5Edge *MediaType Labels
  487. *UIConstraints: *PageRegion A5 *MediaType Labels
  488. *UIConstraints: *PageRegion A5Edge *MediaType Labels
  489. *UIConstraints: *PageRegion Executive *MediaType Labels
  490. *UIConstraints: *PageRegion ExecutiveEdge *MediaType Labels
  491. *UIConstraints: *PageRegion Statement *MediaType Labels
  492. *UIConstraints: *PageRegion StatementEdge *MediaType Labels
  493. *UIConstraints: *PageRegion Index *MediaType Labels
  494. *UIConstraints: *PageRegion IndexEdge *MediaType Labels
  495. *UIConstraints: *PageRegion Hagaki *MediaType Labels
  496. *UIConstraints: *PageRegion HagakiEdge *MediaType Labels
  497. *UIConstraints: *PageRegion EnvMonarch *MediaType Labels
  498. *UIConstraints: *PageRegion EnvMonarchEdge *MediaType Labels
  499. *UIConstraints: *PageRegion Env10 *MediaType Labels
  500. *UIConstraints: *PageRegion Env10Edge *MediaType Labels
  501. *UIConstraints: *PageRegion EnvC5 *MediaType Labels
  502. *UIConstraints: *PageRegion EnvC5Edge *MediaType Labels
  503. *UIConstraints: *PageRegion EnvDL *MediaType Labels
  504. *UIConstraints: *PageRegion EnvDLEdge *MediaType Labels
  505. *% Output can only be jogged in the Offset output bin
  506. *UIConstraints: *Jog *OutputBin Main
  507. *UIConstraints: *OutputBin Main *Jog
  508. *% Offset output bin cannot accept Index
  509. *UIConstraints: *OutputBin OffsetTray *PageSize Index
  510. *UIConstraints: *OutputBin OffsetTray *PageSize IndexEdge
  511. *UIConstraints: *PageSize Index *OutputBin OffsetTray
  512. *UIConstraints: *PageSize IndexEdge *OutputBin OffsetTray
  513. *UIConstraints: *OutputBin OffsetTray *PageRegion Index
  514. *UIConstraints: *OutputBin OffsetTray *PageRegion IndexEdge
  515. *UIConstraints: *PageRegion Index *OutputBin OffsetTray
  516. *UIConstraints: *PageRegion IndexEdge *OutputBin OffsetTray
  517. *% ==== Resolution Constraints ====
  518. *% 1200 dpi cannot be used with TruRes and TonerSaver
  519. *UIConstraints: *Resolution 1200x1200dpi *OutputMode TruRes
  520. *UIConstraints: *Resolution 1200x1200dpi *OutputMode TonerSaver
  521. *UIConstraints: *OutputMode TruRes *Resolution 1200x1200dpi
  522. *UIConstraints: *OutputMode TonerSaver *Resolution 1200x1200dpi
  523. *% ==== Device Capabilities ====
  524. *LanguageLevel: "2"
  525. *Protocols: TBCP
  526. *FreeVM: "2500000"
  527. *VMOption 32Meg/32 MB RAM: "2500000"
  528. *VMOption 64Meg/64 MB RAM: "5100000"
  529. *VMOption 96Meg/96 MB RAM: "7700000"
  530. *VMOption 128Meg/128 MB RAM: "10300000"
  531. *VMOption 160Meg/160 MB RAM: "12900000"
  532. *VMOption 192Meg/192 MB RAM: "15400000"
  533. *VMOption 256Meg/256 MB RAM: "20600000"
  534. *FCacheSize 32Meg/32 MB: 3276800
  535. *FCacheSize 64Meg/64 MB: 6553600
  536. *FCacheSize 96Meg/96 MB: 9830400
  537. *FCacheSize 128Meg/128 MB: 13107200
  538. *FCacheSize 160Meg/160 MB: 16384000
  539. *FCacheSize 192Meg/192 MB: 19660800
  540. *FCacheSize 256Meg/256 MB: 26214400
  541. *%?FCacheSize: "save
  542. *% currentsystemparams /CurFontCache get
  543. *% 1048576 div round cvi dup 0 lt {pop 0} if
  544. *% [
  545. *% [(256Meg) 256]
  546. *% [(192Meg) 192]
  547. *% [(160Meg) 160]
  548. *% [(128Meg) 128]
  549. *% [(96Meg) 96]
  550. *% [(64Meg) 64]
  551. *% [(32Meg) 32]
  552. *% ]
  553. *% {aload pop 2 index le {exit}{pop} ifelse} forall
  554. *% = flush pop
  555. *%restore"
  556. *%*End
  557. *PrintPSErrors: True
  558. *ColorDevice: False
  559. *DefaultColorSpace: Gray
  560. *TTRasterizer: Type42
  561. *?TTRasterizer: "save
  562. 42 /FontType resourcestatus
  563. {pop pop (Type42)} {(No Type42)} ifelse = flush
  564. restore"
  565. *End
  566. *FileSystem: True
  567. *?FileSystem: ""
  568. *Throughput: "21"
  569. *Password: "()"
  570. *ExitServer: "
  571. count 0 eq
  572. {false} {true exch startjob}
  573. ifelse
  574. not
  575. {
  576. (WARNING: Cannot modify initial VM.) =
  577. (Missing or invalid password.) =
  578. (Please contact the author of this software.) = flush quit
  579. } if"
  580. *End
  581. *Reset: "
  582. count 0 eq
  583. {false} {true exch startjob}
  584. ifelse
  585. not
  586. {
  587. (WARNING: Cannot reset printer.) =
  588. (Missing or invalid password.) =
  589. (Please contact the author of this software.) = flush quit
  590. } if
  591. systemdict /quit get exec
  592. (WARNING : Printer Reset Failed.) = flush"
  593. *End
  594. *% ==== Resolution ====
  595. *OpenUI *Resolution/Resolution: PickOne
  596. *OrderDependency: 50.0 AnySetup *Resolution
  597. *DefaultResolution: 600x600dpi
  598. *Resolution 600x600dpi/600dpi: "<< /HWResolution [600 600] >> setpagedevice"
  599. *Resolution 1200x1200dpi/1200dpi: "<< /HWResolution [1200 1200] >> setpagedevice"
  600. *?Resolution: "save
  601. currentpagedevice /HWResolution get aload pop
  602. 2 copy gt {exch} if
  603. ( ) cvs print (x) print ( ) cvs print (dpi) = flush
  604. restore"
  605. *End
  606. *CloseUI: *Resolution
  607. *% ==== Screen support ====
  608. *AccurateScreensSupport: True
  609. *% ==== Duplex options ====
  610. *OpenUI *Duplex/Duplex (Two-sided printing): PickOne
  611. *OrderDependency: 50.0 AnySetup *Duplex
  612. *DefaultDuplex: None
  613. *Duplex None/None: "<< /Duplex false /Tumble false >> setpagedevice"
  614. *Duplex DuplexNoTumble/Long edge: "<< /Duplex true /Tumble false >> setpagedevice"
  615. *Duplex DuplexTumble/Short edge: "<< /Duplex true /Tumble true >> setpagedevice"
  616. *?Duplex: "save
  617. currentpagedevice dup /Duplex known
  618. {
  619. dup /Duplex get
  620. {/Tumble get {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
  621. {pop (None)}
  622. ifelse
  623. } {pop (None)}
  624. ifelse = flush
  625. restore"
  626. *End
  627. *CloseUI: *Duplex
  628. *% ==== Media Type ====
  629. *OpenUI *MediaType/Media Type: PickOne
  630. *OrderDependency: 44.0 AnySetup *MediaType
  631. *DefaultMediaType: Plain
  632. *MediaType Plain/Plain: "/MediaType (Plain) def"
  633. *MediaType Preprinted/Preprinted: "/MediaType (Preprinted) def"
  634. *MediaType Letterhead/Letterhead: "/MediaType (Letterhead) def"
  635. *MediaType Transparency/Transparency: "/MediaType (Transparency) def"
  636. *MediaType Prepunched/Prepunched: "/MediaType (Prepunched) def"
  637. *MediaType Labels/Labels: "/MediaType (Labels) def"
  638. *MediaType Bond/Bond: "/MediaType (Bond) def"
  639. *MediaType Color/Color: "/MediaType (Color) def"
  640. *MediaType Cardstock/Card Stock: "/MediaType (Cardstock) def"
  641. *MediaType Envelope/Envelope: "/MediaType (Envelope) def"
  642. *MediaType Custom1/Custom 1: "/MediaType (Custom1) def"
  643. *MediaType Custom2/Custom 2: "/MediaType (Custom2) def"
  644. *MediaType Custom3/Custom 3: "/MediaType (Custom3) def"
  645. *MediaType Custom4/Custom 4: "/MediaType (Custom4) def"
  646. *MediaType Custom5/Custom 5: "/MediaType (Custom5) def"
  647. *CloseUI: *MediaType
  648. *% ==== Input options ====
  649. *OpenUI *InputSlot/Input source: PickOne
  650. *OrderDependency: 45.0 AnySetup *InputSlot
  651. *DefaultInputSlot: Tray1
  652. *InputSlot Tray1/Tray 1: "
  653. currentpagedevice /InputAttributes get 0 known
  654. {<<currentpagedevice /InputAttributes get 0 get dup null ne
  655. {/PageSize get /PageSize exch
  656. /InputAttributes <</Priority [0 3 2 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  657. *End
  658. *InputSlot MPT/Auxiliary tray: "
  659. currentpagedevice /InputAttributes get 1 known
  660. {<<currentpagedevice /InputAttributes get 1 get dup null ne
  661. {/PageSize get /PageSize exch
  662. /InputAttributes <</Priority [1 3 2 0 4] >> >> setpagedevice}{pop pop} ifelse} if"
  663. *End
  664. *InputSlot Tray2/Tray 2: "
  665. currentpagedevice /InputAttributes get 2 known
  666. {<<currentpagedevice /InputAttributes get 2 get dup null ne
  667. {/PageSize get /PageSize exch
  668. /InputAttributes <</Priority [2 3 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  669. *End
  670. *InputSlot Tray3/Tray 3: "
  671. currentpagedevice /InputAttributes get 3 known
  672. {<<currentpagedevice /InputAttributes get 3 get dup null ne
  673. {/PageSize get /PageSize exch
  674. /InputAttributes <</Priority [3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  675. *End
  676. *InputSlot Envelope/Envelope feeder: "
  677. currentpagedevice /InputAttributes get 4 known
  678. {<<currentpagedevice /InputAttributes get 4 get dup null ne
  679. {/PageSize get /PageSize exch
  680. /InputAttributes <</Priority [4 3 2 0 1] >> >> setpagedevice}{pop pop} ifelse} if"
  681. *End
  682. *?InputSlot: "
  683. save
  684. <<
  685. /0 (Tray1)
  686. /1 (MPT)
  687. /2 (Tray2)
  688. /3 (Tray3)
  689. /4 (Envelope)
  690. >>
  691. currentpagedevice /InputAttributes get dup /Priority known
  692. {/Priority get 0 get ( ) cvs cvn get}
  693. {dup length 1 eq
  694. {{pop} forall ( ) cvs cvn get}
  695. {pop pop (Unknown)}
  696. ifelse
  697. }
  698. ifelse = flush
  699. restore"
  700. *End
  701. *CloseUI: *InputSlot
  702. *% ==== Collation on/off ====
  703. *OpenUI *Collate/Collate: Boolean
  704. *OrderDependency: 50.0 AnySetup *Collate
  705. *DefaultCollate: False
  706. *Collate False/Off: "<< /Collate false >> setpagedevice"
  707. *Collate True/On: "<< /Collate true >> setpagedevice"
  708. *?Collate: "save
  709. currentpagedevice dup /Collate known
  710. {/Collate get {(True)} {(False)} ifelse}
  711. {pop (Unknown)} ifelse = flush
  712. restore"
  713. *End
  714. *CloseUI: *Collate
  715. *% ==== Manual Feed ====
  716. *OpenUI *ManualFeed/Manual feed: Boolean
  717. *OrderDependency: 50.0 AnySetup *ManualFeed
  718. *DefaultManualFeed: False
  719. *ManualFeed True/True: "<< /ManualFeed true >> setpagedevice"
  720. *ManualFeed False/False: "<< /ManualFeed false >> setpagedevice"
  721. *?ManualFeed: "save
  722. currentpagedevice /ManualFeed get
  723. {(True)} {(False)} ifelse = flush
  724. restore"
  725. *End
  726. *CloseUI: *ManualFeed
  727. *% ==== Output options ====
  728. *OpenUI *OutputBin/Output Bin: PickOne
  729. *OrderDependency: 25.0 AnySetup *OutputBin
  730. *DefaultOutputBin: Main
  731. *OutputBin Main/Main: "<< /OutputType (STD) >> setpagedevice"
  732. *OutputBin OffsetTray/Offset: "<< /OutputType (OCT) >> setpagedevice"
  733. *?OutputBin: "save
  734. currentpagedevice dup /OutputType known
  735. {/OutputType get
  736. [
  737. [ (Main) (STD) ]
  738. [ (OffsetTray) (OCT) ]
  739. ]
  740. {aload pop 2 index eq {(0) exit}{pop} ifelse} forall
  741. (0) eq {exch pop} {(Unknown)} ifelse
  742. }
  743. {pop (Unknown)} ifelse
  744. = flush
  745. restore"
  746. *End
  747. *CloseUI: *OutputBin
  748. *% ==== Jog ====
  749. *OpenUI *Jog/Jog: PickOne
  750. *OrderDependency: 40.0 AnySetup *Jog
  751. *DefaultJog: None
  752. *Jog None/Do not jog: "<</Jog 0 >> setpagedevice"
  753. *Jog EndOfJob/Jog at end of job: "<</Jog 2 >> setpagedevice"
  754. *Jog EndOfSet/Jog at end of set: "<</Jog 3 >> setpagedevice"
  755. *?Jog: "save
  756. currentpagedevice /Jog get dup 2 eq
  757. {pop (EndOfJob)}
  758. {3 eq {(EndOfSet)} {(None)} ifelse}
  759. ifelse = flush
  760. restore"
  761. *End
  762. *CloseUI: *Jog
  763. *DefaultOutputOrder: Normal
  764. *% ==== Print Quality (Resolution Enhance/Toner Saver) options ====
  765. *OpenUI *OutputMode/Print quality: PickOne
  766. *OrderDependency: 50.0 AnySetup *OutputMode
  767. *DefaultOutputMode: TruRes
  768. *OutputMode None/Normal: "<< /PostRenderingEnhance false /PostRenderingEnhanceDetails
  769. << /Type 18 /REValue 0 /TonerSaver 0 >> >> setpagedevice"
  770. *End
  771. *OutputMode TruRes/Refine: "<< /PostRenderingEnhance true /PostRenderingEnhanceDetails
  772. << /Type 18 /REValue 1 /TonerSaver 0 >> >> setpagedevice"
  773. *End
  774. *OutputMode TonerSaver/Economy: "<< /PostRenderingEnhance true /PostRenderingEnhanceDetails
  775. << /Type 18 /REValue 0 /TonerSaver 1 >> >> setpagedevice"
  776. *End
  777. *?OutputMode: "save
  778. currentpagedevice dup /PostRenderingEnhance known
  779. {dup /PostRenderingEnhance get
  780. {
  781. /PostRenderingEnhanceDetails get
  782. dup /Type get 18 eq
  783. {
  784. dup /REValue get 8 mul exch
  785. /TonerSaver get add dup 8 eq
  786. {pop (TruRes)}
  787. {1 eq {(TonerSaver)} {(None)}ifelse}
  788. ifelse
  789. }
  790. {pop (None)} ifelse
  791. }
  792. {pop (None)}
  793. ifelse}
  794. {pop (None)}
  795. ifelse = flush
  796. restore"
  797. *End
  798. *CloseUI: *OutputMode
  799. *% ==== JamRecovery options ====
  800. *OpenUI *IBJamRecovery/Jam recovery: Boolean
  801. *OrderDependency: 50.0 AnySetup *IBJamRecovery
  802. *DefaultIBJamRecovery: False
  803. *IBJamRecovery False/Off: "<< /ExitJamRecovery false >> setpagedevice"
  804. *IBJamRecovery True/On: "<< /ExitJamRecovery true >> setpagedevice"
  805. *?IBJamRecovery: "save
  806. currentpagedevice dup /ExitJamRecovery known
  807. {/ExitJamRecovery get {(True)}{(False)} ifelse}
  808. {pop (None)}
  809. ifelse = flush
  810. restore"
  811. *End
  812. *CloseUI: *IBJamRecovery
  813. *% ==== Halftone information ====
  814. *DefaultHalftoneType: 3
  815. *ScreenFreq: "106.0"
  816. *ScreenAngle: "45.0"
  817. *DefaultScreenProc: Dot
  818. *ScreenProc Dot: "
  819. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub}
  820. {dup mul exch dup mul add 1 exch sub} ifelse}"
  821. *End
  822. *ScreenProc Line: "{pop}"
  823. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1
  824. exch sub}"
  825. *End
  826. *DefaultTransfer: Null
  827. *Transfer Null: "{ }"
  828. *Transfer Null.Inverse: "{1 exch sub}"
  829. *% ==== Paper Handling ====
  830. *% ====
  831. *% ==== NOTE: The lines below that start 'currentdict /MediaType known...'
  832. *% ==== are here ONLY because Adobe Pagemaker will not print when
  833. *% ==== the MediaType is left at the Pagemaker default setting.
  834. *% ==== So, this code sets a value for MediaType if it is not known
  835. *% ==== at the time the document is printed (this is needed for
  836. *% ==== Pagemaker ONLY).
  837. *LandscapeOrientation: Plus90
  838. *OpenUI *PageSize/Page size: PickOne
  839. *OrderDependency: 56.0 AnySetup *PageSize
  840. *DefaultPageSize: Letter
  841. *PageSize Letter/Letter: "
  842. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  843. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  844. currentdict /MediaType known not {/MediaType (Plain) def} if
  845. << /MediaType MediaType /PageSize [612 792] /ImagingBBox null
  846. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  847. *End
  848. *PageSize LetterEdge/Letter Edge-to-Edge: "
  849. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  850. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  851. currentdict /MediaType known not {/MediaType (Plain) def} if
  852. << /MediaType MediaType /PageSize [613 792] /ImagingBBox null
  853. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  854. *End
  855. *PageSize Legal/Legal: "
  856. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  857. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  858. currentdict /MediaType known not {/MediaType (Plain) def} if
  859. << /MediaType MediaType /PageSize [612 1008] /ImagingBBox null
  860. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  861. *End
  862. *PageSize LegalEdge/Legal Edge-to-Edge: "
  863. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  864. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  865. currentdict /MediaType known not {/MediaType (Plain) def} if
  866. << /MediaType MediaType /PageSize [613 1008] /ImagingBBox null
  867. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  868. *End
  869. *PageSize FanFoldGermanLegal/Folio: "
  870. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  871. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  872. currentdict /MediaType known not {/MediaType (Plain) def} if
  873. << /MediaType MediaType /PageSize [612 936] /ImagingBBox null
  874. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  875. *End
  876. *PageSize FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
  877. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  878. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  879. currentdict /MediaType known not {/MediaType (Plain) def} if
  880. << /MediaType MediaType /PageSize [613 936] /ImagingBBox null
  881. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  882. *End
  883. *PageSize A4/A4: "
  884. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  885. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  886. currentdict /MediaType known not {/MediaType (Plain) def} if
  887. << /MediaType MediaType /PageSize [595 842] /ImagingBBox null
  888. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  889. *End
  890. *PageSize A4Edge/A4 Edge-to-Edge: "
  891. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  892. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  893. currentdict /MediaType known not {/MediaType (Plain) def} if
  894. << /MediaType MediaType /PageSize [596 842] /ImagingBBox null
  895. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  896. *End
  897. *PageSize B5/B5-JIS: "
  898. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  899. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  900. currentdict /MediaType known not {/MediaType (Plain) def} if
  901. << /MediaType MediaType /PageSize [516 729] /ImagingBBox null
  902. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  903. *End
  904. *PageSize B5Edge/B5-JIS Edge-to-Edge: "
  905. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  906. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  907. currentdict /MediaType known not {/MediaType (Plain) def} if
  908. << /MediaType MediaType /PageSize [517 729] /ImagingBBox null
  909. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  910. *End
  911. *PageSize ISOB5/B5-ISO: "
  912. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  913. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  914. currentdict /MediaType known not {/MediaType (Plain) def} if
  915. << /MediaType MediaType /PageSize [499 709] /ImagingBBox null
  916. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  917. *End
  918. *PageSize ISOB5Edge/B5-ISO Edge-to-Edge: "
  919. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  920. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  921. currentdict /MediaType known not {/MediaType (Plain) def} if
  922. << /MediaType MediaType /PageSize [500 709] /ImagingBBox null
  923. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  924. *End
  925. *PageSize A5/A5: "
  926. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  927. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  928. currentdict /MediaType known not {/MediaType (Plain) def} if
  929. << /MediaType MediaType /PageSize [420 595] /ImagingBBox null
  930. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  931. *End
  932. *PageSize A5Edge/A5 Edge-to-Edge: "
  933. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  934. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  935. currentdict /MediaType known not {/MediaType (Plain) def} if
  936. << /MediaType MediaType /PageSize [421 595] /ImagingBBox null
  937. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  938. *End
  939. *PageSize Executive/Executive: "
  940. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  941. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  942. currentdict /MediaType known not {/MediaType (Plain) def} if
  943. << /MediaType MediaType /PageSize [522 756] /ImagingBBox null
  944. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  945. *End
  946. *PageSize ExecutiveEdge/Executive Edge-to-Edge: "
  947. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  948. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  949. currentdict /MediaType known not {/MediaType (Plain) def} if
  950. << /MediaType MediaType /PageSize [523 756] /ImagingBBox null
  951. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  952. *End
  953. *PageSize Statement/Statement: "
  954. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  955. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  956. currentdict /MediaType known not {/MediaType (Plain) def} if
  957. << /MediaType MediaType /PageSize [396 612] /ImagingBBox null
  958. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  959. *End
  960. *PageSize StatementEdge/Statement Edge-to-Edge: "
  961. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  962. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  963. currentdict /MediaType known not {/MediaType (Plain) def} if
  964. << /MediaType MediaType /PageSize [397 612] /ImagingBBox null
  965. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  966. *End
  967. *PageSize Index/Index: "
  968. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  969. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  970. currentdict /MediaType known not {/MediaType (Plain) def} if
  971. << /MediaType MediaType /PageSize [216 360] /ImagingBBox null
  972. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  973. *End
  974. *PageSize IndexEdge/Index Edge-to-Edge: "
  975. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  976. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  977. currentdict /MediaType known not {/MediaType (Plain) def} if
  978. << /MediaType MediaType /PageSize [217 360] /ImagingBBox null
  979. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  980. *End
  981. *PageSize Hagaki/Hagaki: "
  982. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  983. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  984. currentdict /MediaType known not {/MediaType (Plain) def} if
  985. << /MediaType MediaType /PageSize [283 419] /ImagingBBox null
  986. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  987. *End
  988. *PageSize HagakiEdge/Hagaki Edge-to-Edge: "
  989. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  990. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  991. currentdict /MediaType known not {/MediaType (Plain) def} if
  992. << /MediaType MediaType /PageSize [285 419] /ImagingBBox null
  993. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  994. *End
  995. *PageSize EnvMonarch/Monarch envelope: "
  996. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  997. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  998. currentdict /MediaType known not {/MediaType (Plain) def} if
  999. << /MediaType MediaType /PageSize [279 540] /ImagingBBox null
  1000. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1001. *End
  1002. *PageSize EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
  1003. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1004. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1005. currentdict /MediaType known not {/MediaType (Plain) def} if
  1006. << /MediaType MediaType /PageSize [280 540] /ImagingBBox null
  1007. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1008. *End
  1009. *PageSize Env10/Com10 envelope: "
  1010. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1011. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1012. currentdict /MediaType known not {/MediaType (Plain) def} if
  1013. << /MediaType MediaType /PageSize [297 684] /ImagingBBox null
  1014. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1015. *End
  1016. *PageSize Env10Edge/Com10 envelope Edge-to-Edge: "
  1017. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1018. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1019. currentdict /MediaType known not {/MediaType (Plain) def} if
  1020. << /MediaType MediaType /PageSize [298 684] /ImagingBBox null
  1021. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1022. *End
  1023. *PageSize EnvC5/C5 envelope: "
  1024. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1025. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1026. currentdict /MediaType known not {/MediaType (Plain) def} if
  1027. << /MediaType MediaType /PageSize [459 649] /ImagingBBox null
  1028. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1029. *End
  1030. *PageSize EnvC5Edge/C5 envelope Edge-to-Edge: "
  1031. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1032. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1033. currentdict /MediaType known not {/MediaType (Plain) def} if
  1034. << /MediaType MediaType /PageSize [460 649] /ImagingBBox null
  1035. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1036. *End
  1037. *PageSize EnvDL/DL envelope: "
  1038. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1039. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1040. currentdict /MediaType known not {/MediaType (Plain) def} if
  1041. << /MediaType MediaType /PageSize [312 624] /ImagingBBox null
  1042. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1043. *End
  1044. *PageSize EnvDLEdge/DL envelope Edge-to-Edge: "
  1045. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1046. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1047. currentdict /MediaType known not {/MediaType (Plain) def} if
  1048. << /MediaType MediaType /PageSize [313 624] /ImagingBBox null
  1049. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1050. *End
  1051. *?PageSize: "
  1052. save
  1053. currentpagedevice /PageSize get aload pop
  1054. 2 copy gt {exch} if
  1055. (Unknown)
  1056. <<
  1057. [612 792] (Letter)
  1058. [613 792] (LetterEdge)
  1059. [612 1008] (Legal)
  1060. [613 1008] (LegalEdge)
  1061. [612 936] (FanFoldGermanLegal)
  1062. [613 936] (FanFoldGermanLegalEdge)
  1063. [595 842] (A4)
  1064. [596 842] (A4Edge)
  1065. [516 729] (B5)
  1066. [517 729] (B5Edge)
  1067. [499 709] (ISOB5)
  1068. [500 709] (ISOB5Edge)
  1069. [420 595] (A5)
  1070. [421 595] (A5Edge)
  1071. [522 756] (Executive)
  1072. [523 756] (ExecutiveEdge)
  1073. [396 612] (Statement)
  1074. [397 612] (StatementEdge)
  1075. [216 360] (Index)
  1076. [217 360] (IndexEdge)
  1077. [283 419] (Hagaki)
  1078. [285 419] (HagakiEdge)
  1079. [279 540] (EnvMonarch)
  1080. [280 540] (EnvMonarchEdge)
  1081. [297 684] (Env10)
  1082. [298 684] (Env10Edge)
  1083. [459 649] (EnvC5)
  1084. [460 649] (EnvC5Edge)
  1085. [312 624] (EnvDL)
  1086. [313 624] (EnvDLEdge)
  1087. >>
  1088. { exch aload pop
  1089. 4 index sub abs 5 le exch 5 index sub abs 5 le and
  1090. {exch pop exit}
  1091. {pop}
  1092. ifelse
  1093. } bind forall
  1094. = flush pop pop
  1095. restore"
  1096. *End
  1097. *CloseUI: *PageSize
  1098. *% ==== Page Region selection ====
  1099. *OpenUI *PageRegion/Page region: PickOne
  1100. *OrderDependency: 55.0 AnySetup *PageRegion
  1101. *DefaultPageRegion: Letter
  1102. *PageRegion Letter/Letter: "
  1103. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1104. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1105. currentdict /MediaType known not {/MediaType (Plain) def} if
  1106. << /MediaType MediaType /PageSize [612 792] /ImagingBBox null
  1107. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1108. *End
  1109. *PageRegion LetterEdge/Letter Edge-to-Edge: "
  1110. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1111. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1112. currentdict /MediaType known not {/MediaType (Plain) def} if
  1113. << /MediaType MediaType /PageSize [613 792] /ImagingBBox null
  1114. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1115. *End
  1116. *PageRegion Legal/Legal: "
  1117. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1118. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1119. currentdict /MediaType known not {/MediaType (Plain) def} if
  1120. << /MediaType MediaType /PageSize [612 1008] /ImagingBBox null
  1121. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1122. *End
  1123. *PageRegion LegalEdge/Legal Edge-to-Edge: "
  1124. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1125. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1126. currentdict /MediaType known not {/MediaType (Plain) def} if
  1127. << /MediaType MediaType /PageSize [613 1008] /ImagingBBox null
  1128. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1129. *End
  1130. *PageRegion FanFoldGermanLegal/Folio: "
  1131. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1132. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1133. currentdict /MediaType known not {/MediaType (Plain) def} if
  1134. << /MediaType MediaType /PageSize [612 936] /ImagingBBox null
  1135. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1136. *End
  1137. *PageRegion FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
  1138. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1139. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1140. currentdict /MediaType known not {/MediaType (Plain) def} if
  1141. << /MediaType MediaType /PageSize [613 936] /ImagingBBox null
  1142. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1143. *End
  1144. *PageRegion A4/A4: "
  1145. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1146. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1147. currentdict /MediaType known not {/MediaType (Plain) def} if
  1148. << /MediaType MediaType /PageSize [595 842] /ImagingBBox null
  1149. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1150. *End
  1151. *PageRegion A4Edge/A4 Edge-to-Edge: "
  1152. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1153. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1154. currentdict /MediaType known not {/MediaType (Plain) def} if
  1155. << /MediaType MediaType /PageSize [596 842] /ImagingBBox null
  1156. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1157. *End
  1158. *PageRegion B5/B5-JIS: "
  1159. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1160. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1161. currentdict /MediaType known not {/MediaType (Plain) def} if
  1162. << /MediaType MediaType /PageSize [516 729] /ImagingBBox null
  1163. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1164. *End
  1165. *PageRegion B5Edge/B5-JIS Edge-to-Edge: "
  1166. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1167. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1168. currentdict /MediaType known not {/MediaType (Plain) def} if
  1169. << /MediaType MediaType /PageSize [517 729] /ImagingBBox null
  1170. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1171. *End
  1172. *PageRegion ISOB5/B5-ISO: "
  1173. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1174. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1175. currentdict /MediaType known not {/MediaType (Plain) def} if
  1176. << /MediaType MediaType /PageSize [499 709] /ImagingBBox null
  1177. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1178. *End
  1179. *PageRegion ISOB5Edge/B5-ISO Edge-to-Edge: "
  1180. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1181. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1182. currentdict /MediaType known not {/MediaType (Plain) def} if
  1183. << /MediaType MediaType /PageSize [500 709] /ImagingBBox null
  1184. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1185. *End
  1186. *PageRegion A5/A5: "
  1187. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1188. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1189. currentdict /MediaType known not {/MediaType (Plain) def} if
  1190. << /MediaType MediaType /PageSize [420 595] /ImagingBBox null
  1191. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1192. *End
  1193. *PageRegion A5Edge/A5 Edge-to-Edge: "
  1194. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1195. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1196. currentdict /MediaType known not {/MediaType (Plain) def} if
  1197. << /MediaType MediaType /PageSize [421 595] /ImagingBBox null
  1198. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1199. *End
  1200. *PageRegion Executive/Executive: "
  1201. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1202. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1203. currentdict /MediaType known not {/MediaType (Plain) def} if
  1204. << /MediaType MediaType /PageSize [522 756] /ImagingBBox null
  1205. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1206. *End
  1207. *PageRegion ExecutiveEdge/Executive Edge-to-Edge: "
  1208. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1209. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1210. currentdict /MediaType known not {/MediaType (Plain) def} if
  1211. << /MediaType MediaType /PageSize [523 756] /ImagingBBox null
  1212. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1213. *End
  1214. *PageRegion Statement/Statement: "
  1215. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1216. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1217. currentdict /MediaType known not {/MediaType (Plain) def} if
  1218. << /MediaType MediaType /PageSize [396 612] /ImagingBBox null
  1219. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1220. *End
  1221. *PageRegion StatementEdge/Statement Edge-to-Edge: "
  1222. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1223. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1224. currentdict /MediaType known not {/MediaType (Plain) def} if
  1225. << /MediaType MediaType /PageSize [397 612] /ImagingBBox null
  1226. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1227. *End
  1228. *PageRegion Index/Index: "
  1229. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1230. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1231. currentdict /MediaType known not {/MediaType (Plain) def} if
  1232. << /MediaType MediaType /PageSize [216 360] /ImagingBBox null
  1233. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1234. *End
  1235. *PageRegion IndexEdge/Index Edge-to-Edge: "
  1236. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1237. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1238. currentdict /MediaType known not {/MediaType (Plain) def} if
  1239. << /MediaType MediaType /PageSize [217 360] /ImagingBBox null
  1240. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1241. *End
  1242. *PageRegion Hagaki/Hagaki: "
  1243. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1244. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1245. currentdict /MediaType known not {/MediaType (Plain) def} if
  1246. << /MediaType MediaType /PageSize [283 419] /ImagingBBox null
  1247. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1248. *End
  1249. *PageRegion HagakiEdge/Hagaki Edge-to-Edge: "
  1250. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1251. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1252. currentdict /MediaType known not {/MediaType (Plain) def} if
  1253. << /MediaType MediaType /PageSize [285 419] /ImagingBBox null
  1254. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1255. *End
  1256. *PageRegion EnvMonarch/Monarch envelope: "
  1257. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1258. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1259. currentdict /MediaType known not {/MediaType (Plain) def} if
  1260. << /MediaType MediaType /PageSize [279 540] /ImagingBBox null
  1261. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1262. *End
  1263. *PageRegion EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
  1264. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1265. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1266. currentdict /MediaType known not {/MediaType (Plain) def} if
  1267. << /MediaType MediaType /PageSize [280 540] /ImagingBBox null
  1268. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1269. *End
  1270. *PageRegion Env10/Com10 envelope: "
  1271. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1272. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1273. currentdict /MediaType known not {/MediaType (Plain) def} if
  1274. << /MediaType MediaType /PageSize [297 684] /ImagingBBox null
  1275. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1276. *End
  1277. *PageRegion Env10Edge/Com10 envelope Edge-to-Edge: "
  1278. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1279. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1280. currentdict /MediaType known not {/MediaType (Plain) def} if
  1281. << /MediaType MediaType /PageSize [298 684] /ImagingBBox null
  1282. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1283. *End
  1284. *PageRegion EnvC5/C5 envelope: "
  1285. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1286. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1287. currentdict /MediaType known not {/MediaType (Plain) def} if
  1288. << /MediaType MediaType /PageSize [459 649] /ImagingBBox null
  1289. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1290. *End
  1291. *PageRegion EnvC5Edge/C5 envelope Edge-to-Edge: "
  1292. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1293. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1294. currentdict /MediaType known not {/MediaType (Plain) def} if
  1295. << /MediaType MediaType /PageSize [460 649] /ImagingBBox null
  1296. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1297. *End
  1298. *PageRegion EnvDL/DL envelope: "
  1299. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1300. << /Type 37 /EdgetoEdge false >> >> setpagedevice
  1301. currentdict /MediaType known not {/MediaType (Plain) def} if
  1302. << /MediaType MediaType /PageSize [312 624] /ImagingBBox null
  1303. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1304. *End
  1305. *PageRegion EnvDLEdge/DL envelope Edge-to-Edge: "
  1306. << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1307. << /Type 37 /EdgetoEdge true >> >> setpagedevice
  1308. currentdict /MediaType known not {/MediaType (Plain) def} if
  1309. << /MediaType MediaType /PageSize [313 624] /ImagingBBox null
  1310. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1311. *End
  1312. *CloseUI: *PageRegion
  1313. *RequiresPageRegion MPT/Auxiliary tray: True
  1314. *RequiresPageRegion Envelope/Envelope feeder: True
  1315. *RequiresPageRegion Tray1: True
  1316. *RequiresPageRegion Tray2: True
  1317. *RequiresPageRegion Tray3: True
  1318. *% ==== Imageable area ====
  1319. *DefaultImageableArea: Letter
  1320. *ImageableArea Letter/Letter: "12 12 600 780"
  1321. *ImageableArea LetterEdge/Letter Edge-to-Edge: " 0 0 612 792"
  1322. *ImageableArea Legal/Legal: "12 12 600 996"
  1323. *ImageableArea LegalEdge/Legal Edge-to-Edge: " 0 0 612 1008"
  1324. *ImageableArea FanFoldGermanLegal/Folio: "12 12 600 924"
  1325. *ImageableArea FanFoldGermanLegalEdge/Folio Edge-to-Edge: " 0 0 612 936"
  1326. *ImageableArea A4/A4: "12 12 583.27 829.88"
  1327. *ImageableArea A4Edge/A4 Edge-to-Edge: " 0 0 595.27 841.88"
  1328. *ImageableArea B5/B5-JIS: "12 12 503.90 716.50"
  1329. *ImageableArea B5Edge/B5-JIS Edge-to-Edge: " 0 0 515.90 728.50"
  1330. *ImageableArea ISOB5/B5-ISO: "12 12 486.89 696.66"
  1331. *ImageableArea ISOB5Edge/B5-ISO Edge-to-Edge: " 0 0 498.89 708.66"
  1332. *ImageableArea A5/A5: "12 12 407.52 583.27"
  1333. *ImageableArea A5Edge/A5 Edge-to-Edge: " 0 0 419.52 595.27"
  1334. *ImageableArea Executive/Executive: "12 12 510 744"
  1335. *ImageableArea ExecutiveEdge/Executive Edge-to-Edge: " 0 0 522 756"
  1336. *ImageableArea Statement/Statement: "12 12 384 600"
  1337. *ImageableArea StatementEdge/Statement Edge-to-Edge: " 0 0 396 612"
  1338. *ImageableArea Index/Index: "12 12 204 348"
  1339. *ImageableArea IndexEdge/Index Edge-to-Edge: " 0 0 216 360"
  1340. *ImageableArea Hagaki/Hagaki: "12 12 271.46 407.52"
  1341. *ImageableArea HagakiEdge/Hagaki Edge-to-Edge: " 0 0 283.46 419.52"
  1342. *ImageableArea EnvMonarch/Monarch envelope: "12 12 267.36 528"
  1343. *ImageableArea EnvMonarchEdge/Monarch envelope Edge-to-Edge: " 0 0 279.36 540"
  1344. *ImageableArea Env10/Com10 envelope: "12 12 285.36 672"
  1345. *ImageableArea Env10Edge/Com10 envelope Edge-to-Edge: " 0 0 297.36 684"
  1346. *ImageableArea EnvC5/C5 envelope: "12 12 447.21 637.13"
  1347. *ImageableArea EnvC5Edge/C5 envelope Edge-to-Edge: " 0 0 459.21 649.13"
  1348. *ImageableArea EnvDL/DL envelope: "12 12 299.81 611.62"
  1349. *ImageableArea EnvDLEdge/DL envelope Edge-to-Edge: " 0 0 311.81 623.62"
  1350. *?ImageableArea: "save
  1351. /cvp {( ) cvs print ( )print} bind def
  1352. /upperright {10000 mul floor 10000 div} bind def
  1353. /lowerleft {10000 mul ceiling 10000 div} bind def
  1354. newpath clippath pathbbox
  1355. 4 -2 roll exch 2 {lowerleft cvp} repeat
  1356. exch 2 {upperright cvp} repeat ( ) = flush
  1357. restore"
  1358. *End
  1359. *% ==== Physical dimensions of the paper by keyword ====
  1360. *DefaultPaperDimension: Letter
  1361. *PaperDimension Letter/Letter: "612 792"
  1362. *PaperDimension LetterEdge/Letter Edge-to-Edge: "613 792"
  1363. *PaperDimension Legal/Legal: "612 1008"
  1364. *PaperDimension LegalEdge/Legal Edge-to-Edge: "613 1008"
  1365. *PaperDimension FanFoldGermanLegal/Folio: "612 936"
  1366. *PaperDimension FanFoldGermanLegalEdge/Folio Edge-to-Edge: "613 936"
  1367. *PaperDimension A4/A4: "595 842"
  1368. *PaperDimension A4Edge/A4 Edge-to-Edge: "596 842"
  1369. *PaperDimension B5/B5-JIS: "516 729"
  1370. *PaperDimension B5Edge/B5-JIS Edge-to-Edge: "517 729"
  1371. *PaperDimension ISOB5/B5-ISO: "499 709"
  1372. *PaperDimension ISOB5Edge/B5-ISO Edge-to-Edge: "500 709"
  1373. *PaperDimension A5/A5: "420 595"
  1374. *PaperDimension A5Edge/A5 Edge-to-Edge: "421 595"
  1375. *PaperDimension Executive/Executive: "522 756"
  1376. *PaperDimension ExecutiveEdge/Executive Edge-to-Edge: "523 756"
  1377. *PaperDimension Statement/Statement: "396 612"
  1378. *PaperDimension StatementEdge/Statement Edge-to-Edge: "397 612"
  1379. *PaperDimension Index/Index: "216 360"
  1380. *PaperDimension IndexEdge/Index Edge-to-Edge: "217 360"
  1381. *PaperDimension Hagaki/Hagaki: "283 419"
  1382. *PaperDimension HagakiEdge/Hagaki Edge-to-Edge: "285 419"
  1383. *PaperDimension EnvMonarch/Monarch envelope: "279 540"
  1384. *PaperDimension EnvMonarchEdge/Monarch envelope Edge-to-Edge: "280 540"
  1385. *PaperDimension Env10/Com10 envelope: "297 684"
  1386. *PaperDimension Env10Edge/Com10 envelope Edge-to-Edge: "298 684"
  1387. *PaperDimension EnvC5/C5 envelope: "459 649"
  1388. *PaperDimension EnvC5Edge/C5 envelope Edge-to-Edge: "460 649"
  1389. *PaperDimension EnvDL/DL envelope: "312 624"
  1390. *PaperDimension EnvDLEdge/DL envelope Edge-to-Edge: "313 624"
  1391. *% ==== Custom Paper Size ====
  1392. *% VariablePaperSize keyword is only here because PageMaker needs it
  1393. *% (The VariablePaperSize keyword is superceded by CustomPageSize).
  1394. *VariablePaperSize: True
  1395. *LeadingEdge Short: ""
  1396. *DefaultLeadingEdge: Short
  1397. *MaxMediaWidth: "612"
  1398. *MaxMediaHeight: "1008"
  1399. *HWMargins: 0 0 0 0
  1400. *NonUIOrderDependency: 90.0 AnySetup *CustomPageSize
  1401. *CustomPageSize True: "
  1402. pop pop pop
  1403. << /MediaType MediaType /PageSize [7 -2 roll] /ImagingBBox null
  1404. /Policies << /MediaType 2 /PageSize 2 >> >> setpagedevice"
  1405. *End
  1406. *% Smallest size is 3x5in. Largest size is 8.5x14in.
  1407. *ParamCustomPageSize Width: 1 points 216 612
  1408. *ParamCustomPageSize Height: 2 points 360 1008
  1409. *ParamCustomPageSize WidthOffset: 3 points 0 0
  1410. *ParamCustomPageSize HeightOffset: 4 points 0 0
  1411. *ParamCustomPageSize Orientation: 5 int 1 1
  1412. *% ==== Font Information ====
  1413. *DefaultFont: Courier
  1414. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  1415. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  1416. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  1417. *Font AntiqueOlive-Bold: Standard "(501.007)" Standard ROM
  1418. *Font AntiqueOlive-Compact: Standard "(501.006)" Standard ROM
  1419. *Font AntiqueOlive-Italic: Standard "(501.008)" Standard ROM
  1420. *Font AntiqueOlive-Roman: Standard "(501.006)" Standard ROM
  1421. *Font Apple-Chancery: Standard "(001.000)" Standard ROM
  1422. *Font Arial-BoldItalicMT: Standard "(501.006)" Standard ROM
  1423. *Font Arial-BoldMT: Standard "(501.005)" Standard ROM
  1424. *Font Arial-ItalicMT: Standard "(501.008)" Standard ROM
  1425. *Font ArialMT: Standard "(501.005)" Standard ROM
  1426. *Font AvantGarde-Book: Standard "(501.007)" Standard ROM
  1427. *Font AvantGarde-BookOblique: Standard "(501.007)" Standard ROM
  1428. *Font AvantGarde-Demi: Standard "(501.008)" Standard ROM
  1429. *Font AvantGarde-DemiOblique: Standard "(501.008)" Standard ROM
  1430. *Font Bodoni-Bold: Standard "(501.004)" Standard ROM
  1431. *Font Bodoni-BoldItalic: Standard "(501.005)" Standard ROM
  1432. *Font Bodoni-Italic: Standard "(501.005)" Standard ROM
  1433. *Font Bodoni-Poster: Standard "(501.007)" Standard ROM
  1434. *Font Bodoni-PosterCompressed: Standard "(501.005)" Standard ROM
  1435. *Font Bodoni: Standard "(501.006)" Standard ROM
  1436. *Font Bookman-Demi: Standard "(501.004)" Standard ROM
  1437. *Font Bookman-DemiItalic: Standard "(501.004)" Standard ROM
  1438. *Font Bookman-Light: Standard "(501.004)" Standard ROM
  1439. *Font Bookman-LightItalic: Standard "(501.004)" Standard ROM
  1440. *Font Carta: Special "(001.001)" Standard ROM
  1441. *Font Chicago: Standard "(501.008)" Standard ROM
  1442. *Font Clarendon-Bold: Standard "(501.006)" Standard ROM
  1443. *Font Clarendon-Light: Standard "(501.007)" Standard ROM
  1444. *Font Clarendon: Standard "(501.006)" Standard ROM
  1445. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  1446. *Font CooperBlack: Standard "(001.003)" Standard ROM
  1447. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  1448. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  1449. *Font Coronet-Regular: Standard "(001.000)" Standard ROM
  1450. *Font Courier-Bold: Standard "(501.007)" Standard ROM
  1451. *Font Courier-BoldOblique: Standard "(501.007)" Standard ROM
  1452. *Font Courier-Oblique: Standard "(501.008)" Standard ROM
  1453. *Font Courier: Standard "(501.008)" Standard ROM
  1454. *Font Eurostile-Bold: Standard "(501.006)" Standard ROM
  1455. *Font Eurostile-BoldExtendedTwo: Standard "(501.006)" Standard ROM
  1456. *Font Eurostile-ExtendedTwo: Standard "(501.006)" Standard ROM
  1457. *Font Eurostile: Standard "(501.006)" Standard ROM
  1458. *Font Geneva: Standard "(501.005)" Standard ROM
  1459. *Font GillSans-Bold: Standard "(501.005)" Standard ROM
  1460. *Font GillSans-BoldCondensed: Standard "(501.004)" Standard ROM
  1461. *Font GillSans-BoldItalic: Standard "(501.005)" Standard ROM
  1462. *Font GillSans-Condensed: Standard "(501.005)" Standard ROM
  1463. *Font GillSans-ExtraBold: Standard "(501.005)" Standard ROM
  1464. *Font GillSans-Italic: Standard "(501.005)" Standard ROM
  1465. *Font GillSans-Light: Standard "(501.006)" Standard ROM
  1466. *Font GillSans-LightItalic: Standard "(501.006)" Standard ROM
  1467. *Font GillSans: Standard "(501.006)" Standard ROM
  1468. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  1469. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  1470. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  1471. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  1472. *Font Goudy: Standard "(001.003)" Standard ROM
  1473. *Font Helvetica-Bold: Standard "(501.007)" Standard ROM
  1474. *Font Helvetica-BoldOblique: Standard "(501.007)" Standard ROM
  1475. *Font Helvetica-Condensed-Bold: Standard "(501.007)" Standard ROM
  1476. *Font Helvetica-Condensed-BoldObl: Standard "(501.007)" Standard ROM
  1477. *Font Helvetica-Condensed-Oblique: Standard "(501.007)" Standard ROM
  1478. *Font Helvetica-Condensed: Standard "(501.007)" Standard ROM
  1479. *Font Helvetica-Narrow-Bold: Standard "(501.007)" Standard ROM
  1480. *Font Helvetica-Narrow-BoldOblique: Standard "(501.007)" Standard ROM
  1481. *Font Helvetica-Narrow-Oblique: Standard "(501.005)" Standard ROM
  1482. *Font Helvetica-Narrow: Standard "(501.005)" Standard ROM
  1483. *Font Helvetica-Oblique: Standard "(501.005)" Standard ROM
  1484. *Font Helvetica: Standard "(501.005)" Standard ROM
  1485. *Font HoeflerText-Black: Standard "(501.005)" Standard ROM
  1486. *Font HoeflerText-BlackItalic: Standard "(501.005)" Standard ROM
  1487. *Font HoeflerText-Italic: Standard "(501.007)" Standard ROM
  1488. *Font HoeflerText-Ornaments: Standard "(001.000)" Standard ROM
  1489. *Font HoeflerText-Regular: Standard "(501.005)" Standard ROM
  1490. *Font JoannaMT-Bold: Standard "(501.006)" Standard ROM
  1491. *Font JoannaMT-BoldItalic: Standard "(501.006)" Standard ROM
  1492. *Font JoannaMT-Italic: Standard "(501.006)" Standard ROM
  1493. *Font JoannaMT: Standard "(501.006)" Standard ROM
  1494. *Font LetterGothic-Bold: Standard "(501.008)" Standard ROM
  1495. *Font LetterGothic-BoldSlanted: Standard "(501.008)" Standard ROM
  1496. *Font LetterGothic-Slanted: Standard "(501.008)" Standard ROM
  1497. *Font LetterGothic: Standard "(501.007)" Standard ROM
  1498. *Font LubalinGraph-Book: Standard "(501.007)" Standard ROM
  1499. *Font LubalinGraph-BookOblique: Standard "(501.007)" Standard ROM
  1500. *Font LubalinGraph-Demi: Standard "(501.007)" Standard ROM
  1501. *Font LubalinGraph-DemiOblique: Standard "(501.007)" Standard ROM
  1502. *Font Marigold: Standard "(001.000)" Standard ROM
  1503. *Font Monaco: Standard "(501.009)" Standard ROM
  1504. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  1505. *Font NewCenturySchlbk-Bold: Standard "(501.006)" Standard ROM
  1506. *Font NewCenturySchlbk-BoldItalic: Standard "(501.006)" Standard ROM
  1507. *Font NewCenturySchlbk-Italic: Standard "(501.009)" Standard ROM
  1508. *Font NewCenturySchlbk-Roman: Standard "(501.006)" Standard ROM
  1509. *Font NewYork: Standard "(501.009)" Standard ROM
  1510. *Font Optima-Bold: Standard "(501.006)" Standard ROM
  1511. *Font Optima-BoldItalic: Standard "(501.007)" Standard ROM
  1512. *Font Optima-Italic: Standard "(501.008)" Standard ROM
  1513. *Font Optima: Standard "(501.008)" Standard ROM
  1514. *Font Oxford: Standard "(001.000)" Standard ROM
  1515. *Font Palatino-Bold: Standard "(501.006)" Standard ROM
  1516. *Font Palatino-BoldItalic: Standard "(501.005)" Standard ROM
  1517. *Font Palatino-Italic: Standard "(501.006)" Standard ROM
  1518. *Font Palatino-Roman: Standard "(501.004)" Standard ROM
  1519. *Font StempelGaramond-Bold: Standard "(501.005)" Standard ROM
  1520. *Font StempelGaramond-BoldItalic: Standard "(501.009)" Standard ROM
  1521. *Font StempelGaramond-Italic: Standard "(501.007)" Standard ROM
  1522. *Font StempelGaramond-Roman: Standard "(501.008)" Standard ROM
  1523. *Font Symbol: Special "(001.008)" Standard ROM
  1524. *Font Tekton: Standard "(001.001)" Standard ROM
  1525. *Font Times-Bold: Standard "(501.006)" Standard ROM
  1526. *Font Times-BoldItalic: Standard "(501.005)" Standard ROM
  1527. *Font Times-Italic: Standard "(501.007)" Standard ROM
  1528. *Font Times-Roman: Standard "(501.007)" Standard ROM
  1529. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.008)" Standard ROM
  1530. *Font TimesNewRomanPS-BoldMT: Standard "(501.006)" Standard ROM
  1531. *Font TimesNewRomanPS-ItalicMT: Standard "(501.008)" Standard ROM
  1532. *Font TimesNewRomanPSMT: Standard "(501.006)" Standard ROM
  1533. *Font Univers-Bold: Standard "(501.006)" Standard ROM
  1534. *Font Univers-BoldExt: Standard "(501.008)" Standard ROM
  1535. *Font Univers-BoldExtObl: Standard "(501.008)" Standard ROM
  1536. *Font Univers-BoldOblique: Standard "(501.006)" Standard ROM
  1537. *Font Univers-Condensed: Standard "(501.009)" Standard ROM
  1538. *Font Univers-CondensedBold: Standard "(501.007)" Standard ROM
  1539. *Font Univers-CondensedBoldOblique: Standard "(501.007)" Standard ROM
  1540. *Font Univers-CondensedOblique: Standard "(501.009)" Standard ROM
  1541. *Font Univers-Extended: Standard "(501.007)" Standard ROM
  1542. *Font Univers-ExtendedObl: Standard "(501.007)" Standard ROM
  1543. *Font Univers-Light: Standard "(501.007)" Standard ROM
  1544. *Font Univers-LightOblique: Standard "(501.007)" Standard ROM
  1545. *Font Univers-Oblique: Standard "(501.007)" Standard ROM
  1546. *Font Univers: Standard "(501.007)" Standard ROM
  1547. *Font Wingdings-Regular: Special "(001.000)" Standard ROM
  1548. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard ROM
  1549. *Font ZapfDingbats: Special "(001.005S)" Standard ROM
  1550. *Font AntiqueOliveCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  1551. *Font AntiqueOliveCE-Compact: Win1250 "(501.006)" ExtendedRoman ROM
  1552. *Font AntiqueOliveCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  1553. *Font AntiqueOliveCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  1554. *Font Apple-ChanceryCE: Win1250 "(001.000)" ExtendedRoman ROM
  1555. *Font ArialCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  1556. *Font ArialCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  1557. *Font ArialCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  1558. *Font ArialCE: Win1250 "(501.005)" ExtendedRoman ROM
  1559. *Font AvantGardeCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
  1560. *Font AvantGardeCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1561. *Font AvantGardeCE-Demi: Win1250 "(501.008)" ExtendedRoman ROM
  1562. *Font AvantGardeCE-DemiOblique: Win1250 "(501.008)" ExtendedRoman ROM
  1563. *Font BodoniCE-Bold: Win1250 "(501.004)" ExtendedRoman ROM
  1564. *Font BodoniCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  1565. *Font BodoniCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
  1566. *Font BodoniCE-Poster: Win1250 "(501.007)" ExtendedRoman ROM
  1567. *Font BodoniCE-PosterCompressed: Win1250 "(501.005)" ExtendedRoman ROM
  1568. *Font BodoniCE: Win1250 "(501.006)" ExtendedRoman ROM
  1569. *Font BookmanCE-Demi: Win1250 "(501.004)" ExtendedRoman ROM
  1570. *Font BookmanCE-DemiItalic: Win1250 "(501.004)" ExtendedRoman ROM
  1571. *Font BookmanCE-Light: Win1250 "(501.004)" ExtendedRoman ROM
  1572. *Font BookmanCE-LightItalic: Win1250 "(501.004)" ExtendedRoman ROM
  1573. *Font ChicagoCE: Win1250 "(501.008)" ExtendedRoman ROM
  1574. *Font ClarendonCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1575. *Font ClarendonCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
  1576. *Font ClarendonCE: Win1250 "(501.006)" ExtendedRoman ROM
  1577. *Font CoronetCE-Regular: Win1250 "(001.000)" ExtendedRoman ROM
  1578. *Font CourierCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  1579. *Font CourierCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1580. *Font CourierCE-Oblique: Win1250 "(501.008)" ExtendedRoman ROM
  1581. *Font CourierCE: Win1250 "(501.008)" ExtendedRoman ROM
  1582. *Font EurostileCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1583. *Font EurostileCE-BoldExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
  1584. *Font EurostileCE-ExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
  1585. *Font EurostileCE: Win1250 "(501.006)" ExtendedRoman ROM
  1586. *Font GenevaCE: Win1250 "(501.005)" ExtendedRoman ROM
  1587. *Font GillSansCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  1588. *Font GillSansCE-BoldCondensed: Win1250 "(501.004)" ExtendedRoman ROM
  1589. *Font GillSansCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  1590. *Font GillSansCE-Condensed: Win1250 "(501.005)" ExtendedRoman ROM
  1591. *Font GillSansCE-ExtraBold: Win1250 "(501.005)" ExtendedRoman ROM
  1592. *Font GillSansCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
  1593. *Font GillSansCE-Light: Win1250 "(501.006)" ExtendedRoman ROM
  1594. *Font GillSansCE-LightItalic: Win1250 "(501.006)" ExtendedRoman ROM
  1595. *Font GillSansCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  1596. *Font HelveticaCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  1597. *Font HelveticaCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1598. *Font HelveticaCE-CondBold: Win1250 "(501.007)" ExtendedRoman ROM
  1599. *Font HelveticaCE-CondBoldObl: Win1250 "(501.007)" ExtendedRoman ROM
  1600. *Font HelveticaCE-CondObl: Win1250 "(501.007)" ExtendedRoman ROM
  1601. *Font HelveticaCE-Cond: Win1250 "(501.007)" ExtendedRoman ROM
  1602. *Font HelveticaCE-NarrowBold: Win1250 "(501.007)" ExtendedRoman ROM
  1603. *Font HelveticaCE-NarrowBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1604. *Font HelveticaCE-NarrowOblique: Win1250 "(501.005)" ExtendedRoman ROM
  1605. *Font HelveticaCE-Narrow: Win1250 "(501.005)" ExtendedRoman ROM
  1606. *Font HelveticaCE-Oblique: Win1250 "(501.005)" ExtendedRoman ROM
  1607. *Font HelveticaCE: Win1250 "(501.005)" ExtendedRoman ROM
  1608. *Font HoeflerTextCE-Black: Win1250 "(501.005)" ExtendedRoman ROM
  1609. *Font HoeflerTextCE-BlackItalic: Win1250 "(501.005)" ExtendedRoman ROM
  1610. *Font HoeflerTextCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  1611. *Font HoeflerTextCE-Regular: Win1250 "(501.005)" ExtendedRoman ROM
  1612. *Font JoannaMTCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1613. *Font JoannaMTCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  1614. *Font JoannaMTCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
  1615. *Font JoannaMTCE: Win1250 "(501.006)" ExtendedRoman ROM
  1616. *Font LetterGothicCE-Bold: Win1250 "(501.008)" ExtendedRoman ROM
  1617. *Font LetterGothicCE-BoldSlanted: Win1250 "(501.008)" ExtendedRoman ROM
  1618. *Font LetterGothicCE-Slanted: Win1250 "(501.008)" ExtendedRoman ROM
  1619. *Font LetterGothicCE: Win1250 "(501.007)" ExtendedRoman ROM
  1620. *Font LubalinGraphCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
  1621. *Font LubalinGraphCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1622. *Font LubalinGraphCE-Demi: Win1250 "(501.007)" ExtendedRoman ROM
  1623. *Font LubalinGraphCE-DemiOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1624. *Font MonacoCE: Win1250 "(501.009)" ExtendedRoman ROM
  1625. *Font NewCenturySchlbkCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1626. *Font NewCenturySchlbkCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  1627. *Font NewCenturySchlbkCE-Italic: Win1250 "(501.009)" ExtendedRoman ROM
  1628. *Font NewCenturySchlbkCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  1629. *Font NewYorkCE: Win1250 "(501.009)" ExtendedRoman ROM
  1630. *Font OptimaCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1631. *Font OptimaCE-BoldItalic: Win1250 "(501.007)" ExtendedRoman ROM
  1632. *Font OptimaCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  1633. *Font OptimaCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
  1634. *Font PalatinoCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1635. *Font PalatinoCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  1636. *Font PalatinoCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
  1637. *Font PalatinoCE-Roman: Win1250 "(501.004)" ExtendedRoman ROM
  1638. *Font StempelGaramondCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  1639. *Font StempelGaramondCE-BoldItalic: Win1250 "(501.009)" ExtendedRoman ROM
  1640. *Font StempelGaramondCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  1641. *Font StempelGaramondCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
  1642. *Font TimesCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1643. *Font TimesCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  1644. *Font TimesCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  1645. *Font TimesCE-Roman: Win1250 "(501.007)" ExtendedRoman ROM
  1646. *Font TimesNewRomanCE-BoldItalic: Win1250 "(501.008)" ExtendedRoman ROM
  1647. *Font TimesNewRomanCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1648. *Font TimesNewRomanCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  1649. *Font TimesNewRomanCE: Win1250 "(501.006)" ExtendedRoman ROM
  1650. *Font UniversCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  1651. *Font UniversCE-BoldExt: Win1250 "(501.008)" ExtendedRoman ROM
  1652. *Font UniversCE-BoldExtObl: Win1250 "(501.008)" ExtendedRoman ROM
  1653. *Font UniversCE-BoldOblique: Win1250 "(501.006)" ExtendedRoman ROM
  1654. *Font UniversCE-Condensed: Win1250 "(501.009)" ExtendedRoman ROM
  1655. *Font UniversCE-CondensedBold: Win1250 "(501.007)" ExtendedRoman ROM
  1656. *Font UniversCE-CondensedBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1657. *Font UniversCE-CondensedOblique: Win1250 "(501.009)" ExtendedRoman ROM
  1658. *Font UniversCE-Extended: Win1250 "(501.007)" ExtendedRoman ROM
  1659. *Font UniversCE-ExtendedObl: Win1250 "(501.007)" ExtendedRoman ROM
  1660. *Font UniversCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
  1661. *Font UniversCE-LightOblique: Win1250 "(501.007)" ExtendedRoman ROM
  1662. *Font UniversCE-Oblique: Win1250 "(501.007)" ExtendedRoman ROM
  1663. *Font UniversCE-Medium: Win1250 "(501.007)" ExtendedRoman ROM
  1664. *Font ZapfChanceryCE-MediumItalic: Win1250 "(002.000)" ExtendedRoman ROM
  1665. *?FontQuery: "save
  1666. {count 1 gt
  1667. {exch dup 127 string cvs (/)print print (:)print
  1668. /Font resourcestatus
  1669. {pop pop (Yes)} {(No)} ifelse =
  1670. }
  1671. {exit}
  1672. ifelse
  1673. } bind loop
  1674. (*) = flush
  1675. restore"
  1676. *End
  1677. *?FontList: "save
  1678. (*) {cvn ==} 128 string /Font resourceforall
  1679. (*) = flush
  1680. restore"
  1681. *End
  1682. *% ==== Printer Messages (verbatim from printer): ====
  1683. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1684. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1685. *Message: "\FontName\ not found, using Courier"
  1686. *% ==== Status (format: %%[ status: <one of these> ] %%) ====
  1687. *Status: "initializing"
  1688. *Status: "idle"
  1689. *Status: "busy"
  1690. *Status: "waiting"
  1691. *Status: "online"
  1692. *% ==== Input Sources(format: %%[ status: <stat>; source: <one of these> ]%%) ====
  1693. *Source: "Parallel"
  1694. *Source: "EtherTalk"
  1695. *Source: "TokenTalk"
  1696. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  1697. *% ==== Color Separation Information ====
  1698. *DefaultColorSep: ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi
  1699. *% ==== For 85 lpi / 600 x 600 dpi ====
  1700. *ColorSepScreenAngle ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
  1701. *ColorSepScreenAngle CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
  1702. *ColorSepScreenAngle ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "15"
  1703. *ColorSepScreenAngle ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "75"
  1704. *ColorSepScreenAngle ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "0"
  1705. *ColorSepScreenFreq ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  1706. *ColorSepScreenFreq CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  1707. *ColorSepScreenFreq ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  1708. *ColorSepScreenFreq ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  1709. *ColorSepScreenFreq ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  1710. *% ==== For 85 lpi / 1200 x 1200 dpi ====
  1711. *ColorSepScreenAngle ProcessBlack.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "45"
  1712. *ColorSepScreenAngle CustomColor.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "45"
  1713. *ColorSepScreenAngle ProcessCyan.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "15"
  1714. *ColorSepScreenAngle ProcessMagenta.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "75"
  1715. *ColorSepScreenAngle ProcessYellow.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "0"
  1716. *ColorSepScreenFreq ProcessBlack.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "60"
  1717. *ColorSepScreenFreq CustomColor.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "60"
  1718. *ColorSepScreenFreq ProcessCyan.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "60"
  1719. *ColorSepScreenFreq ProcessMagenta.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "60"
  1720. *ColorSepScreenFreq ProcessYellow.85lpi.1200x1200dpi/85 lpi / 1200 x 1200 dpi: "60"
  1721. *% End of PPD file for IBM Infoprint 21 PS