home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / w / wp160_1.zip / WJ800C.PP_ / WJ800C.PP
Text File  |  1992-11-19  |  14KB  |  397 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "WinJet 800C PS"
  3. *%
  4. *% Copyright 1992 LaserMaster Corporation
  5. *% 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. *%
  11. *% Date: 2 October, 1992
  12. *FormatVersion: "3.0"
  13. *FileVersion: "1.60"
  14. *LanguageVersion: English
  15.  
  16. *Product: "(LM WinJet 800C PS)"
  17. *PSVersion: "(47.0) 1"
  18. *NickName: "LM WinJet 800C PS"
  19.  
  20.  
  21.  
  22.  
  23.  
  24. *AcceptsTrueType: True
  25. *TrueImageDevice: True
  26.  
  27. *% General Information and Defaults ===============
  28. *ColorDevice: False
  29. *FreeVM: "1048576"
  30. *VariablePaperSize: False
  31. *FileSystem: False
  32. *?FileSystem: "
  33. save statusdict begin
  34.     (False) /diskstatus where{
  35.         pop diskstatus exch pop 0 ne {pop (True)} if
  36.     }if = flush
  37. end restore
  38. "
  39. *End
  40. *Throughput: "4"
  41. *Password: "0"
  42. *ExitServer: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot perform the exitserver command.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if 
  55.   serverdict begin exitserver
  56. "
  57. *End
  58.  
  59. *Reset: "
  60.   count 0 eq {  % is the password on the stack?
  61.     true 
  62.   }{
  63.     dup    % potential password
  64.     statusdict begin checkpassword end not
  65.   } ifelse 
  66.   {  %  if no password or not valid 
  67.     (WARNING : Cannot reset printer.) = 
  68.     (Password supplied is not valid.) = 
  69.     (Please contact the author of this software.) = flush
  70.     quit
  71.   } if 
  72.   serverdict begin exitserver
  73.   systemdict /quit get exec
  74.   (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77.  
  78. *DefaultResolution: 800dpi
  79. *SetResolution 300dpi: "statusdict begin true proofmode end"
  80. *SetResolution 800dpi: "statusdict begin false proofmode end"
  81.  
  82. *?Resolution: "
  83. save
  84.   initgraphics
  85.   0 0 moveto currentpoint matrix defaultmatrix transform
  86.   0 72 lineto currentpoint matrix defaultmatrix transform
  87.   3 -1 roll sub dup mul
  88.   3 1 roll exch sub dup mul
  89.   add sqrt round cvi
  90.   (          ) cvs print (dpi) = flush
  91. restore
  92. "
  93. *End
  94.  
  95. *% Halftone Information ===============
  96. *ScreenFreq: "70.0"
  97. *ScreenAngle: "45.0"
  98. *DefaultScreenProc: Dot
  99. *ScreenProc Dot: "
  100. {dup mul exch dup mul add 1.0 exch sub }
  101. "
  102. *End
  103. *ScreenProc Line: "{ pop }"
  104. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  105.  
  106. *DefaultTransfer: Null
  107. *Transfer Null: "{ }"
  108. *Transfer Null.Inverse: "{ 1 exch sub }"
  109.  
  110. *% Paper Handling ===================
  111.  
  112. *% Use these entries to set paper size most of the time, unless there is
  113. *% specific reason to use PageRegion or PaperTray.
  114. *DefaultPageSize: Letter
  115. *PageSize Letter: "letter"
  116. *PageSize Legal: "legal"
  117.  
  118. *PageSize LegalHalf: "legal"
  119.  
  120. *PageSize Statement: "statement"
  121. *PageSize Executive: "executivesize"
  122. *PageSize A4: "a4"
  123. *PageSize A5: "a5"
  124. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  125. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  126. *?PageSize: "
  127.  save statusdict begin
  128.  /papersize where{ pop
  129.   12 dict begin
  130.    /letter (Letter) def
  131.    /legal (Legal) def
  132.    /statement (Statement) def
  133.    /a5 (A5) def
  134.    /executivesize (Executive) def
  135.    /a4 (A4) def
  136.    /com10envelope (Envelope.297.684/C10 Envelope) def
  137.    /dlenvelope (Envelope.312.624/DL Envelope) def
  138.    papersize {
  139.      {load exec} stopped not{= flush}if
  140.    }{
  141.      {load exec} stopped not{print (.Transverse) = flush}if
  142.    }ifelse
  143.   end
  144.  }{
  145.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  146.  }ifelse
  147.  end restore
  148. "
  149. *End
  150.  
  151. *% These entries will set up the frame buffer. Usually used with manual feed.
  152. *DefaultPageRegion: Letter
  153. *PageRegion Letter: "letter"
  154. *PageRegion Legal: "legal"
  155. *PageRegion Executive: "executivesize"
  156. *PageRegion A4: "a4"
  157. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  158. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  159.  
  160. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  161. *% These errors should be trapped by software and a message displayed
  162. *DefaultPaperTray: None
  163. *PaperTray Letter: ""
  164. *PaperTray Legal: ""
  165. *PagerTray Executive: ""
  166. *PaperTray A4: ""
  167. *PaperTray Envelope.297.684/C10 Envelope: ""
  168. *PaperTray Envelope.312.624/DL Envelope: ""
  169.  
  170. *% The following entries provide information about specific paper keywords.
  171. *DefaultImageableArea: Letter
  172. *ImageableArea Letter: "15 8 597 776 "
  173. *ImageableArea Legal: "15 8 597 1000 "
  174.  
  175. *ImageableArea LegalHalf: "15 8 500 597"
  176.  
  177. *ImageableArea Statement: "15 8 388 597"
  178. *ImageableArea Executive: "18 17 505 740"
  179. *ImageableArea A4: "13 10 577 832 "
  180. *ImageableArea A5: "13 10 416 577"
  181. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  182. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  183.  
  184. *% These provide the physical dimensions of the paper (by keyword)
  185. *DefaultPaperDimension: Letter
  186. *PaperDimension Letter: "612 792"
  187. *PaperDimension Legal: "612 1008"
  188.  
  189. *PaperDimension LegalHalf: "504 612"
  190.  
  191. *PaperDimension Statement: "396 612"
  192. *PaperDimension Executive: "522 756"
  193. *PaperDimension A4: "595 842"
  194. *PaperDimension A5: "421 595"
  195. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  196. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  197.  
  198. *DefaultOutputBin: OnlyOne
  199. *DefaultInputSlot: AutoSelect
  200. *InputSlot LargeCapacity: "statusdict begin 1 setpapertray end"
  201. *InputSlot AutoSelect: "statusdict begin -2 setpapertray end"
  202. *DefaultManualFeed: False
  203. *?ManualFeed: "
  204. save
  205.   statusdict /manualfeed get
  206.  {(True)}{(False)}ifelse = flush
  207. restore 
  208. "
  209. *End
  210.  
  211. *ManualFeed True: "statusdict begin /manualfeed true store end"
  212. *ManualFeed False: "statusdict begin /manualfeed false store end"
  213.  
  214. *DefaultOutputOrder: Normal
  215.  
  216. *DefaultCollator: None
  217. *DefaultSorter: None
  218. *DefaultDuplex: None
  219.  
  220. *% Font Information =====================
  221.  
  222. *DefaultFont: Courier
  223. *Font AvantGarde-Book: Standard "(001.003)"
  224. *Font AvantGarde-BookOblique: Standard "(001.003)"
  225. *Font AvantGarde-Demi: Standard "(001.003)"
  226. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  227. *Font Bookman-Demi: Standard "(001.003)"
  228. *Font Bookman-DemiItalic: Standard "(001.003)"
  229. *Font Bookman-Light: Standard "(001.003)"
  230. *Font Bookman-LightItalic: Standard "(001.003)"
  231. *Font Courier-BoldOblique: Standard "(001.003)"
  232. *Font Courier: Standard "(001.003)"
  233. *Font Courier-Bold: Standard "(001.003)"
  234. *Font Courier-Oblique: Standard "(001.003)"
  235. *Font Helvetica-BoldOblique: Standard "(001.003)"
  236. *Font Helvetica: Standard "(001.003)"
  237. *Font Helvetica-Bold: Standard "(001.003)"
  238. *Font Helvetica-Narrow: Standard "(001.003)"
  239. *Font Helvetica-Oblique: Standard "(001.003)"
  240. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  241. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  242. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  243. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  244. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  245. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  246. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  247. *Font Palatino-Bold: Standard "(001.003)"
  248. *Font Palatino-Italic: Standard "(001.003)"
  249. *Font Palatino-Roman: Standard "(001.003)"
  250. *Font Palatino-BoldItalic: Standard "(001.003)"
  251. *Font Symbol: Special "(001.003)"
  252. *Font Times-BoldItalic: Standard "(001.003)"
  253. *Font Times-Bold: Standard "(001.003)"
  254. *Font Times-Italic: Standard "(001.003)"
  255. *Font Times-Roman: Standard "(001.003)"
  256. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  257. *Font ZapfDingbats: Standard "(001.003)"
  258. *?FontQuery: "
  259. save  4 dict begin /sv exch def
  260. /str (fonts/                              ) def
  261. /st2 128 string def
  262. {
  263.   count 0 gt {
  264.     dup st2 cvs (/) print print (:) print
  265.     dup FontDirectory exch known {pop (Yes)}{
  266.      str exch st2 cvs dup length /len exch def
  267.      6 exch putinterval str 0 len 6 add getinterval mark exch
  268.      { } st2 filenameforall counttomark 0 gt {
  269.       cleartomark (Yes)}{cleartomark (No)}ifelse
  270.     }ifelse = flush
  271.   }{ exit } ifelse
  272. } bind loop 
  273. (*) = flush
  274. sv end restore
  275. "
  276. *End
  277.  
  278. *?FontList: "
  279. save  2 dict begin /sv exch def
  280. /str 128 string def
  281. FontDirectory { pop == } bind forall flush 
  282. /filenameforall where { 
  283.  pop save (fonts/*) { 
  284.   dup length 6 sub 6 exch getinterval cvn ==  
  285.  } bind str filenameforall flush restore
  286. } if 
  287. (*) = flush
  288. sv end restore
  289. "
  290. *End
  291.  
  292. *% Printer Messages (verbatim from printer):
  293. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  294. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  295. *Message: "\FontName\ not found, using Courier"
  296.  
  297. *% Status (format: %%[ status: <one of these> ]%% )
  298. *Status: "idle"
  299. *Status: "busy"
  300. *Status: "waiting"
  301. *Status: "printing"
  302. *Status: "warming up"
  303. *Status: "PrinterError: timeout, clearing printer"
  304. *Status: "PrinterError: warming up"
  305. *Status: "PrinterError: service call"
  306. *Status: "PrinterError: paper entry misfeed"
  307. *Status: "PrinterError: no toner cartridge"
  308. *Status: "PrinterError: paper entry misfeed"
  309.  
  310. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  311. *Source: "parallel"
  312.  
  313. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  314. *PrinterError: "timeout, clearing printer"
  315. *PrinterError: "warming up"
  316. *PrinterError: "service call"
  317. *PrinterError: "paper entry misfeed"
  318. *PrinterError: "no toner cartridge"
  319. *PrinterError: "paper entry misfeed"
  320.  
  321. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  322.  
  323. *% Color Separation Information =====================
  324.  
  325. *DefaultColorSep: ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi
  326.  
  327. *InkName: ProcessBlack/Process Black
  328. *InkName: CustomColor/Custom Color
  329. *InkName: ProcessCyan/Process Cyan
  330. *InkName: ProcessMagenta/Process Magenta
  331. *InkName: ProcessYellow/Process Yellow
  332.  
  333. *% For 60 lpi / 300 dpi =====================================================
  334.  
  335. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  336. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  337. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  338. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  339. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346.  
  347. *% For 53 lpi / 300 dpi =====================================================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  352. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  353. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  356. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  357. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  358. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  359. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  360.  
  361. *% For 85 lpi / 800 dpi (5,5,2,6,6,2,20/3,0) ===============================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.85lpi.800dpi/85 lpi / 800 dpi: "45.0"
  364. *ColorSepScreenAngle CustomColor.85lpi.800dpi/85 lpi / 800 dpi: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.85lpi.800dpi/85 lpi / 800 dpi: "71.5651"
  366. *ColorSepScreenAngle ProcessMagenta.85lpi.800dpi/85 lpi / 800 dpi: "18.4349"
  367. *ColorSepScreenAngle ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.85lpi.800dpi/85 lpi / 800 dpi: "84.8528"
  370. *ColorSepScreenFreq CustomColor.85lpi.800dpi/85 lpi / 800 dpi: "84.8528"
  371. *ColorSepScreenFreq ProcessCyan.85lpi.800dpi/85 lpi / 800 dpi: "94.8683"
  372. *ColorSepScreenFreq ProcessMagenta.85lpi.800dpi/85 lpi / 800 dpi: "94.8683"
  373. *ColorSepScreenFreq ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "30.0"
  374.  
  375. *ColorSepScreenProc ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "
  376. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  377. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  378. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  379. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  380. *End
  381.  
  382. *% For 71 lpi / 800 dpi =====================================================
  383.  
  384. *ColorSepScreenAngle ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi: "45.0"
  385. *ColorSepScreenAngle CustomColor.71lpi.800dpi/71 lpi / 800 dpi: "45.0"
  386. *ColorSepScreenAngle ProcessCyan.71lpi.800dpi/71 lpi / 800 dpi: "71.5651"
  387. *ColorSepScreenAngle ProcessMagenta.71lpi.800dpi/71 lpi / 800 dpi: "18.4349"
  388. *ColorSepScreenAngle ProcessYellow.71lpi.800dpi/71 lpi / 800 dpi: "0.0"
  389.  
  390. *ColorSepScreenFreq ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi: "70.7107"
  391. *ColorSepScreenFreq CustomColor.71lpi.800dpi/71 lpi / 800 dpi: "70.7107"
  392. *ColorSepScreenFreq ProcessCyan.71lpi.800dpi/71 lpi / 800 dpi: "63.2456"
  393. *ColorSepScreenFreq ProcessMagenta.71lpi.800dpi/71 lpi / 800 dpi: "63.2456"
  394. *ColorSepScreenFreq ProcessYellow.71lpi.800dpi/71 lpi / 800 dpi: "66.6667"
  395.  
  396. *% end of PPD file for WinJet 800C PS - Windows 3.1 version */
  397.