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.

1523 lines
59 KiB

  1. *PPD-Adobe: "4.3"
  2. *%
  3. *% Printer Description file
  4. *% for "RICOH Aficio AP2700 PS"
  5. *%
  6. *% CreationDate: 1999/04/15
  7. *% Modified: 2000/11/07
  8. *%
  9. *% COPYRIGHT (C) 1998-2000 RICOH COMPANY, LTD.
  10. *% All rights reserved.
  11. *%
  12. *FileVersion: "2.0"
  13. *FormatVersion: "4.3"
  14. *LanguageEncoding: ISOLatin1
  15. *LanguageVersion: English
  16. *PCFileName: "RICAP273.PPD"
  17. *Manufacturer: "RICOH"
  18. *Product: "(RICOH Aficio AP2700 PS3)"
  19. *PSVersion: "(3010.106) 2"
  20. *ModelName: "RICOH Aficio AP2700"
  21. *ShortNickName: "RICOH Aficio AP2700 PS"
  22. *NickName: "RICOH Aficio AP2700 PS"
  23. *%========== Basic Device Capabilities ==========
  24. *Protocols: PJL BCP
  25. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  26. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  27. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A>"
  28. *LanguageLevel: "3"
  29. *ColorDevice: False
  30. *DefaultColorSpace: Gray
  31. *TTRasterizer: Type42
  32. *?TTRasterizer: "
  33. save
  34. 42 /FontType resourcestatus
  35. { pop pop (Type42)} {pop pop (None)} ifelse = flush
  36. restore
  37. "
  38. *End
  39. *FileSystem: True
  40. *?FileSystem: "
  41. save
  42. statusdict /diskonline get exec
  43. {(True)}{(False)}ifelse = flush
  44. restore
  45. "
  46. *End
  47. *Throughput: "27"
  48. *%========== Installable Options ==========
  49. *%========== & System Management ==========
  50. *OpenGroup: InstallableOptions/InstallableOptions
  51. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  52. *DefaultInstalledMemory: None
  53. *InstalledMemory None/16MB: ""
  54. *InstalledMemory 48Meg/48MB: ""
  55. *InstalledMemory 80Meg/80MB: ""
  56. *?InstalledMemory: "
  57. save
  58. currentsystemparams /RamSize get 1048576 div cvi
  59. dup 16 eq { pop (None)}{
  60. dup 32 eq 1 index 48 eq or 1 index 80 eq or
  61. {( ) cvs print (Meg)}{ pop (Unknown)} ifelse} ifelse = flush
  62. restore
  63. "
  64. *End
  65. *CloseUI: *InstalledMemory
  66. *OpenUI *Option8/Tray: PickOne
  67. *DefaultOption8: None
  68. *Option8 None/None: ""
  69. *Option8 1Cassette/Tray 3: ""
  70. *Option8 2Cassette/Tray 3 and 4: ""
  71. *?Option8: "
  72. save {
  73. currentpagedevice /InputAttributes get
  74. {exch 0 eq {type (dicttype) eq {/num 0 def}{/num 1 def}ifelse}if}forall
  75. currentpagedevice /InputAttributes get
  76. {type (dicttype) eq {/num num 1 add def} if pop} forall
  77. num
  78. dup 3 eq { (None) exit } if
  79. dup 4 eq { (1Cassette) exit } if
  80. 5 eq { (2Cassette) exit } if
  81. (Unknown) exit
  82. } loop
  83. mark count 1 sub 2 roll cleartomark
  84. = flush
  85. restore
  86. "
  87. *End
  88. *CloseUI: *Option8
  89. *OpenUI *Option1/Bypass Tray: PickOne
  90. *DefaultOption1: False
  91. *Option1 False/Not Installed: ""
  92. *Option1 True/Installed: ""
  93. *?Option1: "
  94. save
  95. currentpagedevice /InputAttributes get
  96. {exch 0 eq {type (dicttype)
  97. eq {(True) exit} {(False) exit} ifelse}if} forall
  98. mark count 1 sub 2 roll cleartomark
  99. = flush
  100. restore
  101. "
  102. *End
  103. *CloseUI: *Option1
  104. *OpenUI *Option2/Duplex Unit: Boolean
  105. *DefaultOption2: False
  106. *Option2 False/Not Installed: ""
  107. *Option2 True/Installed: ""
  108. *?Option2: "
  109. save
  110. currentpagedevice /Duplex known
  111. {(True)}{(False)}ifelse = flush
  112. restore
  113. "
  114. *End
  115. *CloseUI: *Option2
  116. *OpenUI *Option3/Finisher: PickOne
  117. *DefaultOption3: False
  118. *Option3 False/Not Installed: ""
  119. *Option3 True/Installed: ""
  120. *?Option3: "
  121. save
  122. currentpagedevice /OutputAttributes get
  123. {exch 2 eq {type (dicttype)
  124. eq {(True) exit} {(False) exit} ifelse}if} forall
  125. mark count 1 sub 2 roll cleartomark
  126. = flush
  127. restore
  128. "
  129. *End
  130. *CloseUI: *Option3
  131. *OpenUI *Option5/Mail Box: PickOne
  132. *DefaultOption5: False
  133. *Option5 False/Not Installed: ""
  134. *Option5 True/Installed: ""
  135. *?Option5: "
  136. save
  137. currentpagedevice /OutputAttributes get
  138. {exch 3 eq {type (dicttype)
  139. eq {(True) exit} {(False) exit} ifelse}if} forall
  140. mark count 1 sub 2 roll cleartomark
  141. = flush
  142. restore
  143. "
  144. *End
  145. *CloseUI: *Option5
  146. *CloseGroup: InstallableOptions
  147. *UIConstraints: *Option1 False *InputSlot BypassTray
  148. *UIConstraints: *Option8 None *InputSlot 3Tray
  149. *UIConstraints: *Option8 None *InputSlot 4Tray
  150. *UIConstraints: *Option8 1Cassette *InputSlot 4Tray
  151. *UIConstraints: *InputSlot BypassTray *Option1 False
  152. *UIConstraints: *InputSlot 3Tray *Option8 None
  153. *UIConstraints: *InputSlot 4Tray *Option8 None
  154. *UIConstraints: *InputSlot 4Tray *Option8 1Cassette
  155. *% *UIConstraints: *Option9 False *OutputBin UpperTray
  156. *% *UIConstraints: *OutputBin UpperTray *Option9 False
  157. *UIConstraints: *Option2 False *Duplex DuplexTumble
  158. *UIConstraints: *Option2 False *Duplex DuplexNoTumble
  159. *UIConstraints: *Duplex DuplexTumble *Option2 False
  160. *UIConstraints: *Duplex DuplexNoTumble *Option2 False
  161. *UIConstraints: *Option3 False *OutputBin BinShift
  162. *UIConstraints: *Option3 False *RIStaple UpperLeft
  163. *UIConstraints: *Option3 False *RIStaple UpperRight
  164. *UIConstraints: *Option3 False *RIStaple LowerLeft
  165. *UIConstraints: *Option3 False *RIStaple LowerRight
  166. *UIConstraints: *OutputBin BinShift *Option3 False
  167. *UIConstraints: *RIStaple UpperLeft *Option3 False
  168. *UIConstraints: *RIStaple UpperRight *Option3 False
  169. *UIConstraints: *RIStaple LowerLeft *Option3 False
  170. *UIConstraints: *RIStaple LowerRight *Option3 False
  171. *UIConstraints: *Option5 False *OutputBin MailBoxBin1
  172. *UIConstraints: *Option5 False *OutputBin MailBoxBin2
  173. *UIConstraints: *Option5 False *OutputBin MailBoxBin3
  174. *UIConstraints: *Option5 False *OutputBin MailBoxBin4
  175. *UIConstraints: *OutputBin MailBoxBin1 *Option5 False
  176. *UIConstraints: *OutputBin MailBoxBin2 *Option5 False
  177. *UIConstraints: *OutputBin MailBoxBin3 *Option5 False
  178. *UIConstraints: *OutputBin MailBoxBin4 *Option5 False
  179. *UIConstraints: *PageSize A6 *Duplex DuplexTumble
  180. *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
  181. *UIConstraints: *PageSize HalfLetter *Duplex DuplexTumble
  182. *UIConstraints: *PageSize HalfLetter *Duplex DuplexNoTumble
  183. *UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
  184. *UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
  185. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  186. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  187. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  188. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  189. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  190. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  191. *UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
  192. *UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
  193. *%%% *UIConstraints: *PageXXXX 8K/16K PPDCHECK ERROR
  194. *UIConstraints: *PageSize 8Kai *Duplex DuplexTumble
  195. *UIConstraints: *PageSize 8Kai *Duplex DuplexNoTumble
  196. *UIConstraints: *PageSize 16Kai *Duplex DuplexTumble
  197. *UIConstraints: *PageSize 16Kai *Duplex DuplexNoTumble
  198. *UIConstraints: *PageRegion A6 *Duplex DuplexTumble
  199. *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
  200. *UIConstraints: *PageRegion HalfLetter *Duplex DuplexTumble
  201. *UIConstraints: *PageRegion HalfLetter *Duplex DuplexNoTumble
  202. *UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
  203. *UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
  204. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  205. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  206. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  207. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  208. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  209. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  210. *UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
  211. *UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
  212. *UIConstraints: *PageRegion 8Kai *Duplex DuplexTumble
  213. *UIConstraints: *PageRegion 8Kai *Duplex DuplexNoTumble
  214. *UIConstraints: *PageRegion 16Kai *Duplex DuplexTumble
  215. *UIConstraints: *PageRegion 16Kai *Duplex DuplexNoTumble
  216. *UIConstraints: *Duplex DuplexTumble *PageSize A6
  217. *UIConstraints: *Duplex DuplexNoTumble *PageSize A6
  218. *UIConstraints: *Duplex DuplexTumble *PageSize HalfLetter
  219. *UIConstraints: *Duplex DuplexNoTumble *PageSize HalfLetter
  220. *UIConstraints: *Duplex DuplexTumble *PageSize DLEnv
  221. *UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
  222. *UIConstraints: *Duplex DuplexTumble *PageSize Env10
  223. *UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
  224. *UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
  225. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
  226. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
  227. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
  228. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
  229. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
  230. *UIConstraints: *Duplex DuplexTumble *PageSize 8Kai
  231. *UIConstraints: *Duplex DuplexNoTumble *PageSize 8Kai
  232. *UIConstraints: *Duplex DuplexTumble *PageSize 16Kai
  233. *UIConstraints: *Duplex DuplexNoTumble *PageSize 16Kai
  234. *UIConstraints: *Duplex DuplexTumble *PageRegion A6
  235. *UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
  236. *UIConstraints: *Duplex DuplexTumble *PageRegion HalfLetter
  237. *UIConstraints: *Duplex DuplexNoTumble *PageRegion HalfLetter
  238. *UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv
  239. *UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
  240. *UIConstraints: *Duplex DuplexTumble *PageRegion Env10
  241. *UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
  242. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
  243. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
  244. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
  245. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
  246. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
  247. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
  248. *UIConstraints: *Duplex DuplexTumble *PageRegion 8Kai
  249. *UIConstraints: *Duplex DuplexNoTumble *PageRegion 8Kai
  250. *UIConstraints: *Duplex DuplexTumble *PageRegion 16Kai
  251. *UIConstraints: *Duplex DuplexNoTumble *PageRegion 16Kai
  252. *UIConstraints: *InputSlot BypassTray *Duplex DuplexTumble
  253. *UIConstraints: *InputSlot BypassTray *Duplex DuplexNoTumble
  254. *UIConstraints: *Duplex DuplexTumble *InputSlot BypassTray
  255. *UIConstraints: *Duplex DuplexNoTumble *InputSlot BypassTray
  256. *% *UIConstraints: *RIStaple UpperLeft *OutputBin Default
  257. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin1
  258. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin2
  259. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin3
  260. *% *UIConstraints: *RIStaple UpperLeft *OutputBin MailBoxBin4
  261. *% *UIConstraints: *OutputBin Default *RIStaple UpperLeft
  262. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple UpperLeft
  263. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple UpperLeft
  264. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple UpperLeft
  265. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple UpperLeft
  266. *% *UIConstraints: *RIStaple UpperRight *OutputBin Default
  267. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin1
  268. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin2
  269. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin3
  270. *% *UIConstraints: *RIStaple UpperRight *OutputBin MailBoxBin4
  271. *% *UIConstraints: *OutputBin Default *RIStaple UpperRight
  272. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple UpperRight
  273. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple UpperRight
  274. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple UpperRight
  275. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple UpperRight
  276. *% *UIConstraints: *RIStaple LowerLeft *OutputBin Default
  277. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin1
  278. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin2
  279. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin3
  280. *% *UIConstraints: *RIStaple LowerLeft *OutputBin MailBoxBin4
  281. *% *UIConstraints: *OutputBin Default *RIStaple LowerLeft
  282. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple LowerLeft
  283. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple LowerLeft
  284. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple LowerLeft
  285. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple LowerLeft
  286. *% *UIConstraints: *RIStaple LowerRight *OutputBin Default
  287. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin1
  288. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin2
  289. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin3
  290. *% *UIConstraints: *RIStaple LowerRight *OutputBin MailBoxBin4
  291. *% *UIConstraints: *OutputBin Default *RIStaple LowerRight
  292. *% *UIConstraints: *OutputBin MailBoxBin1 *RIStaple LowerRight
  293. *% *UIConstraints: *OutputBin MailBoxBin2 *RIStaple LowerRight
  294. *% *UIConstraints: *OutputBin MailBoxBin3 *RIStaple LowerRight
  295. *% *UIConstraints: *OutputBin MailBoxBin4 *RIStaple LowerRight
  296. *UIConstraints: *RIStaple UpperLeft *InputSlot BypassTray
  297. *UIConstraints: *RIStaple UpperRight *InputSlot BypassTray
  298. *UIConstraints: *RIStaple LowerLeft *InputSlot BypassTray
  299. *UIConstraints: *RIStaple LowerRight *InputSlot BypassTray
  300. *UIConstraints: *InputSlot BypassTray *RIStaple UpperLeft
  301. *UIConstraints: *InputSlot BypassTray *RIStaple UpperRight
  302. *UIConstraints: *InputSlot BypassTray *RIStaple LowerLeft
  303. *UIConstraints: *InputSlot BypassTray *RIStaple LowerRight
  304. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin1
  305. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin2
  306. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin3
  307. *UIConstraints: *PageSize A6 *OutputBin MailBoxBin4
  308. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin1
  309. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin2
  310. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin3
  311. *%%% *UIConstraints: *PageSize PostCard *OutputBin MailBoxBin4
  312. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin1
  313. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin2
  314. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin3
  315. *%%% *UIConstraints: *PageSize B6 *OutputBin MailBoxBin4
  316. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin1
  317. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin2
  318. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin3
  319. *UIConstraints: *PageRegion A6 *OutputBin MailBoxBin4
  320. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin1
  321. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin2
  322. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin3
  323. *%%% *UIConstraints: *PageRegion PostCard *OutputBin MailBoxBin4
  324. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin1
  325. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin2
  326. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin3
  327. *%%% *UIConstraints: *PageRegion B6 *OutputBin MailBoxBin4
  328. *UIConstraints: *OutputBin MailBoxBin1 *PageSize A6
  329. *UIConstraints: *OutputBin MailBoxBin2 *PageSize A6
  330. *UIConstraints: *OutputBin MailBoxBin3 *PageSize A6
  331. *UIConstraints: *OutputBin MailBoxBin4 *PageSize A6
  332. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageSize PostCard
  333. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageSize PostCard
  334. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageSize PostCard
  335. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageSize PostCard
  336. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageSize B6
  337. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageSize B6
  338. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageSize B6
  339. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageSize B6
  340. *UIConstraints: *OutputBin MailBoxBin1 *PageRegion A6
  341. *UIConstraints: *OutputBin MailBoxBin2 *PageRegion A6
  342. *UIConstraints: *OutputBin MailBoxBin3 *PageRegion A6
  343. *UIConstraints: *OutputBin MailBoxBin4 *PageRegion A6
  344. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageRegion PostCard
  345. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageRegion PostCard
  346. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageRegion PostCard
  347. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageRegion PostCard
  348. *%%% *UIConstraints: *OutputBin MailBoxBin1 *PageRegion B6
  349. *%%% *UIConstraints: *OutputBin MailBoxBin2 *PageRegion B6
  350. *%%% *UIConstraints: *OutputBin MailBoxBin3 *PageRegion B6
  351. *%%% *UIConstraints: *OutputBin MailBoxBin4 *PageRegion B6
  352. *UIConstraints: *PageSize A5 *RIStaple UpperLeft
  353. *UIConstraints: *PageSize A5 *RIStaple UpperRight
  354. *UIConstraints: *PageSize A5 *RIStaple LowerLeft
  355. *UIConstraints: *PageSize A5 *RIStaple LowerRight
  356. *UIConstraints: *PageSize A6 *RIStaple UpperLeft
  357. *UIConstraints: *PageSize A6 *RIStaple UpperRight
  358. *UIConstraints: *PageSize A6 *RIStaple LowerLeft
  359. *UIConstraints: *PageSize A6 *RIStaple LowerRight
  360. *%%% *UIConstraints: *PageSize PostCard *RIStaple UpperLeft
  361. *%%% *UIConstraints: *PageSize PostCard *RIStaple UpperRight
  362. *%%% *UIConstraints: *PageSize PostCard *RIStaple LowerLeft
  363. *%%% *UIConstraints: *PageSize PostCard *RIStaple LowerRight
  364. *%%% *UIConstraints: *PageSize B6 *RIStaple UpperLeft
  365. *%%% *UIConstraints: *PageSize B6 *RIStaple UpperRight
  366. *%%% *UIConstraints: *PageSize B6 *RIStaple LowerLeft
  367. *%%% *UIConstraints: *PageSize B6 *RIStaple LowerRight
  368. *UIConstraints: *PageRegion A5 *RIStaple UpperLeft
  369. *UIConstraints: *PageRegion A5 *RIStaple UpperRight
  370. *UIConstraints: *PageRegion A5 *RIStaple LowerLeft
  371. *UIConstraints: *PageRegion A5 *RIStaple LowerRight
  372. *UIConstraints: *PageRegion A6 *RIStaple UpperLeft
  373. *UIConstraints: *PageRegion A6 *RIStaple UpperRight
  374. *UIConstraints: *PageRegion A6 *RIStaple LowerLeft
  375. *UIConstraints: *PageRegion A6 *RIStaple LowerRight
  376. *%%% *UIConstraints: *PageRegion PostCard *RIStaple UpperLeft
  377. *%%% *UIConstraints: *PageRegion PostCard *RIStaple UpperRight
  378. *%%% *UIConstraints: *PageRegion PostCard *RIStaple LowerLeft
  379. *%%% *UIConstraints: *PageRegion PostCard *RIStaple LowerRight
  380. *%%% *UIConstraints: *PageRegion B6 *RIStaple UpperLeft
  381. *%%% *UIConstraints: *PageRegion B6 *RIStaple UpperRight
  382. *%%% *UIConstraints: *PageRegion B6 *RIStaple LowerLeft
  383. *%%% *UIConstraints: *PageRegion B6 *RIStaple LowerRight
  384. *UIConstraints: *RIStaple UpperLeft *PageSize A5
  385. *UIConstraints: *RIStaple UpperRight *PageSize A5
  386. *UIConstraints: *RIStaple LowerLeft *PageSize A5
  387. *UIConstraints: *RIStaple LowerRight *PageSize A5
  388. *UIConstraints: *RIStaple UpperLeft *PageSize A6
  389. *UIConstraints: *RIStaple UpperRight *PageSize A6
  390. *UIConstraints: *RIStaple LowerLeft *PageSize A6
  391. *UIConstraints: *RIStaple LowerRight *PageSize A6
  392. *%%% *UIConstraints: *RIStaple UpperLeft *PageSize PostCard
  393. *%%% *UIConstraints: *RIStaple UpperRight *PageSize PostCard
  394. *%%% *UIConstraints: *RIStaple LowerLeft *PageSize PostCard
  395. *%%% *UIConstraints: *RIStaple LowerRight *PageSize PostCard
  396. *%%% *UIConstraints: *RIStaple UpperLeft *PageSize B6
  397. *%%% *UIConstraints: *RIStaple UpperRight *PageSize B6
  398. *%%% *UIConstraints: *RIStaple LowerLeft *PageSize B6
  399. *%%% *UIConstraints: *RIStaple LowerRight *PageSize B6
  400. *UIConstraints: *RIStaple UpperLeft *PageRegion A5
  401. *UIConstraints: *RIStaple UpperRight *PageRegion A5
  402. *UIConstraints: *RIStaple LowerLeft *PageRegion A5
  403. *UIConstraints: *RIStaple LowerRight *PageRegion A5
  404. *UIConstraints: *RIStaple UpperLeft *PageRegion A6
  405. *UIConstraints: *RIStaple UpperRight *PageRegion A6
  406. *UIConstraints: *RIStaple LowerLeft *PageRegion A6
  407. *UIConstraints: *RIStaple LowerRight *PageRegion A6
  408. *%%% *UIConstraints: *RIStaple UpperLeft *PageRegion PostCard
  409. *%%% *UIConstraints: *RIStaple UpperRight *PageRegion PostCard
  410. *%%% *UIConstraints: *RIStaple LowerLeft *PageRegion PostCard
  411. *%%% *UIConstraints: *RIStaple LowerRight *PageRegion PostCard
  412. *%%% *UIConstraints: *RIStaple UpperLeft *PageRegion B6
  413. *%%% *UIConstraints: *RIStaple UpperRight *PageRegion B6
  414. *%%% *UIConstraints: *RIStaple LowerLeft *PageRegion B6
  415. *%%% *UIConstraints: *RIStaple LowerRight *PageRegion B6
  416. *UIConstraints: *MediaType Recycled *InputSlot BypassTray
  417. *UIConstraints: *MediaType Special *InputSlot BypassTray
  418. *UIConstraints: *InputSlot BypassTray *MediaType Recycled
  419. *UIConstraints: *InputSlot BypassTray *MediaType Special
  420. *FreeVM: "2330000"
  421. *VMOption None/16 MB RAM: "2330000"
  422. *VMOption 48Meg/48 MB RAM: "3550000"
  423. *VMOption 80Meg/80 MB RAM: "5330000"
  424. *Password: "0"
  425. *ExitServer: "
  426. count 0 eq
  427. {false}{true exch startjob}ifelse
  428. not {(WARNING: Cannot modify initial VM.) =
  429. (Missing or invalid Password.) =
  430. (Please contact the author.) = flush quit
  431. }if
  432. "
  433. *End
  434. *Reset: "
  435. count 0 eq
  436. {false}{true exch startjob}ifelse
  437. not {(WARNING: Cannot reset printer.) =
  438. (Missing or invalid Password.) =
  439. (Please contact the author.) = flush quit
  440. }if
  441. systemdict /quit get exec
  442. (WARNING: Printer Reset Failed.) = flush
  443. "
  444. *End
  445. *SuggestedJobTimeout: "0"
  446. *SuggestedWaitTimeout: "300"
  447. *PrintPSErrors: True
  448. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  449. *%========== Media Selection ==========
  450. *LandscapeOrientation: Plus90
  451. *OpenUI *PageSize: PickOne
  452. *OrderDependency: 150 AnySetup *PageSize
  453. *DefaultPageSize: A4
  454. *PageSize A3: "<</Policies <</PageSize 2 /MediaType 2>>
  455. currentdict /MEDIAPOSITION known
  456. { currentdict /MEDIATYPE known
  457. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  458. }{ currentdict /MEDIATYPE known
  459. { MEDIATYPE }{ } ifelse
  460. } ifelse
  461. /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  462. *End
  463. *PageSize A4: "<</Policies <</PageSize 2 /MediaType 2>>
  464. currentdict /MEDIAPOSITION known
  465. { currentdict /MEDIATYPE known
  466. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  467. }{ currentdict /MEDIATYPE known
  468. { MEDIATYPE }{ } ifelse
  469. } ifelse
  470. /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  471. *End
  472. *PageSize A5: "<</Policies <</PageSize 2 /MediaType 2>>
  473. currentdict /MEDIAPOSITION known
  474. { currentdict /MEDIATYPE known
  475. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  476. }{ currentdict /MEDIATYPE known
  477. { MEDIATYPE }{ } ifelse
  478. } ifelse
  479. /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  480. *End
  481. *PageSize A6: "<</Policies <</PageSize 2 /MediaType 2>>
  482. currentdict /MEDIAPOSITION known
  483. { currentdict /MEDIATYPE known
  484. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  485. }{ currentdict /MEDIATYPE known
  486. { MEDIATYPE }{ } ifelse
  487. } ifelse
  488. /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  489. *End
  490. *PageSize B4/B4 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  491. currentdict /MEDIAPOSITION known
  492. { currentdict /MEDIATYPE known
  493. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  494. }{ currentdict /MEDIATYPE known
  495. { MEDIATYPE }{ } ifelse
  496. } ifelse
  497. /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  498. *End
  499. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  500. currentdict /MEDIAPOSITION known
  501. { currentdict /MEDIATYPE known
  502. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  503. }{ currentdict /MEDIATYPE known
  504. { MEDIATYPE }{ } ifelse
  505. } ifelse
  506. /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  507. *End
  508. *PageSize Legal/Legal: "<</Policies <</PageSize 2 /MediaType 2>>
  509. currentdict /MEDIAPOSITION known
  510. { currentdict /MEDIATYPE known
  511. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  512. }{ currentdict /MEDIATYPE known
  513. { MEDIATYPE }{ } ifelse
  514. } ifelse
  515. /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  516. *End
  517. *PageSize Letter/Letter: "<</Policies <</PageSize 2 /MediaType 2>>
  518. currentdict /MEDIAPOSITION known
  519. { currentdict /MEDIATYPE known
  520. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  521. }{ currentdict /MEDIATYPE known
  522. { MEDIATYPE }{ } ifelse
  523. } ifelse
  524. /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  525. *End
  526. *PageSize HalfLetter/HalfLetter: "<</Policies <</PageSize 2 /MediaType 2>>
  527. currentdict /MEDIAPOSITION known
  528. { currentdict /MEDIATYPE known
  529. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  530. }{ currentdict /MEDIATYPE known
  531. { MEDIATYPE }{ } ifelse
  532. } ifelse
  533. /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  534. *End
  535. *PageSize 11x17/11x17: "<</Policies <</PageSize 2 /MediaType 2>>
  536. currentdict /MEDIAPOSITION known
  537. { currentdict /MEDIATYPE known
  538. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  539. }{ currentdict /MEDIATYPE known
  540. { MEDIATYPE }{ } ifelse
  541. } ifelse
  542. /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  543. *End
  544. *PageSize Executive/Executive: "<</Policies <</PageSize 2 /MediaType 2>>
  545. currentdict /MEDIAPOSITION known
  546. { currentdict /MEDIATYPE known
  547. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  548. }{ currentdict /MEDIATYPE known
  549. { MEDIATYPE }{ } ifelse
  550. } ifelse
  551. /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  552. *End
  553. *PageSize F/8x13: "<</Policies <</PageSize 2 /MediaType 2>>
  554. currentdict /MEDIAPOSITION known
  555. { currentdict /MEDIATYPE known
  556. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  557. }{ currentdict /MEDIATYPE known
  558. { MEDIATYPE }{ } ifelse
  559. } ifelse
  560. /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  561. *End
  562. *PageSize Folio/8.25x13: "<</Policies <</PageSize 2 /MediaType 2>>
  563. currentdict /MEDIAPOSITION known
  564. { currentdict /MEDIATYPE known
  565. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  566. }{ currentdict /MEDIATYPE known
  567. { MEDIATYPE }{ } ifelse
  568. } ifelse
  569. /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  570. *End
  571. *PageSize FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2 /MediaType 2>>
  572. currentdict /MEDIAPOSITION known
  573. { currentdict /MEDIATYPE known
  574. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  575. }{ currentdict /MEDIATYPE known
  576. { MEDIATYPE }{ } ifelse
  577. } ifelse
  578. /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  579. *End
  580. *PageSize Env10/Com10 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  581. currentdict /MEDIAPOSITION known
  582. { currentdict /MEDIATYPE known
  583. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  584. }{ currentdict /MEDIATYPE known
  585. { MEDIATYPE }{ } ifelse
  586. } ifelse
  587. /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  588. *End
  589. *PageSize EnvMonarch/Mon. Env: "<</Policies <</PageSize 2 /MediaType 2>>
  590. currentdict /MEDIAPOSITION known
  591. { currentdict /MEDIATYPE known
  592. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  593. }{ currentdict /MEDIATYPE known
  594. { MEDIATYPE }{ } ifelse
  595. } ifelse
  596. /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  597. *End
  598. *PageSize EnvC5/C5 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  599. currentdict /MEDIAPOSITION known
  600. { currentdict /MEDIATYPE known
  601. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  602. }{ currentdict /MEDIATYPE known
  603. { MEDIATYPE }{ } ifelse
  604. } ifelse
  605. /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  606. *End
  607. *PageSize EnvC6/C6 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  608. currentdict /MEDIAPOSITION known
  609. { currentdict /MEDIATYPE known
  610. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  611. }{ currentdict /MEDIATYPE known
  612. { MEDIATYPE }{ } ifelse
  613. } ifelse
  614. /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  615. *End
  616. *PageSize DLEnv/DL Env: "<</Policies <</PageSize 2 /MediaType 2>>
  617. currentdict /MEDIAPOSITION known
  618. { currentdict /MEDIATYPE known
  619. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  620. }{ currentdict /MEDIATYPE known
  621. { MEDIATYPE }{ } ifelse
  622. } ifelse
  623. /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  624. *End
  625. *PageSize 8Kai/8K: "<</Policies <</PageSize 2 /MediaType 2>>
  626. currentdict /MEDIAPOSITION known
  627. { currentdict /MEDIATYPE known
  628. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  629. }{ currentdict /MEDIATYPE known
  630. { MEDIATYPE }{ } ifelse
  631. } ifelse
  632. /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  633. *End
  634. *PageSize 16Kai/16K: "<</Policies <</PageSize 2 /MediaType 2>>
  635. currentdict /MEDIAPOSITION known
  636. { currentdict /MEDIATYPE known
  637. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  638. }{ currentdict /MEDIATYPE known
  639. { MEDIATYPE }{ } ifelse
  640. } ifelse
  641. /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  642. *End
  643. *?PageSize: "
  644. save
  645. currentpagedevice /PageSize get aload pop
  646. 2 copy gt {exch}if (Unknown)
  647. 21 dict
  648. dup [842 1191] (A3) put
  649. dup [595 842] (A4) put
  650. dup [420 595] (A5) put
  651. dup [297 420] (A6) put
  652. dup [729 1032] (B4) put
  653. dup [516 729] (B5) put
  654. dup [612 1008] (Legal) put
  655. dup [612 792] (Letter) put
  656. dup [396 612] (HalfLetter) put
  657. dup [792 1224] (11x17) put
  658. dup [522 756] (Executive) put
  659. dup [576 936] (F) put
  660. dup [595 935] (Folio) put
  661. dup [612 936] (FanFoldGermanLegal) put
  662. dup [297 684] (Env10) put
  663. dup [279 540] (EnvMonarch) put
  664. dup [459 649] (EnvC5) put
  665. dup [323 459] (EnvC6) put
  666. dup [311 623] (DLEnv) put
  667. dup [757 1106] (8Kai) put
  668. dup [553 757] (16Kai) put
  669. {exch aload pop 4 index sub abs 5 le exch 5 index
  670. sub abs 5 le and {exch pop exit}{pop}ifelse
  671. }bind forall = flush pop pop
  672. restore
  673. "
  674. *End
  675. *CloseUI: *PageSize
  676. *OpenUI *PageRegion: PickOne
  677. *OrderDependency: 140 AnySetup *PageRegion
  678. *DefaultPageRegion: A4
  679. *PageRegion A3: "<</Policies <</PageSize 2 /MediaType 2>>
  680. currentdict /MEDIAPOSITION known
  681. { currentdict /MEDIATYPE known
  682. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  683. }{ currentdict /MEDIATYPE known
  684. { MEDIATYPE }{ } ifelse
  685. } ifelse
  686. /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  687. *End
  688. *PageRegion A4: "<</Policies <</PageSize 2 /MediaType 2>>
  689. currentdict /MEDIAPOSITION known
  690. { currentdict /MEDIATYPE known
  691. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  692. }{ currentdict /MEDIATYPE known
  693. { MEDIATYPE }{ } ifelse
  694. } ifelse
  695. /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  696. *End
  697. *PageRegion A5: "<</Policies <</PageSize 2 /MediaType 2>>
  698. currentdict /MEDIAPOSITION known
  699. { currentdict /MEDIATYPE known
  700. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  701. }{ currentdict /MEDIATYPE known
  702. { MEDIATYPE }{ } ifelse
  703. } ifelse
  704. /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  705. *End
  706. *PageRegion A6: "<</Policies <</PageSize 2 /MediaType 2>>
  707. currentdict /MEDIAPOSITION known
  708. { currentdict /MEDIATYPE known
  709. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  710. }{ currentdict /MEDIATYPE known
  711. { MEDIATYPE }{ } ifelse
  712. } ifelse
  713. /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  714. *End
  715. *PageRegion B4/B4 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  716. currentdict /MEDIAPOSITION known
  717. { currentdict /MEDIATYPE known
  718. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  719. }{ currentdict /MEDIATYPE known
  720. { MEDIATYPE }{ } ifelse
  721. } ifelse
  722. /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  723. *End
  724. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  725. currentdict /MEDIAPOSITION known
  726. { currentdict /MEDIATYPE known
  727. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  728. }{ currentdict /MEDIATYPE known
  729. { MEDIATYPE }{ } ifelse
  730. } ifelse
  731. /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  732. *End
  733. *PageRegion Legal/Legal: "<</Policies <</PageSize 2 /MediaType 2>>
  734. currentdict /MEDIAPOSITION known
  735. { currentdict /MEDIATYPE known
  736. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  737. }{ currentdict /MEDIATYPE known
  738. { MEDIATYPE }{ } ifelse
  739. } ifelse
  740. /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  741. *End
  742. *PageRegion Letter/Letter: "<</Policies <</PageSize 2 /MediaType 2>>
  743. currentdict /MEDIAPOSITION known
  744. { currentdict /MEDIATYPE known
  745. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  746. }{ currentdict /MEDIATYPE known
  747. { MEDIATYPE }{ } ifelse
  748. } ifelse
  749. /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  750. *End
  751. *PageRegion HalfLetter/HalfLetter: "<</Policies <</PageSize 2 /MediaType 2>>
  752. currentdict /MEDIAPOSITION known
  753. { currentdict /MEDIATYPE known
  754. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  755. }{ currentdict /MEDIATYPE known
  756. { MEDIATYPE }{ } ifelse
  757. } ifelse
  758. /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  759. *End
  760. *PageRegion 11x17/11x17: "<</Policies <</PageSize 2 /MediaType 2>>
  761. currentdict /MEDIAPOSITION known
  762. { currentdict /MEDIATYPE known
  763. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  764. }{ currentdict /MEDIATYPE known
  765. { MEDIATYPE }{ } ifelse
  766. } ifelse
  767. /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  768. *End
  769. *PageRegion Executive/Executive: "<</Policies <</PageSize 2 /MediaType 2>>
  770. currentdict /MEDIAPOSITION known
  771. { currentdict /MEDIATYPE known
  772. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  773. }{ currentdict /MEDIATYPE known
  774. { MEDIATYPE }{ } ifelse
  775. } ifelse
  776. /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  777. *End
  778. *PageRegion F/8x13: "<</Policies <</PageSize 2 /MediaType 2>>
  779. currentdict /MEDIAPOSITION known
  780. { currentdict /MEDIATYPE known
  781. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  782. }{ currentdict /MEDIATYPE known
  783. { MEDIATYPE }{ } ifelse
  784. } ifelse
  785. /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  786. *End
  787. *PageRegion Folio/8.25x13: "<</Policies <</PageSize 2 /MediaType 2>>
  788. currentdict /MEDIAPOSITION known
  789. { currentdict /MEDIATYPE known
  790. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  791. }{ currentdict /MEDIATYPE known
  792. { MEDIATYPE }{ } ifelse
  793. } ifelse
  794. /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  795. *End
  796. *PageRegion FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2 /MediaType 2>>
  797. currentdict /MEDIAPOSITION known
  798. { currentdict /MEDIATYPE known
  799. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  800. }{ currentdict /MEDIATYPE known
  801. { MEDIATYPE }{ } ifelse
  802. } ifelse
  803. /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  804. *End
  805. *PageRegion Env10/Com10 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  806. currentdict /MEDIAPOSITION known
  807. { currentdict /MEDIATYPE known
  808. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  809. }{ currentdict /MEDIATYPE known
  810. { MEDIATYPE }{ } ifelse
  811. } ifelse
  812. /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  813. *End
  814. *PageRegion EnvMonarch/Mon. Env: "<</Policies <</PageSize 2 /MediaType 2>>
  815. currentdict /MEDIAPOSITION known
  816. { currentdict /MEDIATYPE known
  817. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  818. }{ currentdict /MEDIATYPE known
  819. { MEDIATYPE }{ } ifelse
  820. } ifelse
  821. /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  822. *End
  823. *PageRegion EnvC5/C5 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  824. currentdict /MEDIAPOSITION known
  825. { currentdict /MEDIATYPE known
  826. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  827. }{ currentdict /MEDIATYPE known
  828. { MEDIATYPE }{ } ifelse
  829. } ifelse
  830. /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  831. *End
  832. *PageRegion EnvC6/C6 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  833. currentdict /MEDIAPOSITION known
  834. { currentdict /MEDIATYPE known
  835. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  836. }{ currentdict /MEDIATYPE known
  837. { MEDIATYPE }{ } ifelse
  838. } ifelse
  839. /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  840. *End
  841. *PageRegion DLEnv/DL Env: "<</Policies <</PageSize 2 /MediaType 2>>
  842. currentdict /MEDIAPOSITION known
  843. { currentdict /MEDIATYPE known
  844. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  845. }{ currentdict /MEDIATYPE known
  846. { MEDIATYPE }{ } ifelse
  847. } ifelse
  848. /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  849. *End
  850. *PageRegion 8Kai/8K: "<</Policies <</PageSize 2 /MediaType 2>>
  851. currentdict /MEDIAPOSITION known
  852. { currentdict /MEDIATYPE known
  853. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  854. }{ currentdict /MEDIATYPE known
  855. { MEDIATYPE }{ } ifelse
  856. } ifelse
  857. /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  858. *End
  859. *PageRegion 16Kai/16K: "<</Policies <</PageSize 2 /MediaType 2>>
  860. currentdict /MEDIAPOSITION known
  861. { currentdict /MEDIATYPE known
  862. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  863. }{ currentdict /MEDIATYPE known
  864. { MEDIATYPE }{ } ifelse
  865. } ifelse
  866. /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  867. *End
  868. *CloseUI: *PageRegion
  869. *%========== Information About Media Sizes ==========
  870. *DefaultImageableArea: A4
  871. *ImageableArea A3: "12 12 830 1179"
  872. *ImageableArea A4: "12 12 583 830"
  873. *ImageableArea A5: "12 12 408 583"
  874. *ImageableArea A6: "12 12 285 408"
  875. *ImageableArea B4/B4 (JIS): "12 12 717 1020"
  876. *ImageableArea B5/B5 (JIS): "12 12 504 717"
  877. *ImageableArea Legal/Legal: "12 12 600 996"
  878. *ImageableArea Letter/Letter: "12 12 600 780"
  879. *ImageableArea HalfLetter/HalfLetter: "12 12 384 600"
  880. *ImageableArea 11x17/11x17: "12 12 780 1212"
  881. *ImageableArea Executive/Executive: "12 12 510 744"
  882. *ImageableArea F/8x13: "12 12 564 924"
  883. *ImageableArea Folio/8.25x13: "12 12 583 923"
  884. *ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
  885. *ImageableArea Env10/Com10 Env: "12 12 285 672"
  886. *ImageableArea EnvMonarch/Mon. Env: "12 12 267 528"
  887. *ImageableArea EnvC5/C5 Env: "12 12 447 637"
  888. *ImageableArea EnvC6/C6 Env: "12 12 311 447"
  889. *ImageableArea DLEnv/DL Env: "12 12 299 611"
  890. *ImageableArea 8Kai/8K: "12 12 745 1094"
  891. *ImageableArea 16Kai/16K: "12 12 541 745"
  892. *?ImageableArea: "
  893. save
  894. /cvp {( ) cvs print ( ) print}bind def
  895. newpath clippath pathbbox 4 -2 roll exch
  896. 2 {10000 mul ceiling 10000 div cvp}repeat exch
  897. 2 {10000 mul floor 10000 div cvp}repeat flush
  898. restore
  899. "
  900. *End
  901. *DefaultPaperDimension: A4
  902. *PaperDimension A3: "842 1191"
  903. *PaperDimension A4: "595 842"
  904. *PaperDimension A5: "420 595"
  905. *PaperDimension A6: "297 420"
  906. *PaperDimension B4/B4 (JIS): "729 1032"
  907. *PaperDimension B5/B5 (JIS): "516 729"
  908. *PaperDimension Legal/Legal: "612 1008"
  909. *PaperDimension Letter/Letter: "612 792"
  910. *PaperDimension HalfLetter/HalfLetter: "396 612"
  911. *PaperDimension 11x17/11x17: "792 1224"
  912. *PaperDimension Executive/Executive: "522 756"
  913. *PaperDimension F/8x13: "576 936"
  914. *PaperDimension Folio/8.25x13: "595 935"
  915. *PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
  916. *PaperDimension Env10/Com10 Env: "297 684"
  917. *PaperDimension EnvMonarch/Mon. Env: "279 540"
  918. *PaperDimension EnvC5/C5 Env: "459 649"
  919. *PaperDimension EnvC6/C6 Env: "323 459"
  920. *PaperDimension DLEnv/DL Env: "311 623"
  921. *PaperDimension 8Kai/8K: "757 1106"
  922. *PaperDimension 16Kai/16K: "553 757"
  923. *%========== Media Handling Features ==========
  924. *OpenUI *InputSlot: PickOne
  925. *OrderDependency: 25 AnySetup *InputSlot
  926. *InputSlot BypassTray/Bypass Tray: "
  927. /MEDIAPOSITION {/MediaPosition 0} def
  928. 0 statusdict /setpapertray get exec"
  929. *End
  930. *InputSlot 1Tray/Tray 1: "
  931. /MEDIAPOSITION {/MediaPosition 1} def"
  932. *End
  933. *InputSlot 2Tray/Tray 2: "
  934. /MEDIAPOSITION {/MediaPosition 2} def"
  935. *End
  936. *InputSlot 3Tray/Tray 3: "
  937. /MEDIAPOSITION {/MediaPosition 3} def"
  938. *End
  939. *InputSlot 4Tray/Tray 4: "
  940. /MEDIAPOSITION {/MediaPosition 4} def"
  941. *End
  942. *DefaultInputSlot: 1Tray
  943. *?InputSlot: "
  944. save
  945. [(BypassTray)(1Tray)(2Tray)(3Tray)(4Tray)]
  946. statusdict /papertray get exec {get}stopped
  947. {pop pop (Unknown)}if = flush
  948. restore
  949. "
  950. *End
  951. *CloseUI: *InputSlot
  952. *%=== Custom Paper Support =================
  953. *LeadingEdge PreferLong:""
  954. *DefaultLeadingEdge: PreferLong
  955. *MaxMediaWidth: "842"
  956. *MaxMediaHeight: "1224"
  957. *HWMargins: 12 12 12 12
  958. *%%% *NonUIOrderDependency:151 AnySetup *CustomPageSize (PPDCHECK ERROR)
  959. *CustomPageSize True: "pop pop pop
  960. << /PageSize [ 5 -2 roll ] /ImagingBBox null
  961. /Policies <</PageSize 2 /MediaType 2>>
  962. currentdict /MEDIAPOSITION known
  963. { currentdict /MEDIATYPE known
  964. { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  965. }{ currentdict /MEDIATYPE known
  966. { MEDIATYPE }{ } ifelse
  967. } ifelse
  968. >> setpagedevice"
  969. *End
  970. *ParamCustomPageSize Width: 1 points 256 842
  971. *ParamCustomPageSize Height: 2 points 421 1224
  972. *ParamCustomPageSize WidthOffset: 3 points 0 0
  973. *ParamCustomPageSize HeightOffset: 4 points 0 0
  974. *ParamCustomPageSize Orientation: 5 int 0 1
  975. *NonUIOrderDependency: 151 AnySetup *CustomPageSize True
  976. *RequiresPageRegion BypassTray: False
  977. *RequiresPageRegion 1Tray: True
  978. *RequiresPageRegion 2Tray: True
  979. *RequiresPageRegion 3Tray: True
  980. *RequiresPageRegion 4Tray: True
  981. *% *OpenUI *RICPaperPolicy/Fit to Page: PickOne
  982. *% *OrderDependency: 2 AnySetup *RICPaperPolicy
  983. *% *RICPaperPolicy PromptUser/Prompt User: "
  984. *% <</DeferredMediaSelection true>> setpagedevice"
  985. *% *End
  986. *% *RICPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  987. *% <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  988. *% *End
  989. *% *RICPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  990. *% <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  991. *% *End
  992. *% *DefaultRICPaperPolicy: PromptUser/Prompt User
  993. *% *CloseUI: *RICPaperPolicy
  994. *OpenUI *Duplex/Duplex: PickOne
  995. *OrderDependency: 205 AnySetup *Duplex
  996. *Duplex None/Off: "<</Duplex false>>setpagedevice"
  997. *Duplex DuplexTumble/Short Edge: "<</Duplex true /Tumble true>>setpagedevice"
  998. *Duplex DuplexNoTumble/Long Edge: "<</Duplex true /Tumble false>>setpagedevice"
  999. *DefaultDuplex: None
  1000. *?Duplex: "
  1001. save
  1002. currentpagedevice /Duplex get
  1003. {currentpagedevice /Tumble get
  1004. {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  1005. }{(None)}ifelse = flush
  1006. restore
  1007. "
  1008. *End
  1009. *CloseUI: *Duplex
  1010. *%========== Finishing Features ==========
  1011. *OpenUI *Collate/Collate: Boolean
  1012. *OrderDependency: 200 AnySetup *Collate
  1013. *Collate False/Off: "<</Collate false>>setpagedevice"
  1014. *Collate True/On: "<</Collate true
  1015. /CollateDetails <</Type 6 /AlignSet false>>
  1016. >>setpagedevice"
  1017. *End
  1018. *DefaultCollate: False
  1019. *?Collate: "
  1020. save
  1021. currentpagedevice /Collate get
  1022. {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  1023. restore
  1024. "
  1025. *End
  1026. *CloseUI: *Collate
  1027. *OpenUI *OutputBin/Destination: PickOne
  1028. *OrderDependency: 210 AnySetup *OutputBin
  1029. *OutputBin Default/Standard Tray: "<</OutputType (Standard)>>setpagedevice"
  1030. *OutputBin BinShift/Finisher Shift Tray: "<</OutputType (Fin1000Shift)>>setpagedevice"
  1031. *OutputBin MailBoxBin1/Mail Box Tray1: "<</OutputType (MailBin1)>>setpagedevice"
  1032. *OutputBin MailBoxBin2/Mail Box Tray2: "<</OutputType (MailBin2)>>setpagedevice"
  1033. *OutputBin MailBoxBin3/Mail Box Tray3: "<</OutputType (MailBin3)>>setpagedevice"
  1034. *OutputBin MailBoxBin4/Mail Box Tray4: "<</OutputType (MailBin4)>>setpagedevice"
  1035. *DefaultOutputBin: Default
  1036. *?OutputBin: "
  1037. save
  1038. currentpagedevice /OutputType get = flush
  1039. restore
  1040. "
  1041. *End
  1042. *CloseUI: *OutputBin
  1043. *OpenUI *RIStaple/Staple: PickOne
  1044. *OrderDependency: 220 AnySetup *RIStaple
  1045. *DefaultRIStaple: None
  1046. *RIStaple None/Off: "<< /Staple 0 >> setpagedevice"
  1047. *RIStaple UpperLeft/Top Left Slant: "<< /OutputType (Fin1000Shift)
  1048. /Collate true /CollateDetails <</Type 6 /AlignSet true>>
  1049. /Staple 2 /StapleDetails << /Type 14 /Angle 3 /Position 0 >>
  1050. /LeadingEdge 1
  1051. >> setpagedevice"
  1052. *End
  1053. *RIStaple UpperRight/Top Right Slant: "<< /OutputType (Fin1000Shift)
  1054. /Collate true /CollateDetails <</Type 6 /AlignSet true>>
  1055. /Staple 2 /StapleDetails << /Type 14 /Angle 3 /Position 6 >>
  1056. /LeadingEdge 0
  1057. >> setpagedevice"
  1058. *End
  1059. *RIStaple LowerLeft/Bottom Left Slant: "<< /OutputType (Fin1000Shift)
  1060. /Collate true /CollateDetails <</Type 6 /AlignSet true>>
  1061. /Staple 2 /StapleDetails << /Type 14 /Angle 3 /Position 2 >>
  1062. /LeadingEdge 0
  1063. >> setpagedevice"
  1064. *End
  1065. *RIStaple LowerRight/Bottom Right Slant: "<< /OutputType (Fin1000Shift)
  1066. /Collate true /CollateDetails <</Type 6 /AlignSet true>>
  1067. /Staple 2 /StapleDetails << /Type 14 /Angle 3 /Position 4 >>
  1068. /LeadingEdge 1
  1069. >> setpagedevice"
  1070. *End
  1071. *?RIStaple: "
  1072. save
  1073. currentpagedevice dup /Staple 2 copy known {get 0 eq {
  1074. pop (None)}{/StapleDetails get dup /Type get 14 eq{/Position get
  1075. dup 0 eq{pop (UpperLeft)}{dup 6 eq{pop (LowerLeft)}{
  1076. dup 2 eq{pop (UpperRight)}{dup 4 eq{pop (LowerRight)}{
  1077. {pop (Unknown)}ifelse}ifelse}ifelse
  1078. }ifelse}{pop (Unknown)}ifelse}ifelse}{pop pop pop (Unknown)}ifelse
  1079. = flush
  1080. restore
  1081. "
  1082. *End
  1083. *CloseUI: *RIStaple
  1084. *%========== Resolution and Appearance Control ==========
  1085. *OpenUI *Resolution/Resolution: PickOne
  1086. *OrderDependency: 190 AnySetup *Resolution
  1087. *Resolution 300dpi/300dpi: "<</HWResolution[300 300]>>setpagedevice"
  1088. *Resolution 600dpi/600dpi: "<</HWResolution[600 600]>>setpagedevice"
  1089. *DefaultResolution: 600dpi
  1090. *?Resolution: "
  1091. save
  1092. currentpagedevice /HWResolution get 0 get
  1093. ( ) cvs print (dpi) = flush
  1094. restore
  1095. "
  1096. *End
  1097. *CloseUI: *Resolution
  1098. *OpenUI *RICImagingMode/Print Mode: PickOne
  1099. *OrderDependency: 110 AnySetup *RICImagingMode
  1100. *RICImagingMode None/Through: "
  1101. <</PostRenderingEnhance false>> setpagedevice"
  1102. *End
  1103. *RICImagingMode Smoothing/Edge Smoothing: "<</PostRenderingEnhance true
  1104. /PostRenderingEnhanceDetails << /Type 34 /OutputMode 0>> >> setpagedevice"
  1105. *End
  1106. *RICImagingMode 4rhit/Toner Saving: "<</PostRenderingEnhance true
  1107. /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice"
  1108. *End
  1109. *DefaultRICImagingMode: Smoothing
  1110. *?RICImagingMode: "
  1111. save
  1112. currentpagedevice dup /PostRenderingEnhance get{
  1113. /PostRenderingEnhanceDetails get dup /Type get 34 eq{
  1114. /OutputMode get dup 0 eq{pop (Smoothing)}{dup 3 eq{pop (4rhit)}{
  1115. dup 5 eq{pop (5rhit)}{4 eq{(4rhit)}{(Unknown)}ifelse
  1116. }ifelse}ifelse}ifelse}{pop (Unknown)}ifelse}{pop (None)}ifelse = flush
  1117. restore
  1118. "
  1119. *End
  1120. *CloseUI: *RICImagingMode
  1121. *OpenUI *MediaType/Paper Type: PickOne
  1122. *OrderDependency: 120 AnySetup *MediaType
  1123. *MediaType Plain/Plain: "
  1124. /MEDIATYPE { /MediaType (Plain) } def"
  1125. *End
  1126. *MediaType Recycled/Recycled: "
  1127. /MEDIATYPE { /MediaType (Recycled) } def"
  1128. *End
  1129. *MediaType Special/Special: "
  1130. /MEDIATYPE { /MediaType (Special) } def"
  1131. *End
  1132. *?MediaType: "
  1133. save
  1134. /UK (Unknown) def
  1135. {
  1136. currentpagedevice /MediaType 2 copy known not { UK exit } if
  1137. get dup null eq 1 index (Plain) eq or { (Plain) exit } if
  1138. dup (Recycled) eq { dup exit } if
  1139. dup (Special) eq { dup exit } if
  1140. UK exit
  1141. } bind loop
  1142. mark count 1 sub 2 roll cleartomark
  1143. = flush
  1144. restore
  1145. "
  1146. *End
  1147. *DefaultMediaType: Plain
  1148. *CloseUI: *MediaType
  1149. *%========== Gray Levels and Halftoning ==========
  1150. *DefaultHalftoneType: 1
  1151. *AccurateScreensSupport: True
  1152. *ScreenFreq: "85.0"
  1153. *ScreenAngle: "45.0"
  1154. *ResScreenFreq 300dpi: "60.0"
  1155. *ResScreenAngle 300dpi: "45.0"
  1156. *ResScreenFreq 600dpi: "85.0"
  1157. *ResScreenAngle 600dpi: "45.0"
  1158. *DefaultScreenProc: Dot
  1159. *ScreenProc Dot: "
  1160. {abs exch abs 2 copy add 1 gt
  1161. {1 sub dup mul exch 1 sub dup mul add 1 sub}
  1162. {dup mul exch dup mul add 1 exch sub}
  1163. ifelse}
  1164. "
  1165. *End
  1166. *ScreenProc Line: "{pop}"
  1167. *ScreenProc Ellipse: "
  1168. {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
  1169. "
  1170. *End
  1171. *%========== Font ==========
  1172. *DefaultFont: Courier
  1173. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  1174. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  1175. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  1176. *Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
  1177. *Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
  1178. *Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
  1179. *Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
  1180. *Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
  1181. *Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
  1182. *Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  1183. *Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
  1184. *Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
  1185. *Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
  1186. *Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  1187. *Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
  1188. *Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
  1189. *Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
  1190. *Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
  1191. *Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  1192. *Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
  1193. *Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
  1194. *Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
  1195. *Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
  1196. *Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
  1197. *Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
  1198. *Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
  1199. *Font Carta: Special "(001.001)" Special ROM
  1200. *Font Chicago: Standard "(501.011)" ExtendedRoman ROM
  1201. *Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
  1202. *Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
  1203. *Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
  1204. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  1205. *Font CooperBlack: Standard "(001.003)" Standard ROM
  1206. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  1207. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  1208. *Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
  1209. *Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
  1210. *Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1211. *Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
  1212. *Font Courier: Standard "(501.010)" ExtendedRoman ROM
  1213. *Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
  1214. *Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
  1215. *Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
  1216. *Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
  1217. *Font Geneva: Standard "(501.007)" ExtendedRoman ROM
  1218. *Font GillSans: Standard "(501.009)" ExtendedRoman ROM
  1219. *Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
  1220. *Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
  1221. *Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  1222. *Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
  1223. *Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
  1224. *Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
  1225. *Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
  1226. *Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
  1227. *Font Goudy: Standard "(001.003)" Standard ROM
  1228. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  1229. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  1230. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  1231. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  1232. *Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
  1233. *Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
  1234. *Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1235. *Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
  1236. *Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
  1237. *Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
  1238. *Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
  1239. *Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
  1240. *Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1241. *Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
  1242. *Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
  1243. *Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
  1244. *Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
  1245. *Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
  1246. *Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
  1247. *Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
  1248. *Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
  1249. *Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
  1250. *Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
  1251. *Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  1252. *Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
  1253. *Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
  1254. *Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
  1255. *Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
  1256. *Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
  1257. *Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
  1258. *Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  1259. *Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
  1260. *Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
  1261. *Font Marigold: Standard "(001.000)" Standard ROM
  1262. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  1263. *Font Monaco: Standard "(501.012)" ExtendedRoman ROM
  1264. *Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
  1265. *Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1266. *Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
  1267. *Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
  1268. *Font NewYork: Standard "(501.013)" ExtendedRoman ROM
  1269. *Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
  1270. *Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1271. *Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
  1272. *Font Optima: Standard "(501.010)" ExtendedRoman ROM
  1273. *Font Oxford: Standard "(001.000)" Standard ROM
  1274. *Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
  1275. *Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  1276. *Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
  1277. *Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
  1278. *Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
  1279. *Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
  1280. *Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
  1281. *Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
  1282. *Font Symbol: Special "(001.008)" Special ROM
  1283. *Font Tekton: Standard "(001.001)" Standard ROM
  1284. *Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
  1285. *Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1286. *Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
  1287. *Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
  1288. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
  1289. *Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  1290. *Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
  1291. *Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
  1292. *Font Univers: Standard "(501.009)" ExtendedRoman ROM
  1293. *Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
  1294. *Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
  1295. *Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
  1296. *Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
  1297. *Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
  1298. *Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
  1299. *Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
  1300. *Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
  1301. *Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
  1302. *Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
  1303. *Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
  1304. *Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
  1305. *Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
  1306. *Font Wingdings-Regular: Special "(001.001)" Special ROM
  1307. *Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
  1308. *Font ZapfDingbats: Special "(001.005S)" Special ROM
  1309. *?FontQuery: "
  1310. save
  1311. {count 1 gt {
  1312. exch dup 127 string cvs (/) print print (:) print
  1313. /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
  1314. }{exit}ifelse
  1315. }bind loop (*) = flush
  1316. restore
  1317. "
  1318. *End
  1319. *?FontList: "
  1320. save
  1321. (*) {cvn ==} 128 string /Font resourceforall (*) = flush
  1322. restore
  1323. "
  1324. *End
  1325. *%========== Printer Messages ==========
  1326. *PrinterError: "initializing"
  1327. *PrinterError: "holding"
  1328. *PrinterError: "idle"
  1329. *PrinterError: "busy"
  1330. *PrinterError: "printing"
  1331. *PrinterError: "Warming up"
  1332. *PrinterError: "Energy Save Mode"
  1333. *PrinterError: "Add Staples"
  1334. *PrinterError: "Install Tray #"
  1335. *PrinterError: "Install Duplex Unit"
  1336. *PrinterError: "Remove Paper in Staple Tray"
  1337. *PrinterError: "Remove Paper in Duplex Unit"
  1338. *PrinterError: "Wait for Finish - Staple"
  1339. *PrinterError: "Wait for Finish - Duplex"
  1340. *PrinterError: "Wait for Finish - Finisher"
  1341. *PrinterError: "Remove Paper in StandardTray"
  1342. *PrinterError: "Remove Paper in 1bin Tray"
  1343. *PrinterError: "Remove Paper in Shift Tray"
  1344. *PrinterError: "Remove Paper in OutputTray #"
  1345. *PrinterError: "Remove Misfeed A"
  1346. *PrinterError: "Remove Misfeed B"
  1347. *PrinterError: "Remove Misfeed C"
  1348. *PrinterError: "Remove Misfeed D"
  1349. *PrinterError: "Remove Misfeed E"
  1350. *PrinterError: "Remove Misfeed R"
  1351. *PrinterError: "Remove Misfeed U"
  1352. *PrinterError: "Remove Misfeed Y"
  1353. *PrinterError: "Remove Misfeed X"
  1354. *PrinterError: "miscellaneous error"
  1355. *PrinterError: "serviceman call #1"
  1356. *PrinterError: "copy count over flow"
  1357. *PrinterError: "sort print request canceled"
  1358. *PrinterError: ""
  1359. *PrinterError: "Close Side Bank Cover"
  1360. *PrinterError: "Close Side Main Cover"
  1361. *PrinterError: "Call Service"
  1362. *PrinterError: "Add Toner"
  1363. *Status: "initializing"
  1364. *Status: "holding"
  1365. *Status: "idle"
  1366. *Status: "busy"
  1367. *Status: "printing"
  1368. *Status: "PrinterError: Warming up"
  1369. *Status: "PrinterError: Energy Save Mode"
  1370. *Status: "PrinterError: Add Staple"
  1371. *Status: "PrinterError: Install Tray #"
  1372. *Status: "PrinterError: Install Duplex Unit"
  1373. *Status: "PrinterError: Remove Paper in Staple Tray"
  1374. *Status: "PrinterError: Remove Paper in Duplex Unit"
  1375. *Status: "PrinterError: Wait for Finish - Staple"
  1376. *Status: "PrinterError: Wait for Finish - Duplax"
  1377. *Status: "PrinterError: Wait for Finish - Finisher"
  1378. *Status: "PrinterError: Remove Paper in Standard Tray"
  1379. *Status: "PrinterError: Remove Paper in 1bin Tray"
  1380. *Status: "PrinterError: Remove Paper in Shift Tray"
  1381. *Status: "PrinterError: Remove Paper in Output Tray #"
  1382. *Status: "PrinterError: Remove Misfeed A"
  1383. *Status: "PrinterError: Remove Misfeed B"
  1384. *Status: "PrinterError: Remove Misfeed C"
  1385. *Status: "PrinterError: Remove Misfeed D"
  1386. *Status: "PrinterError: Remove Misfeed E"
  1387. *Status: "PrinterError: Remove Misfeed R"
  1388. *Status: "PrinterError: Remove Misfeed U"
  1389. *Status: "PrinterError: Remove Misfeed Y"
  1390. *Status: "PrinterError: Remove Misfeed Z"
  1391. *Status: "PrinterError: Close Front over"
  1392. *Status: "PrinterError: Close Mailbox Cover"
  1393. *Status: "PrinterError: Close Finisher Cover"
  1394. *Status: "PrinterError: Close Bridge Cover"
  1395. *Status: "PrinterError: Close 1bin Cover"
  1396. *Status: "PrinterError: Close Side Bank Cover"
  1397. *Status: "PrinterError: Close Side Main Cover"
  1398. *Status: "PrinterError: Call Service"
  1399. *Status: "PrinterError: Add Toner"
  1400. *Source: "Parallel"
  1401. *Source: "EtherTalk"
  1402. *Source: "TCP/IP"
  1403. *Source: "SPX/IPX"
  1404. *Source: "NetBEUI"
  1405. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1406. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1407. *Message: "\FontName\ not found, using Courier"
  1408. *%========== Color Separation ==========
  1409. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  1410. *%===== For 85 lpi / 600 dpi =====
  1411. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1412. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1413. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  1414. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  1415. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  1416. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1417. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1418. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1419. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1420. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1421. *%===== For 60 lpi / 300 dpi =====
  1422. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1423. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1424. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15.0"
  1425. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75.0"
  1426. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  1427. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1428. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1429. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1430. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1431. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1432. *% end of Printer Description file for "RICOH Aficio AP2700 PS"