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

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Silentwriter" version 47.0 revision 2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% Date: 1 September 1990
  12. *FormatVersion: "3.0"
  13. *FileVersion: "1.0"
  14. *LanguageVersion: English
  15.  
  16. *Product: "(Silentwriter)"
  17. *PSVersion: "(47.0) 2"
  18. *NickName: "NEC Silentwriter LC890 v47.0"
  19.  
  20. *% General Information and Defaults ===============
  21. *FreeVM: "1189538"
  22. *ColorDevice: False
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  26. *Throughput: "8"
  27. *Password: "0"
  28. *ExitServer: "
  29.   count 0 eq {  % is the password on the stack?
  30.     true 
  31.   }{
  32.     dup    % potential password
  33.     statusdict begin checkpassword end not 
  34.   } ifelse 
  35.   {  %  if no password or not valid 
  36.     (WARNING : Cannot perform the exitserver command.) = 
  37.     (Password supplied is not valid.) = 
  38.     (Please contact the author of this software.) = flush
  39.     quit 
  40.   } if 
  41.   serverdict begin exitserver
  42. "
  43. *End
  44.  
  45. *Reset: "
  46.   count 0 eq {  % is the password on the stack?
  47.     true 
  48.   }{
  49.     dup    % potential password
  50.     statusdict begin checkpassword end not 
  51.   } ifelse 
  52.   {  %  if no password or not valid 
  53.     (WARNING : Cannot reset printer.) = 
  54.     (Password supplied is not valid.) = 
  55.     (Please contact the author of this software.) = flush
  56.     quit 
  57.   } if 
  58.   serverdict begin exitserver
  59.   systemdict /quit get exec
  60.   (WARNING : Printer Reset Failed.) = flush
  61. "
  62. *End
  63.  
  64. *DefaultResolution: 300dpi
  65. *?Resolution: "
  66. save
  67.   initgraphics
  68.   0 0 moveto currentpoint matrix defaultmatrix transform
  69.   0 72 lineto currentpoint matrix defaultmatrix transform
  70.   3 -1 roll sub dup mul
  71.   3 1 roll exch sub dup mul
  72.   add sqrt round cvi
  73.   (          ) cvs print (dpi) = flush
  74. restore
  75. "
  76. *End
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "
  83. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  84. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  85. "
  86. *End
  87. *ScreenProc Line: "{ pop }"
  88. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  89.  
  90. *DefaultTransfer: Null
  91. *Transfer Null: "{ }"
  92. *Transfer Null.Inverse: "{ 1 exch sub }"
  93.  
  94. *% Paper Handling ===================
  95.  
  96. *% Use these entries to set paper size most of the time, unless there is
  97. *% specific reason to use PageRegion or PaperTray.
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict begin lettertray end"
  100. *PageSize Legal: "statusdict begin legaltray end"
  101. *PageSize A4: "statusdict begin a4tray end"
  102. *PageSize B5: "statusdict begin b5tray end"
  103. *?PageSize: "
  104.  save statusdict begin
  105.   4 dict begin
  106.    /letter (Letter) def 
  107.    /legal (Legal) def
  108.    /a4 (A4) def
  109.    /b5 (B5) def 
  110.    papersize {
  111.      {load exec} stopped not{= flush}if
  112.    }{
  113.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  114.    }ifelse
  115.   end
  116.  end restore
  117. "
  118. *End
  119.  
  120. *% These entries will set up the frame buffer. Usually used with manual feed.
  121. *DefaultPageRegion: Letter
  122. *PageRegion Letter: "letter"
  123. *PageRegion Legal: "legal"
  124. *PageRegion A4: "a4"
  125. *PageRegion B5: "b5"
  126.  
  127. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  128. *% These errors should be trapped by software and a message displayed
  129. *DefaultPaperTray: Letter
  130. *PaperTray Letter: "statusdict begin lettertray end"
  131. *PaperTray Legal: "statusdict begin legaltray end"
  132. *PaperTray A4: "statusdict begin a4tray end"
  133. *PaperTray B5: "statusdict begin b5tray end"
  134. *?PaperTray: "
  135.  save statusdict begin
  136.   4 dict begin
  137.    /letter (Letter) def 
  138.    /legal (Legal) def
  139.    /a4 (A4) def
  140.    /b5 (B5) def
  141.    papersize {
  142.      {load exec} stopped not{= flush}if
  143.    }{
  144.      {load exec} stopped not{print (.Transverse) = flush}if
  145.    }ifelse
  146.   end
  147.  end restore
  148. "
  149. *End
  150.  
  151. *% The following entries provide information about specific paper keywords.
  152. *DefaultImageableArea: Letter
  153. *ImageableArea Letter: "18 15 593 777 "
  154. *ImageableArea Legal: "18 15 593 993 "
  155. *ImageableArea A4: "18 15 578 827 "
  156. *ImageableArea B5: "18 15 497 712 "
  157. *?ImageableArea: "
  158.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  159.   newpath clippath pathbbox
  160.   4 -2 roll exch 2 {ceiling cvp} repeat
  161.   exch 2 {floor cvp} repeat flush
  162.  restore
  163. "
  164. *End
  165.  
  166. *% These provide the physical dimensions of the paper (by keyword)
  167. *DefaultPaperDimension: Letter
  168. *PaperDimension Letter: "612 792"
  169. *PaperDimension Legal: "612 1008"
  170. *PaperDimension A4: "595 842"
  171. *PaperDimension B5: "516 729"
  172.  
  173. *DefaultOutputBin: Upper
  174. *DefaultInputSlot: Lower
  175. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  176. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  177. *?InputSlot: "
  178.  save statusdict begin
  179.   2 dict begin
  180.    /1 (Lower) def
  181.    /2 (Upper) def
  182.    papertray 
  183.      {( ) cvs cvn load exec} stopped not{= flush}if
  184.   end
  185.  end restore
  186. "
  187. *End
  188.  
  189. *DefaultManualFeed: False
  190. *?ManualFeed: "
  191.   statusdict begin manualfeed 
  192.   {(True)}{(False)}ifelse = flush"
  193. *End
  194. *ManualFeed True: "statusdict begin /manualfeed true store end"
  195. *ManualFeed False: "statusdict begin /manualfeed false store end"
  196.  
  197. *DefaultOutputOrder: Normal
  198.  
  199. *DefaultCollator: None
  200. *DefaultSorter: None
  201. *DefaultDuplex: None
  202.  
  203. *% Font Information =====================
  204.  
  205. *DefaultFont: Courier
  206. *Font AvantGarde-Book: Standard "(001.001)"
  207. *Font AvantGarde-BookOblique: Standard "(001.001)"
  208. *Font AvantGarde-Demi: Standard "(001.001)"
  209. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  210. *Font Bookman-Demi: Standard "(001.001)"
  211. *Font Bookman-DemiItalic: Standard "(001.001)"
  212. *Font Bookman-Light: Standard "(001.001)"
  213. *Font Bookman-LightItalic: Standard "(001.001)"
  214. *Font Courier: Standard "(001.004)"
  215. *Font Courier-Bold: Standard "(001.004)"
  216. *Font Courier-BoldOblique: Standard "(001.004)"
  217. *Font Courier-Oblique: Standard "(001.004)"
  218. *Font Helvetica: Standard "(001.001)"
  219. *Font Helvetica-Bold: Standard "(001.001)"
  220. *Font Helvetica-BoldOblique: Standard "(001.001)"
  221. *Font Helvetica-Narrow: Standard "(001.000)"
  222. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  223. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  224. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  225. *Font Helvetica-Oblique: Standard "(001.001)"
  226. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  227. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  228. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  229. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  230. *Font Palatino-Bold: Standard "(001.001)"
  231. *Font Palatino-BoldItalic: Standard "(001.001)"
  232. *Font Palatino-Italic: Standard "(001.002)"
  233. *Font Palatino-Roman: Standard "(001.001)"
  234. *Font Symbol: Special "(001.001)"
  235. *Font Times-Bold: Standard "(001.001)"
  236. *Font Times-BoldItalic: Standard "(001.004)"
  237. *Font Times-Italic: Standard "(001.001)"
  238. *Font Times-Roman: Standard "(001.001)"
  239. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  240. *Font ZapfDingbats: Special "(001.000)"
  241. *?FontQuery: "
  242. save 2 dict begin /sv exch def
  243. /str 128 string def
  244. {
  245.   count 0 gt {
  246.     dup str cvs (/) print print (:) print
  247.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  248.   }{ exit } ifelse
  249. } bind loop
  250. (*) = flush
  251. sv end restore
  252. "
  253. *End
  254.  
  255. *?FontList: "
  256. save  2 dict begin /sv exch def
  257. /str 128 string def
  258. FontDirectory { pop == } bind forall flush
  259. (*) = flush
  260. sv end restore
  261. "
  262. *End
  263.  
  264. *% Printer Messages (verbatim from printer):
  265. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  266. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  267. *Message: "\FontName\ not found, using Courier"
  268.  
  269. *% Status (format: %%[ status: <one of these> ]%% )
  270. *Status: "idle"
  271. *Status: "busy"
  272. *Status: "waiting"
  273. *Status: "printing"
  274. *Status: "initializing"
  275. *Status: "printing test page"
  276. *Status: "PrinterError: timeout, clearing printer"
  277. *Status: "PrinterError: pc life"
  278. *Status: "PrinterError: problem with LED array"
  279. *Status: "PrinterError: problem with fuser temp"
  280. *Status: "PrinterError: cover open"
  281. *Status: "PrinterError: out of toner"
  282. *Status: "PrinterError: out of paper"
  283. *Status: "PrinterError: no cartridge"
  284. *Status: "PrinterError: wrong paper size"
  285. *Status: "PrinterError: initializing"
  286. *Status: "PrinterError: printing test page"
  287. *Status: "PrinterError: paper jam"
  288.  
  289. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  290. *Source: "serial25"
  291. *Source: "AppleTalk"
  292. *Source: "Centronics"
  293.  
  294. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  295. *PrinterError: "timeout, clearing printer"
  296. *PrinterError: "pc life"
  297. *PrinterError: "problem with LED array"
  298. *PrinterError: "problem with fuser temp"
  299. *PrinterError: "cover open"
  300. *PrinterError: "out of toner"
  301. *PrinterError: "out of paper"
  302. *PrinterError: "no cartridge"
  303. *PrinterError: "wrong paper size"
  304. *PrinterError: "initializing"
  305. *PrinterError: "printing test page"
  306. *PrinterError: "paper jam"
  307.  
  308. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  309.  
  310. *% Color Separation Information =====================
  311.  
  312. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  313.  
  314. *InkName: ProcessBlack/Process Black
  315. *InkName: CustomColor/Custom Color
  316. *InkName: ProcessCyan/Process Cyan
  317. *InkName: ProcessMagenta/Process Magenta
  318. *InkName: ProcessYellow/Process Yellow
  319.  
  320. *%  For 60 lpi / 300 dpi  ===============================
  321.  
  322. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  323. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  324. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  325. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  326. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  327.  
  328. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333.  
  334. *%  For 53 lpi / 300 dpi  ===============================
  335.  
  336. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  337. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  338. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  339. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  340. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  341.  
  342. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  343. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  344. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  345. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  346. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  347.  
  348. *% end of PPD file for Silentwriter
  349.