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.

1650 lines
82 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-2001 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% Last Edit Jan.31,2001 for Windows
  10. *FormatVersion: "4.3"
  11. *FileVersion: "1.0"
  12. *% Edited by Microsoft at 2/22/2001. *LanguageEncoding and *LanguageVersion.
  13. *LanguageEncoding: JIS83-RKSJ
  14. *LanguageVersion: Japanese
  15. *PCFileName: "DSAN31B3.PPD"
  16. *Product: "(AD-510PM)"
  17. *PSVersion: "(3011.106) 0"
  18. *ModelName: "SCREEN PT-R4000(AD-510PM) 7J"
  19. *Manufacturer: "DS"
  20. *ShortNickName: "SCREEN PT-R4000(AD-510PM) 7J"
  21. *NickName: "SCREEN PT-R4000(AD-510PM) 7J"
  22. *% ==== Device Capabilities ===============
  23. *LanguageLevel: "3"
  24. *FreeVM: "26214400"
  25. *FCacheSize None: 4194304
  26. *ColorDevice: True
  27. *DefaultColorSpace: Gray
  28. *VariablePaperSize: True
  29. *TTRasterizer: Type42
  30. *FileSystem: True
  31. *?FileSystem: "
  32. save false
  33. (%disk?%)
  34. { currentdevparams dup /Writeable known
  35. { /Writeable get {pop true} if } { pop } ifelse
  36. } 10 string /IODevice resourceforall
  37. {(True)}{(False)} ifelse = flush
  38. restore"
  39. *End
  40. *Throughput: "1"
  41. *Password: "0"
  42. *ExitServer: "
  43. count 0 eq
  44. { false } { true exch startjob } ifelse
  45. not { (WARNING: Cannot modify initial VM.) =
  46. (Missing or invalid password.) =
  47. (Please contact the author of this software.) = flush quit
  48. } if"
  49. *End
  50. *Reset: "
  51. count 0 eq
  52. { false } { true exch startjob } ifelse
  53. not { (WARNING: Cannot reset printer.) =
  54. (Missing or invalid password.) =
  55. (Please contact the author of this software.) = flush quit
  56. } if
  57. systemdict /quit get exec
  58. (WARNING : Printer Reset Failed.) = flush
  59. "
  60. *End
  61. *OpenUI *Resolution/�����\: PickOne
  62. *OrderDependency: 10 AnySetup *Resolution
  63. *DefaultResolution: 1200dpi
  64. *Resolution Default/�f�t�H���g: ""
  65. *Resolution 4000dpi: "(<<) cvx exec /HWResolution [4000 4000] (>>) cvx exec setpagedevice"
  66. *Resolution 2400dpi: "(<<) cvx exec /HWResolution [2400 2400] (>>) cvx exec setpagedevice"
  67. *Resolution 2000dpi: "(<<) cvx exec /HWResolution [2000 2000] (>>) cvx exec setpagedevice"
  68. *Resolution 1200dpi: "(<<) cvx exec /HWResolution [1200 1200] (>>) cvx exec setpagedevice"
  69. *?Resolution: "
  70. save
  71. currentpagedevice /HWResolution get
  72. 0 get ( ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76. *CloseUI: *Resolution
  77. *% Halftone Information ===============
  78. *ScreenFreq: "100"
  79. *ScreenAngle: "45.0"
  80. *ResScreenFreq 4000dpi:"200.0"
  81. *ResScreenAngle 4000dpi:"45.0"
  82. *ResScreenFreq 2400dpi:"175.0"
  83. *ResScreenAngle 2400dpi:"45.0"
  84. *ResScreenFreq 2000dpi:"175.0"
  85. *ResScreenAngle 2000dpi:"45.0"
  86. *ResScreenFreq 1200dpi:"100.0"
  87. *ResScreenAngle 1200dpi:"45.0"
  88. *DefaultHalftoneType: 1
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot:"{abs exch abs 2 copy add 1 le {dup mul exch dup mul add 1 exch sub}
  91. {1 sub dup mul exch 1 sub dup mul add 1 sub}ifelse}"
  92. *End
  93. *ScreenProc Ellipse: "{abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt
  94. {pop dup mul exch .75 div dup mul add 4 div 1 exch sub}{dup 1 gt
  95. {pop 1 exch sub dup mul exch 1 exch sub .75 div dup mul add 4 div 1 sub}
  96. {.5 exch sub exch pop exch pop}ifelse}ifelse}"
  97. *End
  98. *ScreenProc DiamondDot: "{abs exch abs 2 copy add .75 le
  99. {dup mul exch dup mul add 1 exch sub}{2 copy add 1.23 le
  100. {.85 mul add 1 exch sub}{1 sub dup mul exch 1 sub dup mul add 1 sub} ifelse} ifelse}"
  101. *End
  102. *ScreenProc Line: "{exch pop abs neg}"
  103. *ScreenProc Square: "{abs exch abs 2 copy lt {exch}if pop neg}"
  104. *ScreenProc Cross: "{abs exch abs 2 copy gt {exch}if pop neg}"
  105. *DefaultTransfer: Null
  106. *Transfer Null: "{ }"
  107. *Transfer Null.Inverse: "{ 1 exch sub }"
  108. *% Paper Handling =====================
  109. *% Code in this section both selects a tray and sets up a frame buffer.
  110. *OpenUI *PageSize: PickOne
  111. *OrderDependency: 30 AnySetup *PageSize
  112. *DefaultPageSize: A4
  113. *PageSize Letter: "
  114. (<<) cvx exec /PageSize [612 792] /Orientation 0 (>>) cvx exec setpagedevice"
  115. *End
  116. *PageSize Legal: "
  117. (<<) cvx exec /PageSize [612 1008] /Orientation 0 (>>) cvx exec setpagedevice"
  118. *End
  119. *PageSize Tabloid: "
  120. (<<) cvx exec /PageSize [792 1224] /Orientation 0 (>>) cvx exec setpagedevice"
  121. *End
  122. *PageSize A5: "
  123. (<<) cvx exec /PageSize [420 595] /Orientation 0 (>>) cvx exec setpagedevice"
  124. *End
  125. *PageSize A4: "
  126. (<<) cvx exec /PageSize [595 842] /Orientation 0 (>>) cvx exec setpagedevice"
  127. *End
  128. *PageSize A3: "
  129. (<<) cvx exec /PageSize [842 1191] /Orientation 0 (>>) cvx exec setpagedevice"
  130. *End
  131. *PageSize A2: "
  132. (<<) cvx exec /PageSize [1191 1684] /Orientation 0 (>>) cvx exec setpagedevice"
  133. *End
  134. *PageSize B5: "
  135. (<<) cvx exec /PageSize [516 729] /Orientation 0 (>>) cvx exec setpagedevice"
  136. *End
  137. *PageSize B4: "
  138. (<<) cvx exec /PageSize [729 1032] /Orientation 0 (>>) cvx exec setpagedevice"
  139. *End
  140. *PageSize B3: "
  141. (<<) cvx exec /PageSize [1032 1460] /Orientation 0 (>>) cvx exec setpagedevice"
  142. *End
  143. *PageSize B2: "
  144. (<<) cvx exec /PageSize [1460 2064] /Orientation 0 (>>) cvx exec setpagedevice"
  145. *End
  146. *PageSize Letter.Transverse: "
  147. (<<) cvx exec /PageSize [612 792] /Orientation 3 (>>) cvx exec setpagedevice"
  148. *End
  149. *PageSize Legal.Transverse: "
  150. (<<) cvx exec /PageSize [612 1008] /Orientation 3 (>>) cvx exec setpagedevice"
  151. *End
  152. *PageSize Tabloid.Transverse: "
  153. (<<) cvx exec /PageSize [792 1224] /Orientation 3 (>>) cvx exec setpagedevice"
  154. *End
  155. *PageSize A5.Transverse: "
  156. (<<) cvx exec /PageSize [420 595] /Orientation 3 (>>) cvx exec setpagedevice"
  157. *End
  158. *PageSize A4.Transverse: "
  159. (<<) cvx exec /PageSize [595 842] /Orientation 3 (>>) cvx exec setpagedevice"
  160. *End
  161. *PageSize A3.Transverse: "
  162. (<<) cvx exec /PageSize [842 1191] /Orientation 3 (>>) cvx exec setpagedevice"
  163. *End
  164. *PageSize A2.Transverse: "
  165. (<<) cvx exec /PageSize [1191 1684] /Orientation 3 (>>) cvx exec setpagedevice"
  166. *End
  167. *PageSize B5.Transverse: "
  168. (<<) cvx exec /PageSize [516 729] /Orientation 3 (>>) cvx exec setpagedevice"
  169. *End
  170. *PageSize B4.Transverse: "
  171. (<<) cvx exec /PageSize [729 1032] /Orientation 3 (>>) cvx exec setpagedevice"
  172. *End
  173. *PageSize B3.Transverse: "
  174. (<<) cvx exec /PageSize [1032 1460] /Orientation 3 (>>) cvx exec setpagedevice"
  175. *End
  176. *PageSize LetterExtra: "
  177. (<<) cvx exec /PageSize [683 863] /Orientation 0 (>>) cvx exec setpagedevice"
  178. *End
  179. *PageSize LegalExtra: "
  180. (<<) cvx exec /PageSize [683 1079] /Orientation 0 (>>) cvx exec setpagedevice"
  181. *End
  182. *PageSize TabloidExtra: "
  183. (<<) cvx exec /PageSize [863 1295] /Orientation 0 (>>) cvx exec setpagedevice"
  184. *End
  185. *PageSize A5Extra: "
  186. (<<) cvx exec /PageSize [490 666] /Orientation 0 (>>) cvx exec setpagedevice"
  187. *End
  188. *PageSize A4Extra: "
  189. (<<) cvx exec /PageSize [666 913] /Orientation 0 (>>) cvx exec setpagedevice"
  190. *End
  191. *PageSize A3Extra: "
  192. (<<) cvx exec /PageSize [913 1261] /Orientation 0 (>>) cvx exec setpagedevice"
  193. *End
  194. *PageSize A2Extra: "
  195. (<<) cvx exec /PageSize [1261 1755] /Orientation 0 (>>) cvx exec setpagedevice"
  196. *End
  197. *PageSize B5Extra: "
  198. (<<) cvx exec /PageSize [587 799] /Orientation 0 (>>) cvx exec setpagedevice"
  199. *End
  200. *PageSize B4Extra: "
  201. (<<) cvx exec /PageSize [799 1103] /Orientation 0 (>>) cvx exec setpagedevice"
  202. *End
  203. *PageSize B3Extra: "
  204. (<<) cvx exec /PageSize [1103 1531] /Orientation 0 (>>) cvx exec setpagedevice"
  205. *End
  206. *PageSize B2Extra: "
  207. (<<) cvx exec /PageSize [1531 2134] /Orientation 0 (>>) cvx exec setpagedevice"
  208. *End
  209. *PageSize LetterExtra.Transverse: "
  210. (<<) cvx exec /PageSize [683 863] /Orientation 3 (>>) cvx exec setpagedevice"
  211. *End
  212. *PageSize LegalExtra.Transverse: "
  213. (<<) cvx exec /PageSize [683 1079] /Orientation 3 (>>) cvx exec setpagedevice"
  214. *End
  215. *PageSize TabloidExtra.Transverse: "
  216. (<<) cvx exec /PageSize [863 1295] /Orientation 3 (>>) cvx exec setpagedevice"
  217. *End
  218. *PageSize A5Extra.Transverse: "
  219. (<<) cvx exec /PageSize [490 666] /Orientation 3 (>>) cvx exec setpagedevice"
  220. *End
  221. *PageSize A4Extra.Transverse: "
  222. (<<) cvx exec /PageSize [666 913] /Orientation 3 (>>) cvx exec setpagedevice"
  223. *End
  224. *PageSize A3Extra.Transverse: "
  225. (<<) cvx exec /PageSize [913 1261] /Orientation 3 (>>) cvx exec setpagedevice"
  226. *End
  227. *PageSize A2Extra.Transverse: "
  228. (<<) cvx exec /PageSize [1261 1755] /Orientation 3 (>>) cvx exec setpagedevice"
  229. *End
  230. *PageSize B5Extra.Transverse: "
  231. (<<) cvx exec /PageSize [587 799] /Orientation 3 (>>) cvx exec setpagedevice"
  232. *End
  233. *PageSize B4Extra.Transverse: "
  234. (<<) cvx exec /PageSize [799 1103] /Orientation 3 (>>) cvx exec setpagedevice"
  235. *End
  236. *PageSize B3Extra.Transverse: "
  237. (<<) cvx exec /PageSize [1103 1531] /Orientation 3 (>>) cvx exec setpagedevice"
  238. *End
  239. *?PageSize: "
  240. save
  241. currentpagedevice /PageSize get aload pop
  242. 2 copy gt {exch} if
  243. currentpagedevice /Orientation get 2 mod 0 ne {exch} if
  244. (Unknown)
  245. (<<) cvx exec
  246. [612 792] (Letter)
  247. [612 1008] (Legal)
  248. [792 1224] (Tabloid)
  249. [420 595] (A5)
  250. [595 842] (A4)
  251. [842 1191] (A3)
  252. [1191 1684] (A2)
  253. [516 729] (B5)
  254. [729 1032] (B4)
  255. [1032 1460] (B3)
  256. [1460 2064] (B2)
  257. [792 612] (Letter.Transverse)
  258. [1008 612] (Legal.Transverse)
  259. [1224 792] (Tabloid.Transverse)
  260. [595 420] (A5.Transverse)
  261. [842 595] (A4.Transverse)
  262. [1191 842] (A3.Transverse)
  263. [1684 1191] (A2.Transverse)
  264. [729 516] (B5.Transverse)
  265. [1032 729] (B4.Transverse)
  266. [1460 1032] (B3.Transverse)
  267. [683 863] (LetterExtra)
  268. [683 1079] (LegalExtra)
  269. [863 1295] (TabloidExtra)
  270. [490 666] (A5Extra)
  271. [666 913] (A4Extra)
  272. [913 1261] (A3Extra)
  273. [1261 1755] (A2Extra)
  274. [587 799] (B5Extra)
  275. [799 1103] (B4Extra)
  276. [1103 1531] (B3Extra)
  277. [1531 2134] (B2Extra)
  278. [863 683] (LetterExtra.Transverse)
  279. [1079 683] (LegalExtra.Transverse)
  280. [1295 863] (TabloidExtra.Transverse)
  281. [666 490] (A5Extra.Transverse)
  282. [913 666] (A4Extra.Transverse)
  283. [1261 913] (A3Extra.Transverse)
  284. [1755 1261] (A2Extra.Transverse)
  285. [799 587] (B5Extra.Transverse)
  286. [1103 799] (B4Extra.Transverse)
  287. [1531 1103] (B3Extra.Transverse)
  288. (>>) cvx exec
  289. { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  290. { exch pop exit } {pop} ifelse
  291. } bind forall = flush pop pop
  292. restore
  293. "
  294. *End
  295. *CloseUI: *PageSize
  296. *OpenUI *PageRegion: PickOne
  297. *OrderDependency: 40 AnySetup *PageRegion
  298. *DefaultPageRegion: A4
  299. *PageRegion Letter: "
  300. (<<) cvx exec /PageSize [612 792] /Orientation 0 (>>) cvx exec setpagedevice"
  301. *End
  302. *PageRegion Legal: "
  303. (<<) cvx exec /PageSize [612 1008] /Orientation 0 (>>) cvx exec setpagedevice"
  304. *End
  305. *PageRegion Tabloid: "
  306. (<<) cvx exec /PageSize [792 1224] /Orientation 0 (>>) cvx exec setpagedevice"
  307. *End
  308. *PageRegion A5: "
  309. (<<) cvx exec /PageSize [420 595] /Orientation 0 (>>) cvx exec setpagedevice"
  310. *End
  311. *PageRegion A4: "
  312. (<<) cvx exec /PageSize [595 842] /Orientation 0 (>>) cvx exec setpagedevice"
  313. *End
  314. *PageRegion A3: "
  315. (<<) cvx exec /PageSize [842 1191] /Orientation 0 (>>) cvx exec setpagedevice"
  316. *End
  317. *PageRegion A2: "
  318. (<<) cvx exec /PageSize [1191 1684] /Orientation 0 (>>) cvx exec setpagedevice"
  319. *End
  320. *PageRegion B5: "
  321. (<<) cvx exec /PageSize [516 729] /Orientation 0 (>>) cvx exec setpagedevice"
  322. *End
  323. *PageRegion B4: "
  324. (<<) cvx exec /PageSize [729 1032] /Orientation 0 (>>) cvx exec setpagedevice"
  325. *End
  326. *PageRegion B3: "
  327. (<<) cvx exec /PageSize [1032 1460] /Orientation 0 (>>) cvx exec setpagedevice"
  328. *End
  329. *PageRegion B2: "
  330. (<<) cvx exec /PageSize [1460 2064] /Orientation 0 (>>) cvx exec setpagedevice"
  331. *End
  332. *PageRegion Letter.Transverse: "
  333. (<<) cvx exec /PageSize [612 792] /Orientation 3 (>>) cvx exec setpagedevice"
  334. *End
  335. *PageRegion Legal.Transverse: "
  336. (<<) cvx exec /PageSize [612 1008] /Orientation 3 (>>) cvx exec setpagedevice"
  337. *End
  338. *PageRegion Tabloid.Transverse: "
  339. (<<) cvx exec /PageSize [792 1224] /Orientation 3 (>>) cvx exec setpagedevice"
  340. *End
  341. *PageRegion A5.Transverse: "
  342. (<<) cvx exec /PageSize [420 595] /Orientation 3 (>>) cvx exec setpagedevice"
  343. *End
  344. *PageRegion A4.Transverse: "
  345. (<<) cvx exec /PageSize [595 842] /Orientation 3 (>>) cvx exec setpagedevice"
  346. *End
  347. *PageRegion A3.Transverse: "
  348. (<<) cvx exec /PageSize [842 1191] /Orientation 3 (>>) cvx exec setpagedevice"
  349. *End
  350. *PageRegion A2.Transverse: "
  351. (<<) cvx exec /PageSize [1191 1684] /Orientation 3 (>>) cvx exec setpagedevice"
  352. *End
  353. *PageRegion B5.Transverse: "
  354. (<<) cvx exec /PageSize [516 729] /Orientation 3 (>>) cvx exec setpagedevice"
  355. *End
  356. *PageRegion B4.Transverse: "
  357. (<<) cvx exec /PageSize [729 1032] /Orientation 3 (>>) cvx exec setpagedevice"
  358. *End
  359. *PageRegion B3.Transverse: "
  360. (<<) cvx exec /PageSize [1032 1460] /Orientation 3 (>>) cvx exec setpagedevice"
  361. *End
  362. *PageRegion LetterExtra: "
  363. (<<) cvx exec /PageSize [683 863] /Orientation 0 (>>) cvx exec setpagedevice"
  364. *End
  365. *PageRegion LegalExtra: "
  366. (<<) cvx exec /PageSize [683 1079] /Orientation 0 (>>) cvx exec setpagedevice"
  367. *End
  368. *PageRegion TabloidExtra: "
  369. (<<) cvx exec /PageSize [863 1295] /Orientation 0 (>>) cvx exec setpagedevice"
  370. *End
  371. *PageRegion A5Extra: "
  372. (<<) cvx exec /PageSize [490 666] /Orientation 0 (>>) cvx exec setpagedevice"
  373. *End
  374. *PageRegion A4Extra: "
  375. (<<) cvx exec /PageSize [666 913] /Orientation 0 (>>) cvx exec setpagedevice"
  376. *End
  377. *PageRegion A3Extra: "
  378. (<<) cvx exec /PageSize [913 1261] /Orientation 0 (>>) cvx exec setpagedevice"
  379. *End
  380. *PageRegion A2Extra: "
  381. (<<) cvx exec /PageSize [1261 1755] /Orientation 0 (>>) cvx exec setpagedevice"
  382. *End
  383. *PageRegion B5Extra: "
  384. (<<) cvx exec /PageSize [587 799] /Orientation 0 (>>) cvx exec setpagedevice"
  385. *End
  386. *PageRegion B4Extra: "
  387. (<<) cvx exec /PageSize [799 1103] /Orientation 0 (>>) cvx exec setpagedevice"
  388. *End
  389. *PageRegion B3Extra: "
  390. (<<) cvx exec /PageSize [1103 1531] /Orientation 0 (>>) cvx exec setpagedevice"
  391. *End
  392. *PageRegion B2Extra: "
  393. (<<) cvx exec /PageSize [1531 2134] /Orientation 0 (>>) cvx exec setpagedevice"
  394. *End
  395. *PageRegion LetterExtra.Transverse: "
  396. (<<) cvx exec /PageSize [683 863] /Orientation 3 (>>) cvx exec setpagedevice"
  397. *End
  398. *PageRegion LegalExtra.Transverse: "
  399. (<<) cvx exec /PageSize [683 1079] /Orientation 3 (>>) cvx exec setpagedevice"
  400. *End
  401. *PageRegion TabloidExtra.Transverse: "
  402. (<<) cvx exec /PageSize [863 1295] /Orientation 3 (>>) cvx exec setpagedevice"
  403. *End
  404. *PageRegion A5Extra.Transverse: "
  405. (<<) cvx exec /PageSize [490 666] /Orientation 3 (>>) cvx exec setpagedevice"
  406. *End
  407. *PageRegion A4Extra.Transverse: "
  408. (<<) cvx exec /PageSize [666 913] /Orientation 3 (>>) cvx exec setpagedevice"
  409. *End
  410. *PageRegion A3Extra.Transverse: "
  411. (<<) cvx exec /PageSize [913 1261] /Orientation 3 (>>) cvx exec setpagedevice"
  412. *End
  413. *PageRegion A2Extra.Transverse: "
  414. (<<) cvx exec /PageSize [1261 1755] /Orientation 3 (>>) cvx exec setpagedevice"
  415. *End
  416. *PageRegion B5Extra.Transverse: "
  417. (<<) cvx exec /PageSize [587 799] /Orientation 3 (>>) cvx exec setpagedevice"
  418. *End
  419. *PageRegion B4Extra.Transverse: "
  420. (<<) cvx exec /PageSize [799 1103] /Orientation 3 (>>) cvx exec setpagedevice"
  421. *End
  422. *PageRegion B3Extra.Transverse: "
  423. (<<) cvx exec /PageSize [1103 1531] /Orientation 3 (>>) cvx exec setpagedevice"
  424. *End
  425. *CloseUI: *PageRegion
  426. *DefaultImageableArea: A4
  427. *ImageableArea Letter: "0 1 612 792"
  428. *ImageableArea Legal: "0 1 612 1008"
  429. *ImageableArea Tabloid: "0 1 792 1224"
  430. *ImageableArea A5: "0 1 420 595"
  431. *ImageableArea A4: "0 1 595 842"
  432. *ImageableArea A3: "0 1 842 1191"
  433. *ImageableArea A2: "0 1 1191 1684"
  434. *ImageableArea B5: "0 1 516 729"
  435. *ImageableArea B4: "0 1 729 1032"
  436. *ImageableArea B3: "0 1 1032 1460"
  437. *ImageableArea B2: "0 1 1460 2064"
  438. *ImageableArea Letter.Transverse: "0 1 612 792"
  439. *ImageableArea Legal.Transverse: "0 1 612 1008"
  440. *ImageableArea Tabloid.Transverse: "0 1 792 1224"
  441. *ImageableArea A5.Transverse: "0 1 420 595"
  442. *ImageableArea A4.Transverse: "0 1 595 842"
  443. *ImageableArea A3.Transverse: "0 1 842 1191"
  444. *ImageableArea A2.Transverse: "0 1 1191 1684"
  445. *ImageableArea B5.Transverse: "0 1 516 729"
  446. *ImageableArea B4.Transverse: "0 1 729 1032"
  447. *ImageableArea B3.Transverse: "0 1 1032 1460"
  448. *ImageableArea LetterExtra: "0 1 683 863"
  449. *ImageableArea LegalExtra: "0 1 683 1079"
  450. *ImageableArea TabloidExtra: "0 1 863 1295"
  451. *ImageableArea A5Extra: "0 1 490 666"
  452. *ImageableArea A4Extra: "0 1 666 913"
  453. *ImageableArea A3Extra: "0 1 913 1261"
  454. *ImageableArea A2Extra: "0 1 1261 1755"
  455. *ImageableArea B5Extra: "0 1 587 799"
  456. *ImageableArea B4Extra: "0 1 799 1103"
  457. *ImageableArea B3Extra: "0 1 1103 1531"
  458. *ImageableArea B2Extra: "0 1 1531 2134"
  459. *ImageableArea LetterExtra.Transverse: "0 1 683 863"
  460. *ImageableArea LegalExtra.Transverse: "0 1 683 1079"
  461. *ImageableArea TabloidExtra.Transverse: "0 1 863 1295"
  462. *ImageableArea A5Extra.Transverse: "0 1 490 666"
  463. *ImageableArea A4Extra.Transverse: "0 1 666 913"
  464. *ImageableArea A3Extra.Transverse: "0 1 913 1261"
  465. *ImageableArea A2Extra.Transverse: "0 1 1261 1755"
  466. *ImageableArea B5Extra.Transverse: "0 1 587 799"
  467. *ImageableArea B4Extra.Transverse: "0 1 799 1103"
  468. *ImageableArea B3Extra.Transverse: "0 1 1103 1531"
  469. *?ImageableArea: "
  470. save
  471. /cvp { ( ) cvs print ( ) print } bind def
  472. /upperright {10000 mul floor 10000 div} bind def
  473. /lowerleft {10000 mul ceiling 10000 div} bind def
  474. newpath clippath pathbbox
  475. 4 -2 roll exch 2 {lowerleft cvp} repeat
  476. exch 2 {upperright cvp} repeat flush
  477. restore
  478. "
  479. *End
  480. *% These provide the physical dimensions of the paper (by keyword)
  481. *DefaultPaperDimension: A4
  482. *PaperDimension Letter: "612 792"
  483. *PaperDimension Legal: "612 1008"
  484. *PaperDimension Tabloid: "792 1224"
  485. *PaperDimension A5: "420 595"
  486. *PaperDimension A4: "595 842"
  487. *PaperDimension A3: "842 1191"
  488. *PaperDimension A2: "1191 1684"
  489. *PaperDimension B5: "516 729"
  490. *PaperDimension B4: "729 1032"
  491. *PaperDimension B3: "1032 1460"
  492. *PaperDimension B2: "1460 2064"
  493. *PaperDimension Letter.Transverse: "612 793"
  494. *PaperDimension Legal.Transverse: "612 1009"
  495. *PaperDimension Tabloid.Transverse: "792 1225"
  496. *PaperDimension A5.Transverse: "420 596"
  497. *PaperDimension A4.Transverse: "595 843"
  498. *PaperDimension A3.Transverse: "842 1192"
  499. *PaperDimension A2.Transverse: "1191 1685"
  500. *PaperDimension B5.Transverse: "516 730"
  501. *PaperDimension B4.Transverse: "729 1033"
  502. *PaperDimension B3.Transverse: "1032 1461"
  503. *PaperDimension LetterExtra: "683 863"
  504. *PaperDimension LegalExtra: "683 1079"
  505. *PaperDimension TabloidExtra: "863 1295"
  506. *PaperDimension A5Extra: "490 666"
  507. *PaperDimension A4Extra: "666 913"
  508. *PaperDimension A3Extra: "913 1261"
  509. *PaperDimension A2Extra: "1261 1755"
  510. *PaperDimension B5Extra: "587 799"
  511. *PaperDimension B4Extra: "799 1103"
  512. *PaperDimension B3Extra: "1103 1531"
  513. *PaperDimension B2Extra: "1531 2134"
  514. *PaperDimension LetterExtra.Transverse: "683 864"
  515. *PaperDimension LegalExtra.Transverse: "683 1080"
  516. *PaperDimension TabloidExtra.Transverse: "863 1296"
  517. *PaperDimension A5Extra.Transverse: "490 667"
  518. *PaperDimension A4Extra.Transverse: "666 914"
  519. *PaperDimension A3Extra.Transverse: "913 1262"
  520. *PaperDimension A2Extra.Transverse: "1261 1756"
  521. *PaperDimension B5Extra.Transverse: "587 800"
  522. *PaperDimension B4Extra.Transverse: "799 1104"
  523. *PaperDimension B3Extra.Transverse: "1103 1532"
  524. *% Custom Page Sizes ====================
  525. *CustomPageSize True: "
  526. (<<) cvx exec
  527. 6 1 roll dup 3 add 4 mod /Orientation exch
  528. /Margins 6 -2 roll 2 array astore
  529. 5 -1 roll 0 le
  530. { /PageSize 7 -2 roll exch 2 array astore }
  531. { /PageSize 7 -2 roll 2 array astore } ifelse
  532. /ImagingBBox null
  533. (>>) cvx exec
  534. setpagedevice
  535. "
  536. *End
  537. *ParamCustomPageSize Width: 1 points 0 1828
  538. *ParamCustomPageSize Height: 2 points 0 2352
  539. *ParamCustomPageSize WidthOffset: 3 points 0 1827
  540. *ParamCustomPageSize HeightOffset: 4 points 0 2351
  541. *ParamCustomPageSize Orientation: 5 int 0 3
  542. *MaxMediaWidth: "1828"
  543. *MaxMediaHeight: "2352"
  544. *LeadingEdge Short: ""
  545. *LeadingEdge Long: ""
  546. *DefaultLeadingEdge: Long
  547. *CenterRegistered: False
  548. *RequiresPageRegion All: True
  549. *OpenUI *ADNegativePrint/�|�W�E�l�K: Boolean
  550. *OrderDependency: 40 AnySetup *ADNegativePrint
  551. *DefaultNegativePrint: Default
  552. *ADNegativePrint Default/�f�t�H���g: ""
  553. *ADNegativePrint False/�|�W: "(<<) cvx exec /NegativePrint false (>>) cvx exec setpagedevice"
  554. *ADNegativePrint True/�l�K: "(<<) cvx exec /NegativePrint true (>>) cvx exec setpagedevice"
  555. *?ADNegativePrint: "
  556. save
  557. currentpagedevice/NegativePrint get{(True)}{(False)}ifelse = flush
  558. restore
  559. "
  560. *End
  561. *CloseUI: *ADNegativePrint
  562. *OpenUI *ADMirrorPrint/�~���[�ݒ�:Boolean
  563. *OrderDependency: 40 AnySetup *ADMirrorPrint
  564. *DefaultMirrorPrint: Default
  565. *ADMirrorPrint Default/�f�t�H���g: ""
  566. *ADMirrorPrint False/�I�t: "(<<) cvx exec /MirrorPrint false (>>) cvx exec setpagedevice"
  567. *ADMirrorPrint True/�I��: "(<<) cvx exec /MirrorPrint true (>>) cvx exec setpagedevice"
  568. *?ADMirrorPrint: "
  569. save
  570. currentpagedevice/MirrorPrint get{(True)}{(False)}ifelse = flush
  571. restore
  572. "
  573. *End
  574. *CloseUI: *ADMirrorPrint
  575. *DefaultOutputOrder: Normal
  576. *% Font Information =====================
  577. *DefaultFont: Courier
  578. *Font AdobeSansMM: Standard "(001.000)" Standard Disk
  579. *Font AdobeSerifMM: Standard "(001.001)" Standard Disk
  580. *Font AlbertusMT: Standard "(001.000)" Standard Disk
  581. *Font AlbertusMT-Italic: Standard "(001.000)" Standard Disk
  582. *Font AlbertusMT-Light: Standard "(001.000)" Standard Disk
  583. *Font AntiqueOlive-Bold: Standard "(001.001)" Standard Disk
  584. *Font AntiqueOlive-Compact: Standard "(001.001)" Standard Disk
  585. *Font AntiqueOlive-Italic: Standard "(001.001)" Standard Disk
  586. *Font AntiqueOlive-Roman: Standard "(001.001)" Standard Disk
  587. *Font Apple-Chancery: Standard "(2.0)" Standard Disk
  588. *Font Arial-BoldItalicMT: Standard "(MS core font:v2.00)" Standard Disk
  589. *Font Arial-BoldMT: Standard "(MS core font:v2.00)" Standard Disk
  590. *Font Arial-ItalicMT: Standard "(MS core font:v2.00)" Standard Disk
  591. *Font ArialMT: Standard "(MS core font:v2.00)" Standard Disk
  592. *Font AvantGarde-Book: Standard "(002.000)" Standard Disk
  593. *Font AvantGarde-BookOblique: Standard "(002.000)" Standard Disk
  594. *Font AvantGarde-Demi: Standard "(002.000)" Standard Disk
  595. *Font AvantGarde-DemiOblique: Standard "(002.000)" Standard Disk
  596. *Font Bodoni: Standard "(001.002)" Standard Disk
  597. *Font Bodoni-Bold: Standard "(001.002)" Standard Disk
  598. *Font Bodoni-BoldItalic: Standard "(001.002)" Standard Disk
  599. *Font Bodoni-Italic: Standard "(001.002)" Standard Disk
  600. *Font Bodoni-Poster: Standard "(001.002)" Standard Disk
  601. *Font Bodoni-PosterCompressed: Standard "(001.001)" Standard Disk
  602. *Font Bookman-Demi: Standard "(002.000)" Standard Disk
  603. *Font Bookman-DemiItalic: Standard "(002.000)" Standard Disk
  604. *Font Bookman-Light: Standard "(002.000)" Standard Disk
  605. *Font Bookman-LightItalic: Standard "(002.000)" Standard Disk
  606. *Font Carta: Standard "(001.001)" Standard Disk
  607. *Font Chicago: Standard "(2.0)" Standard Disk
  608. *Font Clarendon: Standard "(001.001)" Standard Disk
  609. *Font Clarendon-Bold: Standard "(001.001)" Standard Disk
  610. *Font Clarendon-Light: Standard "(001.001)" Standard Disk
  611. *Font CooperBlack: Standard "(001.003)" Standard Disk
  612. *Font CooperBlack-Italic: Standard "(001.003)" Standard Disk
  613. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard Disk
  614. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard Disk
  615. *Font Coronet-Regular: Standard "(001.000)" Standard Disk
  616. *Font Courier: Standard "(003.000)" Standard Disk
  617. *Font Courier-Bold: Standard "(003.000)" Standard Disk
  618. *Font Courier-BoldOblique: Standard "(003.000)" Standard Disk
  619. *Font Courier-Oblique: Standard "(003.000)" Standard Disk
  620. *Font Eurostile: Standard "(001.002)" Standard Disk
  621. *Font Eurostile-Bold: Standard "(001.001)" Standard Disk
  622. *Font Eurostile-BoldExtendedTwo: Standard "(001.002)" Standard Disk
  623. *Font Eurostile-ExtendedTwo: Standard "(001.002)" Standard Disk
  624. *Font Geneva: Standard "(2.0)" Standard Disk
  625. *Font GillSans: Standard "(001.002)" Standard Disk
  626. *Font GillSans-Bold: Standard "(001.001)" Standard Disk
  627. *Font GillSans-BoldCondensed: Standard "(001.001)" Standard Disk
  628. *Font GillSans-BoldItalic: Standard "(001.002)" Standard Disk
  629. *Font GillSans-Condensed: Standard "(001.001)" Standard Disk
  630. *Font GillSans-ExtraBold: Standard "(001.001)" Standard Disk
  631. *Font GillSans-Italic: Standard "(001.002)" Standard Disk
  632. *Font GillSans-Light: Standard "(001.001)" Standard Disk
  633. *Font GillSans-LightItalic: Standard "(001.002)" Standard Disk
  634. *Font Goudy: Standard "(001.003)" Standard Disk
  635. *Font Goudy-Bold: Standard "(001.002)" Standard Disk
  636. *Font Goudy-BoldItalic: Standard "(001.002)" Standard Disk
  637. *Font Goudy-ExtraBold: Standard "(001.001)" Standard Disk
  638. *Font Goudy-Italic: Standard "(001.002)" Standard Disk
  639. *Font Helvetica: Standard "(002.000)" Standard Disk
  640. *Font Helvetica-Bold: Standard "(002.000)" Standard Disk
  641. *Font Helvetica-BoldOblique: Standard "(002.000)" Standard Disk
  642. *Font Helvetica-Condensed: Standard "(002.000)" Standard Disk
  643. *Font Helvetica-Condensed-Bold: Standard "(002.000)" Standard Disk
  644. *Font Helvetica-Condensed-BoldObl: Standard "(002.000)" Standard Disk
  645. *Font Helvetica-Condensed-Oblique: Standard "(002.000)" Standard Disk
  646. *Font Helvetica-Narrow: Standard "(002.000)" Standard Disk
  647. *Font Helvetica-Narrow-Bold: Standard "(002.000)" Standard Disk
  648. *Font Helvetica-Narrow-BoldOblique: Standard "(002.000)" Standard Disk
  649. *Font Helvetica-Narrow-Oblique: Standard "(002.000)" Standard Disk
  650. *Font Helvetica-Oblique: Standard "(002.000)" Standard Disk
  651. *Font HoeflerText-Black: Standard "(2.0)" Standard Disk
  652. *Font HoeflerText-BlackItalic: Standard "(2.0)" Standard Disk
  653. *Font HoeflerText-Italic: Standard "(2.0)" Standard Disk
  654. *Font HoeflerText-Ornaments: Standard "(2.0)" Standard Disk
  655. *Font HoeflerText-Regular: Standard "(2.0)" Standard Disk
  656. *Font JoannaMT: Standard "(001.000)" Standard Disk
  657. *Font JoannaMT-Bold: Standard "(001.000)" Standard Disk
  658. *Font JoannaMT-BoldItalic: Standard "(001.000)" Standard Disk
  659. *Font JoannaMT-Italic: Standard "(001.000)" Standard Disk
  660. *Font LetterGothic: Standard "(001.004)" Standard Disk
  661. *Font LetterGothic-Bold: Standard "(001.006)" Standard Disk
  662. *Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard Disk
  663. *Font LetterGothic-Slanted: Standard "(001.004)" Standard Disk
  664. *Font LubalinGraph-Book: Standard "(001.002)" Standard Disk
  665. *Font LubalinGraph-BookOblique: Standard "(001.002)" Standard Disk
  666. *Font LubalinGraph-Demi: Standard "(001.002)" Standard Disk
  667. *Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard Disk
  668. *Font Marigold: Standard "(001.000)" Standard Disk
  669. *Font MonaLisa-Recut: Standard "(001.000)" Standard Disk
  670. *Font Monaco: Standard "(2.0)" Standard Disk
  671. *Font NewCenturySchlbk-Bold: Standard "(002.000)" Standard Disk
  672. *Font NewCenturySchlbk-BoldItalic: Standard "(002.000)" Standard Disk
  673. *Font NewCenturySchlbk-Italic: Standard "(002.000)" Standard Disk
  674. *Font NewCenturySchlbk-Roman: Standard "(002.000)" Standard Disk
  675. *Font NewYork: Standard "(2.0)" Standard Disk
  676. *Font Optima: Standard "(001.005)" Standard Disk
  677. *Font Optima-Bold: Standard "(001.005)" Standard Disk
  678. *Font Optima-BoldItalic: Standard "(001.000)" Standard Disk
  679. *Font Optima-Italic: Standard "(001.000)" Standard Disk
  680. *Font Oxford: Standard "(001.000)" Standard Disk
  681. *Font Palatino-Bold: Standard "(002.000)" Standard Disk
  682. *Font Palatino-BoldItalic: Standard "(002.000)" Standard Disk
  683. *Font Palatino-Italic: Standard "(002.000)" Standard Disk
  684. *Font Palatino-Roman: Standard "(002.000)" Standard Disk
  685. *Font StempelGaramond-Bold: Standard "(001.002)" Standard Disk
  686. *Font StempelGaramond-BoldItalic: Standard "(001.002)" Standard Disk
  687. *Font StempelGaramond-Italic: Standard "(001.002)" Standard Disk
  688. *Font StempelGaramond-Roman: Standard "(001.002)" Standard Disk
  689. *Font Symbol: Standard "(001.008)" Standard Disk
  690. *Font Tekton: Standard "(001.001)" Standard Disk
  691. *Font Times-Bold: Standard "(002.000)" Standard Disk
  692. *Font Times-BoldItalic: Standard "(002.000)" Standard Disk
  693. *Font Times-Italic: Standard "(002.000)" Standard Disk
  694. *Font Times-Roman: Standard "(002.000)" Standard Disk
  695. *Font TimesNewRomanPS-BoldItalicMT: Standard "(MS core font:V2.00)" Standard Disk
  696. *Font TimesNewRomanPS-BoldMT: Standard "(MS core font:V2.00)" Standard Disk
  697. *Font TimesNewRomanPS-ItalicMT: Standard "(MS core font:V2.00)" Standard Disk
  698. *Font TimesNewRomanPSMT: Standard "(MS core font:V2.00)" Standard Disk
  699. *Font Univers: Standard "(001.003)" Standard Disk
  700. *Font Univers-Bold: Standard "(001.003)" Standard Disk
  701. *Font Univers-BoldExt: Standard "(001.000)" Standard Disk
  702. *Font Univers-BoldExtObl: Standard "(001.000)" Standard Disk
  703. *Font Univers-BoldOblique: Standard "(001.003)" Standard Disk
  704. *Font Univers-Condensed: Standard "(001.002)" Standard Disk
  705. *Font Univers-CondensedBold: Standard "(001.001)" Standard Disk
  706. *Font Univers-CondensedBoldOblique: Standard "(001.001)" Standard Disk
  707. *Font Univers-CondensedOblique: Standard "(001.002)" Standard Disk
  708. *Font Univers-Extended: Standard "(001.000)" Standard Disk
  709. *Font Univers-ExtendedObl: Standard "(001.000)" Standard Disk
  710. *Font Univers-Light: Standard "(001.003)" Standard Disk
  711. *Font Univers-LightOblique: Standard "(001.003)" Standard Disk
  712. *Font Univers-Oblique: Standard "(001.003)" Standard Disk
  713. *Font Wingdings-Regular: Standard "(Version 2.00)" Standard Disk
  714. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard Disk
  715. *Font ZapfDingbats: Standard "(002.000)" Standard Disk
  716. *% Japanese Fonts ===============
  717. *Font GothicBBB-Medium-78ms-RKSJ-H: 78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  718. *Font GothicBBB-Medium-78ms-RKSJ-V: 78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  719. *Font GothicBBB-Medium-83pv-RKSJ-H: 83pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  720. *Font GothicBBB-Medium-90ms-RKSJ-H: 90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  721. *Font GothicBBB-Medium-90ms-RKSJ-V: 90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  722. *Font GothicBBB-Medium-90pv-RKSJ-H: 90pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  723. *Font GothicBBB-Medium-90pv-RKSJ-V: 90pv-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  724. *Font GothicBBB-Medium-Add-H: Add-H "(3.011)" Adobe-Japan1-2 Disk
  725. *Font GothicBBB-Medium-Add-RKSJ-H: Add-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  726. *Font GothicBBB-Medium-Add-RKSJ-V: Add-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  727. *Font GothicBBB-Medium-Add-V: Add-V "(3.011)" Adobe-Japan1-2 Disk
  728. *Font GothicBBB-Medium-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-2 Disk
  729. *Font GothicBBB-Medium-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-2 Disk
  730. *Font GothicBBB-Medium-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  731. *Font GothicBBB-Medium-EUC-H: EUC-H "(3.011)" Adobe-Japan1-2 Disk
  732. *Font GothicBBB-Medium-EUC-V: EUC-V "(3.011)" Adobe-Japan1-2 Disk
  733. *Font GothicBBB-Medium-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  734. *Font GothicBBB-Medium-Ext-RKSJ-H: Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  735. *Font GothicBBB-Medium-Ext-RKSJ-V: Ext-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  736. *Font GothicBBB-Medium-Ext-V: Ext-V "(3.011)" Adobe-Japan1-2 Disk
  737. *Font GothicBBB-Medium-H: H "(3.011)" Adobe-Japan1-2 Disk
  738. *Font GothicBBB-Medium-Hankaku: Hankaku "(3.011)" Adobe-Japan1-2 Disk
  739. *Font GothicBBB-Medium-Hiragana: Hiragana "(3.011)" Adobe-Japan1-2 Disk
  740. *Font GothicBBB-Medium-Katakana: Katakana "(3.011)" Adobe-Japan1-2 Disk
  741. *Font GothicBBB-Medium-NWP-H: NWP-H "(3.011)" Adobe-Japan1-2 Disk
  742. *Font GothicBBB-Medium-NWP-V: NWP-V "(3.011)" Adobe-Japan1-2 Disk
  743. *Font GothicBBB-Medium-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  744. *Font GothicBBB-Medium-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  745. *Font GothicBBB-Medium-Roman: Roman "(3.011)" Adobe-Japan1-2 Disk
  746. *Font GothicBBB-Medium-V: V "(3.011)" Adobe-Japan1-2 Disk
  747. *Font GothicBBB-Medium-WP-Symbol: WP-Symbol "(3.011)" Adobe-Japan1-2 Disk
  748. *Font Ryumin-Light-78ms-RKSJ-V: 78ms-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  749. *Font Ryumin-Light-78ms-RKSJ-H: 78ms-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  750. *Font Ryumin-Light-Add-V: Add-V "(3.01)" Adobe-Japan1-2 Disk
  751. *Font Ryumin-Light-90ms-RKSJ-H: 90ms-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  752. *Font Ryumin-Light-Hankaku: Hankaku "(3.01)" Adobe-Japan1-2 Disk
  753. *Font Ryumin-Light-EUC-H: EUC-H "(3.01)" Adobe-Japan1-2 Disk
  754. *Font Ryumin-Light-RKSJ-V: RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  755. *Font Ryumin-Light-V: V "(3.01)" Adobe-Japan1-2 Disk
  756. *Font Ryumin-Light-Katakana: Katakana "(3.01)" Adobe-Japan1-2 Disk
  757. *Font Ryumin-Light-Ext-V: Ext-V "(3.01)" Adobe-Japan1-2 Disk
  758. *Font Ryumin-Light-83pv-RKSJ-H: 83pv-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  759. *Font Ryumin-Light-90pv-RKSJ-V: 90pv-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  760. *Font Ryumin-Light-Ext-H: Ext-H "(3.01)" Adobe-Japan1-2 Disk
  761. *Font Ryumin-Light-Adobe-Japan1-0: Adobe-Japan1-0 "(3.01)" Adobe-Japan1-2 Disk
  762. *Font Ryumin-Light-Adobe-Japan1-1: Adobe-Japan1-1 "(3.01)" Adobe-Japan1-2 Disk
  763. *Font Ryumin-Light-Roman: Roman "(3.01)" Adobe-Japan1-2 Disk
  764. *Font Ryumin-Light-WP-Symbol: WP-Symbol "(3.01)" Adobe-Japan1-2 Disk
  765. *Font Ryumin-Light-90ms-RKSJ-V: 90ms-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  766. *Font Ryumin-Light-Ext-RKSJ-H: Ext-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  767. *Font Ryumin-Light-Add-RKSJ-V: Add-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  768. *Font Ryumin-Light-Add-RKSJ-H: Add-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  769. *Font Ryumin-Light-Adobe-Japan1-2: Adobe-Japan1-2 "(3.01)" Adobe-Japan1-2 Disk
  770. *Font Ryumin-Light-EUC-V: EUC-V "(3.01)" Adobe-Japan1-2 Disk
  771. *Font Ryumin-Light-Hiragana: Hiragana "(3.01)" Adobe-Japan1-2 Disk
  772. *Font Ryumin-Light-RKSJ-H: RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  773. *Font Ryumin-Light-NWP-V: NWP-V "(3.01)" Adobe-Japan1-2 Disk
  774. *Font Ryumin-Light-NWP-H: NWP-H "(3.01)" Adobe-Japan1-2 Disk
  775. *Font Ryumin-Light-Add-H: Add-H "(3.01)" Adobe-Japan1-2 Disk
  776. *Font Ryumin-Light-H: H "(3.01)" Adobe-Japan1-2 Disk
  777. *Font Ryumin-Light-Ext-RKSJ-V: Ext-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  778. *Font Ryumin-Light-90pv-RKSJ-H: 90pv-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  779. *Font FutoGoB101-Bold-78ms-RKSJ-V: 78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  780. *Font FutoGoB101-Bold-78ms-RKSJ-H: 78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  781. *Font FutoGoB101-Bold-Add-V: Add-V "(3.011)" Adobe-Japan1-2 Disk
  782. *Font FutoGoB101-Bold-90ms-RKSJ-H: 90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  783. *Font FutoGoB101-Bold-Hankaku: Hankaku "(3.011)" Adobe-Japan1-2 Disk
  784. *Font FutoGoB101-Bold-EUC-H: EUC-H "(3.011)" Adobe-Japan1-2 Disk
  785. *Font FutoGoB101-Bold-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  786. *Font FutoGoB101-Bold-V: V "(3.011)" Adobe-Japan1-2 Disk
  787. *Font FutoGoB101-Bold-Katakana: Katakana "(3.011)" Adobe-Japan1-2 Disk
  788. *Font FutoGoB101-Bold-Ext-V: Ext-V "(3.011)" Adobe-Japan1-2 Disk
  789. *Font FutoGoB101-Bold-83pv-RKSJ-H: 83pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  790. *Font FutoGoB101-Bold-90pv-RKSJ-V: 90pv-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  791. *Font FutoGoB101-Bold-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  792. *Font FutoGoB101-Bold-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-2 Disk
  793. *Font FutoGoB101-Bold-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-2 Disk
  794. *Font FutoGoB101-Bold-Roman: Roman "(3.011)" Adobe-Japan1-2 Disk
  795. *Font FutoGoB101-Bold-WP-Symbol: WP-Symbol "(3.011)" Adobe-Japan1-2 Disk
  796. *Font FutoGoB101-Bold-90ms-RKSJ-V: 90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  797. *Font FutoGoB101-Bold-Ext-RKSJ-H: Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  798. *Font FutoGoB101-Bold-Add-RKSJ-V: Add-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  799. *Font FutoGoB101-Bold-Add-RKSJ-H: Add-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  800. *Font FutoGoB101-Bold-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  801. *Font FutoGoB101-Bold-EUC-V: EUC-V "(3.011)" Adobe-Japan1-2 Disk
  802. *Font FutoGoB101-Bold-Hiragana: Hiragana "(3.011)" Adobe-Japan1-2 Disk
  803. *Font FutoGoB101-Bold-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  804. *Font FutoGoB101-Bold-NWP-V: NWP-V "(3.011)" Adobe-Japan1-2 Disk
  805. *Font FutoGoB101-Bold-NWP-H: NWP-H "(3.011)" Adobe-Japan1-2 Disk
  806. *Font FutoGoB101-Bold-Add-H: Add-H "(3.011)" Adobe-Japan1-2 Disk
  807. *Font FutoGoB101-Bold-H: H "(3.011)" Adobe-Japan1-2 Disk
  808. *Font FutoGoB101-Bold-Ext-RKSJ-V: Ext-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  809. *Font FutoGoB101-Bold-90pv-RKSJ-H: 90pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  810. *Font FutoMinA101-Bold-78ms-RKSJ-V: 78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  811. *Font FutoMinA101-Bold-78ms-RKSJ-H: 78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  812. *Font FutoMinA101-Bold-Add-V: Add-V "(3.011)" Adobe-Japan1-2 Disk
  813. *Font FutoMinA101-Bold-90ms-RKSJ-H: 90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  814. *Font FutoMinA101-Bold-Hankaku: Hankaku "(3.011)" Adobe-Japan1-2 Disk
  815. *Font FutoMinA101-Bold-EUC-H: EUC-H "(3.011)" Adobe-Japan1-2 Disk
  816. *Font FutoMinA101-Bold-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  817. *Font FutoMinA101-Bold-V: V "(3.011)" Adobe-Japan1-2 Disk
  818. *Font FutoMinA101-Bold-Katakana: Katakana "(3.011)" Adobe-Japan1-2 Disk
  819. *Font FutoMinA101-Bold-Ext-V: Ext-V "(3.011)" Adobe-Japan1-2 Disk
  820. *Font FutoMinA101-Bold-83pv-RKSJ-H: 83pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  821. *Font FutoMinA101-Bold-90pv-RKSJ-V: 90pv-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  822. *Font FutoMinA101-Bold-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  823. *Font FutoMinA101-Bold-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-2 Disk
  824. *Font FutoMinA101-Bold-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-2 Disk
  825. *Font FutoMinA101-Bold-Roman: Roman "(3.011)" Adobe-Japan1-2 Disk
  826. *Font FutoMinA101-Bold-WP-Symbol: WP-Symbol "(3.011)" Adobe-Japan1-2 Disk
  827. *Font FutoMinA101-Bold-90ms-RKSJ-V: 90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  828. *Font FutoMinA101-Bold-Ext-RKSJ-H: Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  829. *Font FutoMinA101-Bold-Add-RKSJ-V: Add-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  830. *Font FutoMinA101-Bold-Add-RKSJ-H: Add-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  831. *Font FutoMinA101-Bold-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  832. *Font FutoMinA101-Bold-EUC-V: EUC-V "(3.011)" Adobe-Japan1-2 Disk
  833. *Font FutoMinA101-Bold-Hiragana: Hiragana "(3.011)" Adobe-Japan1-2 Disk
  834. *Font FutoMinA101-Bold-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  835. *Font FutoMinA101-Bold-NWP-V: NWP-V "(3.011)" Adobe-Japan1-2 Disk
  836. *Font FutoMinA101-Bold-NWP-H: NWP-H "(3.011)" Adobe-Japan1-2 Disk
  837. *Font FutoMinA101-Bold-Add-H: Add-H "(3.011)" Adobe-Japan1-2 Disk
  838. *Font FutoMinA101-Bold-H: H "(3.011)" Adobe-Japan1-2 Disk
  839. *Font FutoMinA101-Bold-Ext-RKSJ-V: Ext-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  840. *Font FutoMinA101-Bold-90pv-RKSJ-H: 90pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  841. *Font Jun101-Light-78ms-RKSJ-V: 78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  842. *Font Jun101-Light-78ms-RKSJ-H: 78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  843. *Font Jun101-Light-Add-V: Add-V "(3.011)" Adobe-Japan1-2 Disk
  844. *Font Jun101-Light-90ms-RKSJ-H: 90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  845. *Font Jun101-Light-Hankaku: Hankaku "(3.011)" Adobe-Japan1-2 Disk
  846. *Font Jun101-Light-EUC-H: EUC-H "(3.011)" Adobe-Japan1-2 Disk
  847. *Font Jun101-Light-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  848. *Font Jun101-Light-V: V "(3.011)" Adobe-Japan1-2 Disk
  849. *Font Jun101-Light-Katakana: Katakana "(3.011)" Adobe-Japan1-2 Disk
  850. *Font Jun101-Light-Ext-V: Ext-V "(3.011)" Adobe-Japan1-2 Disk
  851. *Font Jun101-Light-83pv-RKSJ-H: 83pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  852. *Font Jun101-Light-90pv-RKSJ-V: 90pv-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  853. *Font Jun101-Light-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  854. *Font Jun101-Light-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-2 Disk
  855. *Font Jun101-Light-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-2 Disk
  856. *Font Jun101-Light-Roman: Roman "(3.011)" Adobe-Japan1-2 Disk
  857. *Font Jun101-Light-WP-Symbol: WP-Symbol "(3.011)" Adobe-Japan1-2 Disk
  858. *Font Jun101-Light-90ms-RKSJ-V: 90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  859. *Font Jun101-Light-Ext-RKSJ-H: Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  860. *Font Jun101-Light-Add-RKSJ-V: Add-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  861. *Font Jun101-Light-Add-RKSJ-H: Add-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  862. *Font Jun101-Light-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  863. *Font Jun101-Light-EUC-V: EUC-V "(3.011)" Adobe-Japan1-2 Disk
  864. *Font Jun101-Light-Hiragana: Hiragana "(3.011)" Adobe-Japan1-2 Disk
  865. *Font Jun101-Light-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  866. *Font Jun101-Light-NWP-V: NWP-V "(3.011)" Adobe-Japan1-2 Disk
  867. *Font Jun101-Light-NWP-H: NWP-H "(3.011)" Adobe-Japan1-2 Disk
  868. *Font Jun101-Light-Add-H: Add-H "(3.011)" Adobe-Japan1-2 Disk
  869. *Font Jun101-Light-H: H "(3.011)" Adobe-Japan1-2 Disk
  870. *Font Jun101-Light-Ext-RKSJ-V: Ext-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  871. *Font Jun101-Light-90pv-RKSJ-H: 90pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  872. *Font MidashiGo-MB31-78ms-RKSJ-V: 78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  873. *Font MidashiGo-MB31-78ms-RKSJ-H: 78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  874. *Font MidashiGo-MB31-Add-V: Add-V "(3.011)" Adobe-Japan1-2 Disk
  875. *Font MidashiGo-MB31-90ms-RKSJ-H: 90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  876. *Font MidashiGo-MB31-Hankaku: Hankaku "(3.011)" Adobe-Japan1-2 Disk
  877. *Font MidashiGo-MB31-EUC-H: EUC-H "(3.011)" Adobe-Japan1-2 Disk
  878. *Font MidashiGo-MB31-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  879. *Font MidashiGo-MB31-V: V "(3.011)" Adobe-Japan1-2 Disk
  880. *Font MidashiGo-MB31-Katakana: Katakana "(3.011)" Adobe-Japan1-2 Disk
  881. *Font MidashiGo-MB31-Ext-V: Ext-V "(3.011)" Adobe-Japan1-2 Disk
  882. *Font MidashiGo-MB31-83pv-RKSJ-H: 83pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  883. *Font MidashiGo-MB31-90pv-RKSJ-V: 90pv-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  884. *Font MidashiGo-MB31-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  885. *Font MidashiGo-MB31-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-2 Disk
  886. *Font MidashiGo-MB31-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-2 Disk
  887. *Font MidashiGo-MB31-Roman: Roman "(3.011)" Adobe-Japan1-2 Disk
  888. *Font MidashiGo-MB31-WP-Symbol: WP-Symbol "(3.011)" Adobe-Japan1-2 Disk
  889. *Font MidashiGo-MB31-90ms-RKSJ-V: 90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  890. *Font MidashiGo-MB31-Ext-RKSJ-H: Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  891. *Font MidashiGo-MB31-Add-RKSJ-V: Add-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  892. *Font MidashiGo-MB31-Add-RKSJ-H: Add-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  893. *Font MidashiGo-MB31-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  894. *Font MidashiGo-MB31-EUC-V: EUC-V "(3.011)" Adobe-Japan1-2 Disk
  895. *Font MidashiGo-MB31-Hiragana: Hiragana "(3.011)" Adobe-Japan1-2 Disk
  896. *Font MidashiGo-MB31-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  897. *Font MidashiGo-MB31-NWP-V: NWP-V "(3.011)" Adobe-Japan1-2 Disk
  898. *Font MidashiGo-MB31-NWP-H: NWP-H "(3.011)" Adobe-Japan1-2 Disk
  899. *Font MidashiGo-MB31-Add-H: Add-H "(3.011)" Adobe-Japan1-2 Disk
  900. *Font MidashiGo-MB31-H: H "(3.011)" Adobe-Japan1-2 Disk
  901. *Font MidashiGo-MB31-Ext-RKSJ-V: Ext-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  902. *Font MidashiGo-MB31-90pv-RKSJ-H: 90pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  903. *Font MidashiMin-MA31-78ms-RKSJ-V: 78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  904. *Font MidashiMin-MA31-78ms-RKSJ-H: 78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  905. *Font MidashiMin-MA31-Add-V: Add-V "(3.011)" Adobe-Japan1-2 Disk
  906. *Font MidashiMin-MA31-90ms-RKSJ-H: 90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  907. *Font MidashiMin-MA31-Hankaku: Hankaku "(3.011)" Adobe-Japan1-2 Disk
  908. *Font MidashiMin-MA31-EUC-H: EUC-H "(3.011)" Adobe-Japan1-2 Disk
  909. *Font MidashiMin-MA31-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  910. *Font MidashiMin-MA31-V: V "(3.011)" Adobe-Japan1-2 Disk
  911. *Font MidashiMin-MA31-Katakana: Katakana "(3.011)" Adobe-Japan1-2 Disk
  912. *Font MidashiMin-MA31-Ext-V: Ext-V "(3.011)" Adobe-Japan1-2 Disk
  913. *Font MidashiMin-MA31-83pv-RKSJ-H: 83pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  914. *Font MidashiMin-MA31-90pv-RKSJ-V: 90pv-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  915. *Font MidashiMin-MA31-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  916. *Font MidashiMin-MA31-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-2 Disk
  917. *Font MidashiMin-MA31-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-2 Disk
  918. *Font MidashiMin-MA31-Roman: Roman "(3.011)" Adobe-Japan1-2 Disk
  919. *Font MidashiMin-MA31-WP-Symbol: WP-Symbol "(3.011)" Adobe-Japan1-2 Disk
  920. *Font MidashiMin-MA31-90ms-RKSJ-V: 90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  921. *Font MidashiMin-MA31-Ext-RKSJ-H: Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  922. *Font MidashiMin-MA31-Add-RKSJ-V: Add-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  923. *Font MidashiMin-MA31-Add-RKSJ-H: Add-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  924. *Font MidashiMin-MA31-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  925. *Font MidashiMin-MA31-EUC-V: EUC-V "(3.011)" Adobe-Japan1-2 Disk
  926. *Font MidashiMin-MA31-Hiragana: Hiragana "(3.011)" Adobe-Japan1-2 Disk
  927. *Font MidashiMin-MA31-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  928. *Font MidashiMin-MA31-NWP-V: NWP-V "(3.011)" Adobe-Japan1-2 Disk
  929. *Font MidashiMin-MA31-NWP-H: NWP-H "(3.011)" Adobe-Japan1-2 Disk
  930. *Font MidashiMin-MA31-Add-H: Add-H "(3.011)" Adobe-Japan1-2 Disk
  931. *Font MidashiMin-MA31-H: H "(3.011)" Adobe-Japan1-2 Disk
  932. *Font MidashiMin-MA31-Ext-RKSJ-V: Ext-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  933. *Font MidashiMin-MA31-90pv-RKSJ-H: 90pv-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  934. *?FontQuery: "
  935. save
  936. { count 1 gt
  937. { exch dup 127 string cvs (/) print print (:) print
  938. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  939. } { exit } ifelse
  940. } bind loop
  941. (*) = flush
  942. restore
  943. "
  944. *End
  945. *?FontList: "
  946. save
  947. (*) {cvn ==} 128 string /Font resourceforall
  948. (*) = flush
  949. restore
  950. "
  951. *End
  952. *% Printer Messages (verbatim from printer):
  953. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  954. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  955. *Message: "\FontName\ not found, using Courier"
  956. *% ===== Status message List : Status (format: %%[ status: <one of these> ]%% ) =====
  957. *Status: "initializing"
  958. *Status: "idle"
  959. *Status: "busy"
  960. *Status: "printing"
  961. *Status: "waiting"
  962. *Status: "PrinterError:Directory is full.Please remove unnecessary files from your disk."
  963. *Status: "PrinterError:Disk is full.Please remove unnecessary files from your disk."
  964. *Status: "PrinterError:Volume is not found.Please check your volume."
  965. *Status: "PrinterError:I/O error occurred. Please check your volume."
  966. *Status: "PrinterError:File name is bad. Please input the file name correctly."
  967. *Status: "PrinterError:File is not opened. Please check the file."
  968. *Status: "PrinterError:End of File (Size miss match). Please setup the environments again."
  969. *Status: "PrinterError:Too many files are opened. Please quit other applications."
  970. *Status: "PrinterError:File ( or folder, target ) is not found. Please check them."
  971. *Status: "PrinterError:Volume is locked through hardware. Please unlock it."
  972. *Status: "PrinterError:File is locked. Please unlock it."
  973. *Status: "PrinterError:Volume is locked through software. Please unlock it."
  974. *Status: "PrinterError:File already open with with write permission. Please close it."
  975. *Status: "PrinterError:Volume is off line. Please check it."
  976. *Status: "PrinterError:File is locked through software. Please unlock it."
  977. *Status: "PrinterError:Hardware error has occurred. Please check it."
  978. *Status: "PrinterError:Out of memory. Please increase memory size which the application can use."
  979. *Status: "PrinterError:Directory is not found. Please check it."
  980. *Status: "PrinterError:Volume is not HFS. Please check it."
  981. *Status: "PrinterError:Stack is insufficient."
  982. *Status: "PrinterError:Resource is not found."
  983. *Status: "PrinterError:Hardware is insufficient."
  984. *Status: "PrinterError:Problem has occurred during loading the resource."
  985. *Status: "PrinterError:Resource is corrupt or unusable."
  986. *Status: "PrinterError:Memory is insufficient. Please increase memory size which the application can use."
  987. *Status: "PrinterError:File is corrupt or unusable."
  988. *Status: "PrinterError:Unexpected bus error has occurred."
  989. *Status: "PrinterError:There is not enough room to launch application with special requirements. Please increase memory size which the application can use."
  990. *Status: "PrinterError:Physical memory is insufficient. Please increase the physical memory."
  991. *Status: "PrinterError:System is not able to allocate memory, critical error has occurred."
  992. *Status: "PrinterError:Network error has occurred. Please check it."
  993. *Status: "PrinterError:The PCI Interface Card is not found."
  994. *Status: "PrinterError:The protect source is not found."
  995. *Status: "PrinterError:Output Driver File is not found."
  996. *Status: "PrinterError:Protect key is service parts."
  997. *Status: "PrinterError:Protect key checksum error."
  998. *Status: "PrinterError:Protect key is not AD-310PM's."
  999. *Status: "PrinterError:This Software Version is different."
  1000. *Status: "PrinterError:Sorry ! This demonstration program cannot run ."
  1001. *Status: "PrinterError:can't make Input Folder, return to selecter mode."
  1002. *Status: "PrinterError:not existed specified path."
  1003. *Status: "PrinterError:can't open log file. not save log data to log file."
  1004. *Status: "PrinterError:failed in make file. not save log data to log file."
  1005. *Status: "PrinterError:failed in delete file as log folder name. not save log data to log file."
  1006. *Status: "PrinterError:failed in open file."
  1007. *Status: "PrinterError:failed in delete file be existed the place where make new file. not save log data to log file."
  1008. *Status: "PrinterError:failed in make text file."
  1009. *Status: "PrinterError:falled in save log file."
  1010. *Status: "PrinterError:The accelerater board is not found."
  1011. *Status: "PrinterError:The protect source is not found."
  1012. *Status: "PrinterError:Output Driver File is not found."
  1013. *Status: "PrinterError:Cannot found the specified resource in device file. Please Setup again."
  1014. *Status: "PrinterError:This is not System 7."
  1015. *Status: "PrinterError:Not Quadra."
  1016. *Status: "PrinterError:Sorry! My resource fork damaged."
  1017. *Status: "PrinterError:not exist device lists folder."
  1018. *Status: "PrinterError:not exist device file into device lists folder."
  1019. *Status: "PrinterError:not exist specified device file."
  1020. *Status: "PrinterError:Selecting Job Window Initialize Err."
  1021. *Status: "PrinterError:Rip Console Window Initialize Err."
  1022. *Status: "PrinterError:Network Status Window Initialize Err."
  1023. *Status: "PrinterError:Input Folder OR Single File Window Initialize Err."
  1024. *Status: "PrinterError:Preview Window Initialize Err."
  1025. *Status: "PrinterError:not exist resource file. end application."
  1026. *Status: "PrinterError:Log Window Initialize Err."
  1027. *Status: "PrinterError:System Parameter Data was not found."
  1028. *Status: "PrinterError:User Parameter Data was not found."
  1029. *Status: "PrinterError:System Parameters was destoryed."
  1030. *Status: "PrinterError:User Parameters was destoryed."
  1031. *Status: "PrinterError:Disk is full, can not write System parameters."
  1032. *Status: "PrinterError:Disk is full, can not write User parameters."
  1033. *Status: "PrinterError:System parameters is locked."
  1034. *Status: "PrinterError:User parameters is locked."
  1035. *Status: "PrinterError:System parameters was not created."
  1036. *Status: "PrinterError:User parameters was not created."
  1037. *Status: "PrinterError:System parameters Err."
  1038. *Status: "PrinterError:User parameters Err."
  1039. *Status: "PrinterError:System parameters setting Error. Please reset system params value."
  1040. *Status: "PrinterError:Window Initialize Err."
  1041. *Status: "PrinterError:OS Error."
  1042. *Status: "PrinterError:Wrong sequence."
  1043. *Status: "PrinterError:Write request too big."
  1044. *Status: "PrinterError:Half-open connection was detected."
  1045. *Status: "PrinterError:Duplicate PrinterName exists already."
  1046. *Status: "PrinterError:AppleTalk was disabled."
  1047. *Status: "PrinterError:error during initialization."
  1048. *Status: "PrinterError:Fatal_Error : Mode must be Network or Batch or SIngle."
  1049. *Status: "PrinterError:Failed to allocate memory to CPSIConfiguration."
  1050. *Status: "PrinterError:Failed to allocate input buffer for file input."
  1051. *Status: "PrinterError:Default Page size is too small."
  1052. *Status: "PrinterError:Fatal error while instanting interpreter."
  1053. *Status: "PrinterError:Fatal error while stopping interpreter."
  1054. *Status: "PrinterError:Error : Failed to allocate initialization data structure."
  1055. *Status: "PrinterError:Error : Interpreter has terminated in Execute."
  1056. *Status: "PrinterError:Error : Interpreter has terminated in EndOfFile."
  1057. *Status: "PrinterError:Failed to wait PAPServer connection."
  1058. *Status: "PrinterError:Failed to load PAPServer."
  1059. *Status: "PrinterError:Failed to open PAPServer."
  1060. *Status: "PrinterError:Failed to close PAPServer."
  1061. *Status: "PrinterError:Failed to unload PAPServer."
  1062. *Status: "PrinterError:Failed to allocate DSC filter."
  1063. *Status: "PrinterError:Unknown error has occurred."
  1064. *Status: "PrinterError:Invarid Compression Type."
  1065. *Status: "PrinterError:The PIF Interface card is not found."
  1066. *Status: "PrinterError:PIF command error has occurred."
  1067. *Status: "PrinterError:Engine does not support this setting. "
  1068. *Status: "PrinterError:PIF parameters are out of range."
  1069. *Status: "PrinterError:Engine is off line."
  1070. *Status: "PrinterError:Engine trouble has occurred. Please check the engine."
  1071. *Status: "PrinterError:Output processing has been canceled in the engine."
  1072. *Status: "PrinterError:Output processing has been canceled by command."
  1073. *Status: "PrinterError:Processing now, Output processing can not be available."
  1074. *Status: "PrinterError:Handshake comunication, Image data has been lost delayed."
  1075. *Status: "PrinterError:Output of Image data can not be started (or restart)."
  1076. *Status: "PrinterError:PIF Bus handshake error has occurred."
  1077. *Status: "PrinterError:PIF response timeout error has occurred."
  1078. *Status: "PrinterError:Engine is Power-Down or disconnect."
  1079. *Status: "PrinterError:Another RIP had occupied the engine."
  1080. *Status: "PrinterError:The engine is busy. Please check the engine."
  1081. *Status: "PrinterError:The connected engine is unknown."
  1082. *Status: "PrinterError:The PIF interface board is not found."
  1083. *Status: "PrinterError:Please check an engine's message."
  1084. *Status: "PrinterError:Please unload the material."
  1085. *Status: "PrinterError:Please take out the material."
  1086. *Status: "PrinterError:Please set the material."
  1087. *Status: "PrinterError:Please unload the material, and then set new one."
  1088. *Status: "PrinterError:Please take out the material, and then set new one."
  1089. *Status: "PrinterError:Please set the larger size material."
  1090. *Status: "PrinterError:Please unload the material, and then set larger size one."
  1091. *Status: "PrinterError:Please take out the material, and then set larger size one."
  1092. *Status: "PrinterError:Please replace the material, type or size does not fits."
  1093. *Status: "PrinterError:Please unload the material, and replace one type or size fits."
  1094. *Status: "PrinterError:Please take out the material, and replace one type or size fits."
  1095. *Status: "PrinterError:The rest of material is not enough."
  1096. *Status: "PrinterError:Engine is Local Mode."
  1097. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  1098. *Source: "EtherTalk"
  1099. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  1100. *PrinterError:"Directory is full.Please remove unnecessary files from your disk."
  1101. *PrinterError:"Disk is full.Please remove unnecessary files from your disk."
  1102. *PrinterError:"Volume is not found.Please check your volume."
  1103. *PrinterError:"I/O error occurred. Please check your volume."
  1104. *PrinterError:"File name is bad. Please input the file name correctly."
  1105. *PrinterError:"File is not opened. Please check the file."
  1106. *PrinterError:"End of File (Size miss match). Please setup the environments again."
  1107. *PrinterError:"Too many files are opened. Please quit other applications."
  1108. *PrinterError:"File ( or folder, target ) is not found. Please check them."
  1109. *PrinterError:"Volume is locked through hardware. Please unlock it."
  1110. *PrinterError:"File is locked. Please unlock it."
  1111. *PrinterError:"Volume is locked through software. Please unlock it."
  1112. *PrinterError:"File already open with with write permission. Please close it."
  1113. *PrinterError:"Volume is off line. Please check it."
  1114. *PrinterError:"File is locked through software. Please unlock it."
  1115. *PrinterError:"Hardware error has occurred. Please check it."
  1116. *PrinterError:"Out of memory. Please increase memory size which the application can use."
  1117. *PrinterError:"Directory is not found. Please check it."
  1118. *PrinterError:"Volume is not HFS. Please check it."
  1119. *PrinterError:"Stack is insufficient."
  1120. *PrinterError:"Resource is not found."
  1121. *PrinterError:"Hardware is insufficient."
  1122. *PrinterError:"Problem has occurred during loading the resource."
  1123. *PrinterError:"Resource is corrupt or unusable."
  1124. *PrinterError:"Memory is insufficient. Please increase memory size which the application can use."
  1125. *PrinterError:"File is corrupt or unusable."
  1126. *PrinterError:"Unexpected bus error has occurred."
  1127. *PrinterError:"There is not enough room to launch application with special requirements. Please increase memory size which the application can use."
  1128. *PrinterError:"Physical memory is insufficient. Please increase the physical memory."
  1129. *PrinterError:"System is not able to allocate memory, critical error has occurred."
  1130. *PrinterError:"Network error has occurred. Please check it."
  1131. *PrinterError:"The PCI Interface Card is not found."
  1132. *PrinterError:"The protect source is not found."
  1133. *PrinterError:"Output Driver File is not found."
  1134. *PrinterError:"Protect key is service parts."
  1135. *PrinterError:"Protect key checksum error."
  1136. *PrinterError:"Protect key is not AD-310PM's."
  1137. *PrinterError:"This Software Version is different."
  1138. *PrinterError:"Sorry ! This demonstration program cannot run ."
  1139. *PrinterError:"can't make Input Folder, return to selecter mode."
  1140. *PrinterError:"not existed specified path."
  1141. *PrinterError:"can't open log file. not save log data to log file."
  1142. *PrinterError:"failed in make file. not save log data to log file."
  1143. *PrinterError:"failed in delete file as log folder name. not save log data to log file."
  1144. *PrinterError:"failed in open file."
  1145. *PrinterError:"failed in delete file be existed the place where make new file. not save log data to log file."
  1146. *PrinterError:"failed in make text file."
  1147. *PrinterError:"falled in save log file."
  1148. *PrinterError:"The accelerater board is not found."
  1149. *PrinterError:"The protect source is not found."
  1150. *PrinterError:"Output Driver File is not found."
  1151. *PrinterError:"Cannot found the specified resource in device file. Please Setup again."
  1152. *PrinterError:"This is not System 7."
  1153. *PrinterError:"Sorry! My resource fork damaged."
  1154. *PrinterError:"not exist device lists folder."
  1155. *PrinterError:"not exist device file into device lists folder."
  1156. *PrinterError:"not exist specified device file."
  1157. *PrinterError:"Selecting Job Window Initialize Err."
  1158. *PrinterError:"Rip Console Window Initialize Err."
  1159. *PrinterError:"Network Status Window Initialize Err."
  1160. *PrinterError:"Input Folder OR Single File Window Initialize Err."
  1161. *PrinterError:"Preview Window Initialize Err."
  1162. *PrinterError:"not exist resource file. end application."
  1163. *PrinterError:"Log Window Initialize Err."
  1164. *PrinterError:"System Parameter Data was not found."
  1165. *PrinterError:"User Parameter Data was not found."
  1166. *PrinterError:"System Parameters was destoryed."
  1167. *PrinterError:"User Parameters was destoryed."
  1168. *PrinterError:"Disk is full, can not write System parameters."
  1169. *PrinterError:"Disk is full, can not write User parameters."
  1170. *PrinterError:"System parameters is locked."
  1171. *PrinterError:"User parameters is locked."
  1172. *PrinterError:"System parameters was not created."
  1173. *PrinterError:"User parameters was not created."
  1174. *PrinterError:"System parameters Err."
  1175. *PrinterError:"User parameters Err."
  1176. *PrinterError:"System parameters setting Error. Please reset system params value."
  1177. *PrinterError:"Preview Window Initialize Err."
  1178. *PrinterError:"OS Error."
  1179. *PrinterError:"Wrong sequence."
  1180. *PrinterError:"Write request too big."
  1181. *PrinterError:"Half-open connection was detected."
  1182. *PrinterError:"Duplicate PrinterName exists already."
  1183. *PrinterError:"AppleTalk was disabled."
  1184. *PrinterError:"Fatal_Error : Mode must be Network or Batch or SIngle."
  1185. *PrinterError:"Failed to allocate memory to CPSIConfiguration."
  1186. *PrinterError:"Failed to allocate input buffer for file input."
  1187. *PrinterError:"Default Page size is too small."
  1188. *PrinterError:"Fatal error while instanting interpreter."
  1189. *PrinterError:"Fatal error while stopping interpreter."
  1190. *PrinterError:"Error : Failed to allocate initialization data structure."
  1191. *PrinterError:"Error : Interpreter has terminated in Execute."
  1192. *PrinterError:"Error : Interpreter has terminated in EndOfFile."
  1193. *PrinterError:"Failed to wait PAPServer connection."
  1194. *PrinterError:"Failed to load PAPServer."
  1195. *PrinterError:"Failed to open PAPServer."
  1196. *PrinterError:"Failed to close PAPServer."
  1197. *PrinterError:"Failed to unload PAPServer."
  1198. *PrinterError:"Failed to allocate DSC filter."
  1199. *PrinterError:"Unknown error has occurred."
  1200. *PrinterError:"Invarid Compression Type."
  1201. *PrinterError:"The PIF Interface card is not found."
  1202. *PrinterError:"PIF command error has occurred."
  1203. *PrinterError:"Engine does not support this setting. "
  1204. *PrinterError:"PIF parameters are out of range."
  1205. *PrinterError:"Engine is off line."
  1206. *PrinterError:"Engine trouble has occurred. Please check the engine."
  1207. *PrinterError:"Output processing has been canceled in the engine."
  1208. *PrinterError:"Output processing has been canceled by command."
  1209. *PrinterError:"Processing now, Output processing can not be available."
  1210. *PrinterError:"Handshake comunication, Image data has been lost delayed."
  1211. *PrinterError:"Output of Image data can not be started (or restart)."
  1212. *PrinterError:"PIF Bus handshake error has occurred."
  1213. *PrinterError:"PIF response timeout error has occurred."
  1214. *PrinterError:"Engine is Power-Down or disconnect."
  1215. *PrinterError:"Another RIP had occupied the engine."
  1216. *PrinterError:"The engine is busy. Please check the engine."
  1217. *PrinterError:"The connected engine is unknown."
  1218. *PrinterError:"The PIF interface board is not found."
  1219. *PrinterError:"Please check an engine's message."
  1220. *PrinterError:"Please unload the material."
  1221. *PrinterError:"Please take out the material."
  1222. *PrinterError:"Please set the material."
  1223. *PrinterError:"Please unload the material, and then set new one."
  1224. *PrinterError:"Please take out the material, and then set new one."
  1225. *PrinterError:"Please set the larger size material."
  1226. *PrinterError:"Please unload the material, and then set larger size one."
  1227. *PrinterError:"Please take out the material, and then set larger size one."
  1228. *PrinterError:"Please replace the material, type or size does not fits."
  1229. *PrinterError:"Please unload the material, and replace one type or size fits."
  1230. *PrinterError:"Please take out the material, and replace one type or size fits."
  1231. *PrinterError:"The rest of material is not enough."
  1232. *PrinterError:"Engine is Local Mode."
  1233. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  1234. *% ===== Color Separation Information =====
  1235. *DefaultColorSep: ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi
  1236. *InkName: ProcessBlack/Process Black
  1237. *InkName: CustomColor/Custom Color
  1238. *InkName: ProcessCyan/Process Cyan
  1239. *InkName: ProcessMagenta/Process Magenta
  1240. *InkName: ProcessYellow/Process Yellow
  1241. *% For 200 lpi / 4000 dpi ==============================================
  1242. *ColorSepScreenAngle ProcessBlack.200lpi.4000dpi/200 lpi / 4000 dpi: "75.0"
  1243. *ColorSepScreenAngle CustomColor.200lpi.4000dpi/200 lpi / 4000 dpi: "45.0"
  1244. *ColorSepScreenAngle ProcessCyan.200lpi.4000dpi/200 lpi / 4000 dpi: "15.0"
  1245. *ColorSepScreenAngle ProcessMagenta.200lpi.4000dpi/200 lpi / 4000 dpi: "45.0"
  1246. *ColorSepScreenAngle ProcessYellow.200lpi.4000dpi/200 lpi / 4000 dpi: "0.0"
  1247. *ColorSepScreenFreq ProcessBlack.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  1248. *ColorSepScreenFreq CustomColor.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  1249. *ColorSepScreenFreq ProcessCyan.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  1250. *ColorSepScreenFreq ProcessMagenta.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  1251. *ColorSepScreenFreq ProcessYellow.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  1252. *% For 175 lpi / 4000 dpi ==============================================
  1253. *ColorSepScreenAngle ProcessBlack.175lpi.4000dpi/175 lpi / 4000 dpi: "75.0"
  1254. *ColorSepScreenAngle CustomColor.175lpi.4000dpi/175 lpi / 4000 dpi: "45.0"
  1255. *ColorSepScreenAngle ProcessCyan.175lpi.4000dpi/175 lpi / 4000 dpi: "15.0"
  1256. *ColorSepScreenAngle ProcessMagenta.175lpi.4000dpi/175 lpi / 4000 dpi: "45.0"
  1257. *ColorSepScreenAngle ProcessYellow.175lpi.4000dpi/175 lpi / 4000 dpi: "0.0"
  1258. *ColorSepScreenFreq ProcessBlack.175lpi.4000dpi/175 lpi / 4000 dpi: "175.0"
  1259. *ColorSepScreenFreq CustomColor.175lpi.4000dpi/175 lpi / 4000 dpi: "175.0"
  1260. *ColorSepScreenFreq ProcessCyan.175lpi.4000dpi/175 lpi / 4000 dpi: "175.0"
  1261. *ColorSepScreenFreq ProcessMagenta.175lpi.4000dpi/175 lpi / 4000 dpi: "175.0"
  1262. *ColorSepScreenFreq ProcessYellow.175lpi.4000dpi/175 lpi / 4000 dpi: "175.0"
  1263. *% For 150 lpi / 4000 dpi ==============================================
  1264. *ColorSepScreenAngle ProcessBlack.150lpi.4000dpi/150 lpi / 4000 dpi: "75.0"
  1265. *ColorSepScreenAngle CustomColor.150lpi.4000dpi/150 lpi / 4000 dpi: "45.0"
  1266. *ColorSepScreenAngle ProcessCyan.150lpi.4000dpi/150 lpi / 4000 dpi: "15.0"
  1267. *ColorSepScreenAngle ProcessMagenta.150lpi.4000dpi/150 lpi / 4000 dpi: "45.0"
  1268. *ColorSepScreenAngle ProcessYellow.150lpi.4000dpi/150 lpi / 4000 dpi: "0.0"
  1269. *ColorSepScreenFreq ProcessBlack.150lpi.4000dpi/150 lpi / 4000 dpi: "150.0"
  1270. *ColorSepScreenFreq CustomColor.150lpi.4000dpi/150 lpi / 4000 dpi: "150.0"
  1271. *ColorSepScreenFreq ProcessCyan.150lpi.4000dpi/150 lpi / 4000 dpi: "150.0"
  1272. *ColorSepScreenFreq ProcessMagenta.150lpi.4000dpi/150 lpi / 4000 dpi: "150.0"
  1273. *ColorSepScreenFreq ProcessYellow.150lpi.4000dpi/150 lpi / 4000 dpi: "150.0"
  1274. *% For 133 lpi / 4000 dpi ==============================================
  1275. *ColorSepScreenAngle ProcessBlack.133lpi.4000dpi/133 lpi / 4000 dpi: "75.0"
  1276. *ColorSepScreenAngle CustomColor.133lpi.4000dpi/133 lpi / 4000 dpi: "45.0"
  1277. *ColorSepScreenAngle ProcessCyan.133lpi.4000dpi/133 lpi / 4000 dpi: "15.0"
  1278. *ColorSepScreenAngle ProcessMagenta.133lpi.4000dpi/133 lpi / 4000 dpi: "45.0"
  1279. *ColorSepScreenAngle ProcessYellow.133lpi.4000dpi/133 lpi / 4000 dpi: "0.0"
  1280. *ColorSepScreenFreq ProcessBlack.133lpi.4000dpi/133 lpi / 4000 dpi: "133.0"
  1281. *ColorSepScreenFreq CustomColor.133lpi.4000dpi/133 lpi / 4000 dpi: "133.0"
  1282. *ColorSepScreenFreq ProcessCyan.133lpi.4000dpi/133 lpi / 4000 dpi: "133.0"
  1283. *ColorSepScreenFreq ProcessMagenta.133lpi.4000dpi/133 lpi / 4000 dpi: "133.0"
  1284. *ColorSepScreenFreq ProcessYellow.133lpi.4000dpi/133 lpi / 4000 dpi: "133.0"
  1285. *% For 120 lpi / 4000 dpi ==============================================
  1286. *ColorSepScreenAngle ProcessBlack.120lpi.4000dpi/120 lpi / 4000 dpi: "75.0"
  1287. *ColorSepScreenAngle CustomColor.120lpi.4000dpi/120 lpi / 4000 dpi: "45.0"
  1288. *ColorSepScreenAngle ProcessCyan.120lpi.4000dpi/120 lpi / 4000 dpi: "15.0"
  1289. *ColorSepScreenAngle ProcessMagenta.120lpi.4000dpi/120 lpi / 4000 dpi: "45.0"
  1290. *ColorSepScreenAngle ProcessYellow.120lpi.4000dpi/120 lpi / 4000 dpi: "0.0"
  1291. *ColorSepScreenFreq ProcessBlack.120lpi.4000dpi/120 lpi / 4000 dpi: "120.0"
  1292. *ColorSepScreenFreq CustomColor.120lpi.4000dpi/120 lpi / 4000 dpi: "120.0"
  1293. *ColorSepScreenFreq ProcessCyan.120lpi.4000dpi/120 lpi / 4000 dpi: "120.0"
  1294. *ColorSepScreenFreq ProcessMagenta.120lpi.4000dpi/120 lpi / 4000 dpi: "120.0"
  1295. *ColorSepScreenFreq ProcessYellow.120lpi.4000dpi/120 lpi / 4000 dpi: "120.0"
  1296. *% For 100 lpi / 4000 dpi ==============================================
  1297. *ColorSepScreenAngle ProcessBlack.100lpi.4000dpi/100 lpi / 4000 dpi: "75.0"
  1298. *ColorSepScreenAngle CustomColor.100lpi.4000dpi/100 lpi / 4000 dpi: "45.0"
  1299. *ColorSepScreenAngle ProcessCyan.100lpi.4000dpi/100 lpi / 4000 dpi: "15.0"
  1300. *ColorSepScreenAngle ProcessMagenta.100lpi.4000dpi/100 lpi / 4000 dpi: "45.0"
  1301. *ColorSepScreenAngle ProcessYellow.100lpi.4000dpi/100 lpi / 4000 dpi: "0.0"
  1302. *ColorSepScreenFreq ProcessBlack.100lpi.4000dpi/100 lpi / 4000 dpi: "100.0"
  1303. *ColorSepScreenFreq CustomColor.100lpi.4000dpi/100 lpi / 4000 dpi: "100.0"
  1304. *ColorSepScreenFreq ProcessCyan.100lpi.4000dpi/100 lpi / 4000 dpi: "100.0"
  1305. *ColorSepScreenFreq ProcessMagenta.100lpi.4000dpi/100 lpi / 4000 dpi: "100.0"
  1306. *ColorSepScreenFreq ProcessYellow.100lpi.4000dpi/100 lpi / 4000 dpi: "100.0"
  1307. *% For 85 lpi / 4000 dpi ==============================================
  1308. *ColorSepScreenAngle ProcessBlack.85lpi.4000dpi/85 lpi / 4000 dpi: "75.0"
  1309. *ColorSepScreenAngle CustomColor.85lpi.4000dpi/85 lpi / 4000 dpi: "45.0"
  1310. *ColorSepScreenAngle ProcessCyan.85lpi.4000dpi/85 lpi / 4000 dpi: "15.0"
  1311. *ColorSepScreenAngle ProcessMagenta.85lpi.4000dpi/85 lpi / 4000 dpi: "45.0"
  1312. *ColorSepScreenAngle ProcessYellow.85lpi.4000dpi/85 lpi / 4000 dpi: "0.0"
  1313. *ColorSepScreenFreq ProcessBlack.85lpi.4000dpi/85 lpi / 4000 dpi: "85.0"
  1314. *ColorSepScreenFreq CustomColor.85lpi.4000dpi/85 lpi / 4000 dpi: "85.0"
  1315. *ColorSepScreenFreq ProcessCyan.85lpi.4000dpi/85 lpi / 4000 dpi: "85.0"
  1316. *ColorSepScreenFreq ProcessMagenta.85lpi.4000dpi/85 lpi / 4000 dpi: "85.0"
  1317. *ColorSepScreenFreq ProcessYellow.85lpi.4000dpi/85 lpi / 4000 dpi: "85.0"
  1318. *% For 65 lpi / 4000 dpi ==============================================
  1319. *ColorSepScreenAngle ProcessBlack.65lpi.4000dpi/65 lpi / 4000 dpi: "75.0"
  1320. *ColorSepScreenAngle CustomColor.65lpi.4000dpi/65 lpi / 4000 dpi: "45.0"
  1321. *ColorSepScreenAngle ProcessCyan.65lpi.4000dpi/65 lpi / 4000 dpi: "15.0"
  1322. *ColorSepScreenAngle ProcessMagenta.65lpi.4000dpi/65 lpi / 4000 dpi: "45.0"
  1323. *ColorSepScreenAngle ProcessYellow.65lpi.4000dpi/65 lpi / 4000 dpi: "0.0"
  1324. *ColorSepScreenFreq ProcessBlack.65lpi.4000dpi/65 lpi / 4000 dpi: "65.0"
  1325. *ColorSepScreenFreq CustomColor.65lpi.4000dpi/65 lpi / 4000 dpi: "65.0"
  1326. *ColorSepScreenFreq ProcessCyan.65lpi.4000dpi/65 lpi / 4000 dpi: "65.0"
  1327. *ColorSepScreenFreq ProcessMagenta.65lpi.4000dpi/65 lpi / 4000 dpi: "65.0"
  1328. *ColorSepScreenFreq ProcessYellow.65lpi.4000dpi/65 lpi / 4000 dpi: "65.0"
  1329. *% For 175 lpi / 2400 dpi ==============================================
  1330. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "75.0"
  1331. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  1332. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "15.0"
  1333. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  1334. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  1335. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  1336. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  1337. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  1338. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  1339. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  1340. *% For 150 lpi / 2400 dpi ==============================================
  1341. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "75.0"
  1342. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
  1343. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "15.0"
  1344. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "45.0"
  1345. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "0.0"
  1346. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  1347. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  1348. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  1349. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  1350. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi: "150.0"
  1351. *% For 133 lpi / 2400 dpi ==============================================
  1352. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "75.0"
  1353. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  1354. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "15.0"
  1355. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  1356. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  1357. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  1358. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  1359. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  1360. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  1361. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.0"
  1362. *% For 120 lpi / 2400 dpi ==============================================
  1363. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "75.0"
  1364. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  1365. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "15.0"
  1366. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  1367. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  1368. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  1369. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  1370. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  1371. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  1372. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.0"
  1373. *% For 100 lpi / 2400 dpi ==============================================
  1374. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "75.0"
  1375. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  1376. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "15.0"
  1377. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  1378. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  1379. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  1380. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  1381. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  1382. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  1383. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.0"
  1384. *% For 85 lpi / 2400 dpi ==============================================
  1385. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "75.0"
  1386. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  1387. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "15.0"
  1388. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  1389. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "0.0"
  1390. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  1391. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  1392. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  1393. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  1394. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "85.0"
  1395. *% For 65 lpi / 2400 dpi ==============================================
  1396. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "75.0"
  1397. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  1398. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "15.0"
  1399. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  1400. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  1401. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  1402. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  1403. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  1404. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  1405. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "65.0"
  1406. *% For 175 lpi / 2000 dpi ==============================================
  1407. *ColorSepScreenAngle ProcessBlack.175lpi.2000dpi/175 lpi / 2000 dpi: "75.0"
  1408. *ColorSepScreenAngle CustomColor.175lpi.2000dpi/175 lpi / 2000 dpi: "45.0"
  1409. *ColorSepScreenAngle ProcessCyan.175lpi.2000dpi/175 lpi / 2000 dpi: "15.0"
  1410. *ColorSepScreenAngle ProcessMagenta.175lpi.2000dpi/175 lpi / 2000 dpi: "45.0"
  1411. *ColorSepScreenAngle ProcessYellow.175lpi.2000dpi/175 lpi / 2000 dpi: "0.0"
  1412. *ColorSepScreenFreq ProcessBlack.175lpi.2000dpi/175 lpi / 2000 dpi: "175.0"
  1413. *ColorSepScreenFreq CustomColor.175lpi.2000dpi/175 lpi / 2000 dpi: "175.0"
  1414. *ColorSepScreenFreq ProcessCyan.175lpi.2000dpi/175 lpi / 2000 dpi: "175.0"
  1415. *ColorSepScreenFreq ProcessMagenta.175lpi.2000dpi/175 lpi / 2000 dpi: "175.0"
  1416. *ColorSepScreenFreq ProcessYellow.175lpi.2000dpi/175 lpi / 2000 dpi: "175.0"
  1417. *% For 150 lpi / 2000 dpi ==============================================
  1418. *ColorSepScreenAngle ProcessBlack.150lpi.2000dpi/150 lpi / 2000 dpi: "75.0"
  1419. *ColorSepScreenAngle CustomColor.150lpi.2000dpi/150 lpi / 2000 dpi: "45.0"
  1420. *ColorSepScreenAngle ProcessCyan.150lpi.2000dpi/150 lpi / 2000 dpi: "15.0"
  1421. *ColorSepScreenAngle ProcessMagenta.150lpi.2000dpi/150 lpi / 2000 dpi: "45.0"
  1422. *ColorSepScreenAngle ProcessYellow.150lpi.2000dpi/150 lpi / 2000 dpi: "0.0"
  1423. *ColorSepScreenFreq ProcessBlack.150lpi.2000dpi/150 lpi / 2000 dpi: "150.0"
  1424. *ColorSepScreenFreq CustomColor.150lpi.2000dpi/150 lpi / 2000 dpi: "150.0"
  1425. *ColorSepScreenFreq ProcessCyan.150lpi.2000dpi/150 lpi / 2000 dpi: "150.0"
  1426. *ColorSepScreenFreq ProcessMagenta.150lpi.2000dpi/150 lpi / 2000 dpi: "150.0"
  1427. *ColorSepScreenFreq ProcessYellow.150lpi.2000dpi/150 lpi / 2000 dpi: "150.0"
  1428. *% For 133 lpi / 2000 dpi ==============================================
  1429. *ColorSepScreenAngle ProcessBlack.133lpi.2000dpi/133 lpi / 2000 dpi: "75.0"
  1430. *ColorSepScreenAngle CustomColor.133lpi.2000dpi/133 lpi / 2000 dpi: "45.0"
  1431. *ColorSepScreenAngle ProcessCyan.133lpi.2000dpi/133 lpi / 2000 dpi: "15.0"
  1432. *ColorSepScreenAngle ProcessMagenta.133lpi.2000dpi/133 lpi / 2000 dpi: "45.0"
  1433. *ColorSepScreenAngle ProcessYellow.133lpi.2000dpi/133 lpi / 2000 dpi: "0.0"
  1434. *ColorSepScreenFreq ProcessBlack.133lpi.2000dpi/133 lpi / 2000 dpi: "133.0"
  1435. *ColorSepScreenFreq CustomColor.133lpi.2000dpi/133 lpi / 2000 dpi: "133.0"
  1436. *ColorSepScreenFreq ProcessCyan.133lpi.2000dpi/133 lpi / 2000 dpi: "133.0"
  1437. *ColorSepScreenFreq ProcessMagenta.133lpi.2000dpi/133 lpi / 2000 dpi: "133.0"
  1438. *ColorSepScreenFreq ProcessYellow.133lpi.2000dpi/133 lpi / 2000 dpi: "133.0"
  1439. *% For 120 lpi / 2000 dpi ==============================================
  1440. *ColorSepScreenAngle ProcessBlack.120lpi.2000dpi/120 lpi / 2000 dpi: "75.0"
  1441. *ColorSepScreenAngle CustomColor.120lpi.2000dpi/120 lpi / 2000 dpi: "45.0"
  1442. *ColorSepScreenAngle ProcessCyan.120lpi.2000dpi/120 lpi / 2000 dpi: "15.0"
  1443. *ColorSepScreenAngle ProcessMagenta.120lpi.2000dpi/120 lpi / 2000 dpi: "45.0"
  1444. *ColorSepScreenAngle ProcessYellow.120lpi.2000dpi/120 lpi / 2000 dpi: "0.0"
  1445. *ColorSepScreenFreq ProcessBlack.120lpi.2000dpi/120 lpi / 2000 dpi: "120.0"
  1446. *ColorSepScreenFreq CustomColor.120lpi.2000dpi/120 lpi / 2000 dpi: "120.0"
  1447. *ColorSepScreenFreq ProcessCyan.120lpi.2000dpi/120 lpi / 2000 dpi: "120.0"
  1448. *ColorSepScreenFreq ProcessMagenta.120lpi.2000dpi/120 lpi / 2000 dpi: "120.0"
  1449. *ColorSepScreenFreq ProcessYellow.120lpi.2000dpi/120 lpi / 2000 dpi: "120.0"
  1450. *% For 100 lpi / 2000 dpi ==============================================
  1451. *ColorSepScreenAngle ProcessBlack.100lpi.2000dpi/100 lpi / 2000 dpi: "75.0"
  1452. *ColorSepScreenAngle CustomColor.100lpi.2000dpi/100 lpi / 2000 dpi: "45.0"
  1453. *ColorSepScreenAngle ProcessCyan.100lpi.2000dpi/100 lpi / 2000 dpi: "15.0"
  1454. *ColorSepScreenAngle ProcessMagenta.100lpi.2000dpi/100 lpi / 2000 dpi: "45.0"
  1455. *ColorSepScreenAngle ProcessYellow.100lpi.2000dpi/100 lpi / 2000 dpi: "0.0"
  1456. *ColorSepScreenFreq ProcessBlack.100lpi.2000dpi/100 lpi / 2000 dpi: "100.0"
  1457. *ColorSepScreenFreq CustomColor.100lpi.2000dpi/100 lpi / 2000 dpi: "100.0"
  1458. *ColorSepScreenFreq ProcessCyan.100lpi.2000dpi/100 lpi / 2000 dpi: "100.0"
  1459. *ColorSepScreenFreq ProcessMagenta.100lpi.2000dpi/100 lpi / 2000 dpi: "100.0"
  1460. *ColorSepScreenFreq ProcessYellow.100lpi.2000dpi/100 lpi / 2000 dpi: "100.0"
  1461. *% For 85 lpi / 2000 dpi ==============================================
  1462. *ColorSepScreenAngle ProcessBlack.85lpi.2000dpi/85 lpi / 2000 dpi: "75.0"
  1463. *ColorSepScreenAngle CustomColor.85lpi.2000dpi/85 lpi / 2000 dpi: "45.0"
  1464. *ColorSepScreenAngle ProcessCyan.85lpi.2000dpi/85 lpi / 2000 dpi: "15.0"
  1465. *ColorSepScreenAngle ProcessMagenta.85lpi.2000dpi/85 lpi / 2000 dpi: "45.0"
  1466. *ColorSepScreenAngle ProcessYellow.85lpi.2000dpi/85 lpi / 2000 dpi: "0.0"
  1467. *ColorSepScreenFreq ProcessBlack.85lpi.2000dpi/85 lpi / 2000 dpi: "85.0"
  1468. *ColorSepScreenFreq CustomColor.85lpi.2000dpi/85 lpi / 2000 dpi: "85.0"
  1469. *ColorSepScreenFreq ProcessCyan.85lpi.2000dpi/85 lpi / 2000 dpi: "85.0"
  1470. *ColorSepScreenFreq ProcessMagenta.85lpi.2000dpi/85 lpi / 2000 dpi: "85.0"
  1471. *ColorSepScreenFreq ProcessYellow.85lpi.2000dpi/85 lpi / 2000 dpi: "85.0"
  1472. *% For 65 lpi / 2000 dpi ==============================================
  1473. *ColorSepScreenAngle ProcessBlack.65lpi.2000dpi/65 lpi / 2000 dpi: "75.0"
  1474. *ColorSepScreenAngle CustomColor.65lpi.2000dpi/65 lpi / 2000 dpi: "45.0"
  1475. *ColorSepScreenAngle ProcessCyan.65lpi.2000dpi/65 lpi / 2000 dpi: "15.0"
  1476. *ColorSepScreenAngle ProcessMagenta.65lpi.2000dpi/65 lpi / 2000 dpi: "45.0"
  1477. *ColorSepScreenAngle ProcessYellow.65lpi.2000dpi/65 lpi / 2000 dpi: "0.0"
  1478. *ColorSepScreenFreq ProcessBlack.65lpi.2000dpi/65 lpi / 2000 dpi: "65.0"
  1479. *ColorSepScreenFreq CustomColor.65lpi.2000dpi/65 lpi / 2000 dpi: "65.0"
  1480. *ColorSepScreenFreq ProcessCyan.65lpi.2000dpi/65 lpi / 2000 dpi: "65.0"
  1481. *ColorSepScreenFreq ProcessMagenta.65lpi.2000dpi/65 lpi / 2000 dpi: "65.0"
  1482. *ColorSepScreenFreq ProcessYellow.65lpi.2000dpi/65 lpi / 2000 dpi: "65.0"
  1483. *% For 100 lpi / 1200 dpi ==============================================
  1484. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "75.0"
  1485. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  1486. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "15.0"
  1487. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  1488. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  1489. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  1490. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  1491. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  1492. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  1493. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  1494. *% For 85 lpi / 1200 dpi ==============================================
  1495. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "75.0"
  1496. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  1497. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "15.0"
  1498. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  1499. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  1500. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  1501. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  1502. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  1503. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  1504. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "85.0"
  1505. *% For 65 lpi / 1200 dpi ==============================================
  1506. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "75.0"
  1507. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  1508. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "15.0"
  1509. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  1510. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  1511. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1512. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1513. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1514. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1515. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "65.0"
  1516. *% end of PPD file for PT-R4000AM