home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_liu / 14.ddi / SEIKO_04.PP_ / SEIKO_04.PP
Encoding:
PostScript Printer Description  |  1993-07-24  |  10.8 KB  |  372 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "Seiko ColorPoint PS" version 230 C.8A
  3. *% Produced by Cheshire Group version 2.0 edit 01
  4. *%
  5. *% Copyright )1990 Seiko Instruments USA Inc.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 011031.
  11. *%
  12. *% Date: <3/22/91>
  13. *FormatVersion: "3.0"
  14. *FileVersion: "2.1"
  15. *LanguageVersion: English
  16.  
  17. *% General Information and Defaults ===============
  18. *Product: "(ColorPoint PS)"
  19. *PSVersion: "(230 C.8A) 0"
  20. *NickName: "Seiko ColorPoint PS Model 04"
  21. *ColorDevice: True
  22.  
  23. *DefaultResolution: 300dpi
  24. *?Resolution: "
  25. save
  26.   initgraphics
  27.   0 0 matrix defaultmatrix transform
  28.   0 72 matrix defaultmatrix transform
  29.   3 -1 roll sub dup mul
  30.   3 1 roll exch sub dup mul
  31.   add sqrt round cvi
  32.   (          ) cvs print (dpi) print flush
  33. restore
  34. "
  35. *End
  36.  
  37. *FileSystem: True
  38. *?FileSystem: "
  39. save 
  40.     statusdict begin
  41.     (False) 
  42.     /diskstatus where{
  43.         pop diskstatus exch pop 0 ne {pop (True)} if
  44.     }if 
  45.     print flush
  46.     end %statusdict
  47. restore
  48. "
  49. *End
  50.  
  51. *% System Management===============================
  52. *Throughput: "1"
  53. *FreeVM: "219596"
  54. *Password: "0"
  55.  
  56. *ExitServer: "
  57. count 0 eq
  58. {            % password not on the stack
  59.     true
  60. }
  61. {            % check password for validity
  62.     dup
  63.     statusdict begin
  64.     checkpassword
  65.     end %statusdict
  66.     not
  67. }
  68. ifelse
  69. {            % password invalid or missing
  70.     (WARNING! Cannot perform exitserver.) print
  71.     (Invalid password.) print
  72.     (Please contact system support.) print flush
  73.     quit
  74. }
  75. if
  76. serverdict begin exitserver
  77. "
  78. *End
  79.  
  80. *Reset: "
  81. count 0 eq
  82. {            % password not on the stack
  83.     true
  84. }
  85. {            % check password for validity
  86.     dup
  87.     statusdict begin
  88.     checkpassword
  89.     end %statusdict
  90.     not
  91. }
  92. ifelse
  93. {            % password invalid or missing
  94.     (WARNING! Cannot perform exitserver.) print
  95.     (Invalid password.) print
  96.     (Please contact system support.) print flush
  97.     quit
  98. }
  99. if
  100. serverdict begin exitserver
  101. systemdict /quit get exec
  102. (WARNING! Printer Reset failed.) print flush
  103. "
  104. *End
  105.  
  106. *% Halftone Information ===============
  107. *ScreenFreq: "60.0"
  108. *ScreenAngle: "0.0"
  109. *DefaultScreenProc: Dot
  110. *DefaultScreenProc: Dot
  111. *ScreenProc Dot: "
  112. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  113. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  114. "
  115. *End
  116. *ScreenProc Line: "{ pop }"
  117. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  118.  
  119. *DefaultTransfer: Null
  120. *Transfer Null: "{ }"
  121. *Transfer Null.Inverse: "{ 1 exch sub }"
  122. *Transfer Normalized: "{ }"
  123. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  124.  
  125. *% Paper Handling ===================
  126.  
  127. *% Use these entries to set paper size most of the time, unless there is
  128. *% specific reason to use PageRegion or PaperTray.
  129. *DefaultPageSize: Letter
  130. *PageSize Letter: "statusdict begin 0 setpagesize end"
  131. *PageSize ASuper: "statusdict begin 2 setpagesize end"
  132. *PageSize A4: "statusdict begin 3 setpagesize end"
  133. ?PageSize: "
  134. save
  135.     statusdict begin
  136.     /pagesize where {
  137.         pop
  138.         3 dict begin
  139.         /0 (Letter) def
  140.         /2 (ASuper) def
  141.         /3 (A4) def
  142.         pagesize
  143.         { ( ) cvs cvn load exec } stopped not
  144.             {= flush}
  145.             {(Unknown) = flush}
  146.         ifelse
  147.         end        %temp
  148.     }
  149.     if
  150.     end        %statusdict
  151. restore
  152. "
  153. *End
  154.  
  155. *% These entries will set up the frame buffer. Usually used with manual feed.
  156. *DefaultPageRegion: Letter
  157. *PageRegion Letter: "letter"
  158. *PageRegion ASuper: "asuper"
  159. *PageRegion A4: "a4"
  160.  
  161. *% These entries will invoke a particular paper tray.
  162. *DefaultPaperTray: None
  163.  
  164. *% The following entries provide information about specific paper keywords.
  165. *DefaultImageableArea: Letter
  166. *ImageableArea Letter: "12 10 601 783 "
  167. *ImageableArea ASuper: "11 12 624 946 "
  168. *ImageableArea A4: "12 11 584 832 "
  169. *?ImageableArea: "
  170.  save 
  171.      /cvp { cvi (            ) cvs print ( ) print } bind def
  172.       newpath clippath pathbbox
  173.       4 -2 roll exch 2 {ceiling cvp} repeat
  174.       exch 2 {floor cvp} repeat flush
  175.  restore
  176. "
  177. *End
  178.  
  179. *% These provide the physical dimensions of the paper (by keyword)
  180. *DefaultPaperDimension: Letter
  181. *PaperDimension Letter: "612 792"
  182. *PaperDimension ASuper: "634 1076"
  183. *PaperDimension A4: "595 842"
  184.  
  185.  
  186. *% Paper Handling =====================
  187. *VariablePaperSize: False
  188.  
  189. *DefaultOutputBin: OnlyOne
  190. *DefaultInputSlot: None
  191.  
  192. *DefaultManualFeed: None
  193.  
  194. *DefaultOutputOrder: Reverse
  195.  
  196. *DefaultCollator: None
  197. *DefaultSorter: None
  198. *DefaultDuplex: None
  199.  
  200. *% Font Information =====================
  201.  
  202. *DefaultFont: Courier
  203. *Font AvantGarde-Book: Standard "(001.001)"
  204. *Font AvantGarde-BookOblique: Standard "(001.001)"
  205. *Font AvantGarde-Demi: Standard "(001.001)"
  206. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  207. *Font Bookman-Demi: Standard "(001.001)"
  208. *Font Bookman-DemiItalic: Standard "(001.001)"
  209. *Font Bookman-Light: Standard "(001.001)"
  210. *Font Bookman-LightItalic: Standard "(001.001)"
  211. *Font Courier: Standard "(001.004)"
  212. *Font Courier-Bold: Standard "(001.004)"
  213. *Font Courier-BoldOblique: Standard "(001.004)"
  214. *Font Courier-Oblique: Standard "(001.004)"
  215. *Font Helvetica: Standard "(001.001)"
  216. *Font Helvetica-Bold: Standard "(001.001)"
  217. *Font Helvetica-BoldOblique: Standard "(001.001)"
  218. *Font Helvetica-Condensed: Standard "(001.000)"
  219. *Font Helvetica-Condensed-Bold: Standard "(001.000)"
  220. *Font Helvetica-Condensed-BoldObl: Standard "(001.000)"
  221. *Font Helvetica-Condensed-Oblique: Standard "(001.000)"
  222. *Font Helvetica-Narrow: Standard "(001.000)"
  223. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  224. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  225. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  226. *Font Helvetica-Oblique: Standard "(001.001)"
  227. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  228. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  229. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  230. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  231. *Font Palatino-Bold: Standard "(001.000)"
  232. *Font Palatino-BoldItalic: Standard "(001.000)"
  233. *Font Palatino-Italic: Standard "(001.000)"
  234. *Font Palatino-Roman: Standard "(001.000)"
  235. *Font Symbol: Special "(001.001)"
  236. *Font Times-Bold: Standard "(001.001)"
  237. *Font Times-BoldItalic: Standard "(001.001)"
  238. *Font Times-Italic: Standard "(001.001)"
  239. *Font Times-Roman: Standard "(001.001)"
  240. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  241. *Font ZapfDingbats: Special "(001.000)"
  242. *?FontQuery: "
  243. save  
  244. 4 dict begin 
  245. /sv exch def
  246.     /str (fonts/                              ) def
  247.     /st2 30 string def
  248.     {
  249.       count 0 gt {
  250.         dup FontDirectory exch known {pop 1}{
  251.          str exch st2 cvs dup length /len exch def
  252.          6 exch putinterval str 0 len 6 add getinterval mark exch
  253.          { } st2 filenameforall counttomark 0 gt {
  254.           cleartomark 1}{cleartomark 0}ifelse
  255.         }ifelse print flush
  256.       }{ exit } ifelse
  257.     } bind loop 
  258. sv end restore
  259. "
  260. *End
  261.  
  262. *?FontList: "
  263. FontDirectory { pop == } forall 
  264. /filenameforall where { 
  265.  pop save (fonts/*) { 
  266.   dup length 6 sub 6 exch getinterval == 
  267.  } 128 string filenameforall restore
  268. } if 
  269. (*) print flush
  270. "
  271. *End
  272.  
  273. *% Printer Messages (verbatim from printer):
  274. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  275. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  276. *Message: "\FontName\ not found, using Courier"
  277.  
  278. *% Status (format: %%[ status: <one of these> ]%% )
  279. *Status: "idle"
  280. *Status: "busy"
  281. *Status: "waiting"
  282. *Status: "printing"
  283. *Status: "warming up"
  284. *Status: "PrinterError: timeout, clearing printer"
  285. *Status: "PrinterError: Cover open"
  286. *Status: "PrinterError: Paper out"
  287. *Status: "PrinterError: Paper jam"
  288. *Status: "PrinterError: Ink sheet out"
  289. *Status: "PrinterError: Ink sheet jam"
  290. *Status: "PrinterError: DRB too hot"
  291. *Status: "PrinterError: DRB thermistor failure"
  292. *Status: "PrinterError: Thermal printhead too hot"
  293. *Status: "PrinterError: Thermal printhead buffer failure"
  294. *Status: "PrinterError: Thermal printhead thermistor failure"
  295. *Status: "PrinterError: NVRAM checksum error"
  296. *Status: "PrinterError: NVRAM write error"
  297. *Status: "PrinterError: Pinch roller home error"
  298. *Status: "PrinterError: Pinch roller grip error"
  299. *Status: "PrinterError: Cutter failure"
  300. *Status: "PrinterError: Improper thermal printhead motion"
  301. *Status: "PrinterError: Illegal DRB command"
  302.  
  303. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  304. *Source: "serial9"
  305. *Source: "parallel"
  306. *Source: "AppleTalk"
  307. *Source: "SCSI"
  308. *Source: "SCSI2"
  309.  
  310. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  311. *PrinterError: "Cover open"
  312. *PrinterError: "Paper out"
  313. *PrinterError: "Paper jam"
  314. *PrinterError: "Ink sheet out"
  315. *PrinterError: "Ink sheet jam"
  316. *PrinterError: "DRB too hot"
  317. *PrinterError: "DRB thermistor failure"
  318. *PrinterError: "Thermal printhead too hot"
  319. *PrinterError: "Thermal printhead buffer failure"
  320. *PrinterError: "Thermal printhead thermistor failure"
  321. *PrinterError: "NVRAM checksum error"
  322. *PrinterError: "NVRAM write error"
  323. *PrinterError: "Pinch roller home error"
  324. *PrinterError: "Pinch roller grip error"
  325. *PrinterError: "Cutter failure"
  326. *PrinterError: "Improper thermal printhead motion"
  327. *PrinterError: "Illegal DRB command"
  328.  
  329. *% Color Separation Information =====================
  330.  
  331. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  332.  
  333. *InkName: ProcessCyan/Process Cyan
  334. *InkName: ProcessMagenta/Process Magenta
  335. *InkName: ProcessYellow/Process Yellow
  336. *InkName: ProcessBlack/Process Black
  337.  
  338. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  339. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  340. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  341. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  342.  
  343. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  344. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  345. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  346. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  347.  
  348. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  349. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  350. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  351. *End
  352. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  353. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  354. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  355. *End
  356. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  357. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  358. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  359. *End
  360. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  361. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  362. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  363. *End
  364.  
  365. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  366. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  367. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  368. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  369.  
  370. *% end of PPD file for Seiko ColorPoint PS Model 04 version 230 C.8A
  371. 
  372.