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 / WP800.PP_ / WP800.PP
Text File  |  1992-11-19  |  14KB  |  399 lines

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