home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Digital_Colormate_PS.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  12KB  |  352 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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. *%Copyright 1993 Digital Equipment Corporation.
  10. *FormatVersion: "4.0"
  11. *FileVersion: "1.0"
  12. *PCFileName: "DCCOLOR1.PPD"
  13. *LanguageVersion: English
  14. *Product: "(Colormate PS)"
  15. *PSVersion: "(51.9) 1.2"
  16. *ModelName: "Digital Colormate PS"
  17. *NickName: "Digital Colormate PS v51.9"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "4233838"
  21. *LanguageLevel: "1"
  22. *Extensions: FileSystem CMYK
  23. *ColorDevice: True
  24. *DefaultColorSpace: CMYK
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save
  29.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  30. restore
  31. "
  32. *End
  33. *Throughput: "1"
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true
  38.   }{
  39.     dup    % potential password
  40.     statusdict /checkpassword get exec not
  41.   } ifelse
  42.   {  %  if no password or not valid
  43.     (WARNING : Cannot perform the exitserver command.) =
  44.     (Password supplied is not valid.) =
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if
  48.   serverdict /exitserver get exec
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true
  55.   }{
  56.     dup    % potential password
  57.     statusdict /checkpassword get exec not
  58.   } ifelse
  59.   {  %  if no password or not valid
  60.     (WARNING : Cannot reset printer.) =
  61.     (Password supplied is not valid.) =
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if
  65.   serverdict /exitserver get exec
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 300dpi
  72. *?Resolution: "
  73. save
  74.   initgraphics
  75.   0 0 moveto currentpoint matrix defaultmatrix transform
  76.   0 72 lineto currentpoint matrix defaultmatrix transform
  77.   3 -1 roll sub dup mul
  78.   3 1 roll exch sub dup mul
  79.   add sqrt round cvi
  80.   (          ) cvs print (dpi) = flush
  81. restore
  82. "
  83. *End
  84.  
  85. *% Halftone Information ===============
  86. *ScreenFreq: "53.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs
  91. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul
  92. exch dup mul add 1 exch sub }ifelse }exec }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103. *% Use these entries to set paper size most of the time, unless there is
  104. *% specific reason to use PageRegion.
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 30 AnySetup *PageSize
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict /lettertray get exec"
  109. *PageSize A4: "statusdict /a4tray get exec"
  110. *?PageSize: "
  111. save
  112. 2 dict
  113.   dup /letter (Letter) put
  114.   dup /a4 (A4) put
  115.   statusdict /papersize get exec
  116.   3 1 roll  {get} stopped {(Unknown)}if
  117.   exch  not { print (.Transverse) }if
  118.   = flush
  119. restore
  120. "
  121. *End
  122. *CloseUI: *PageSize
  123.  
  124. *% These entries will set up the frame buffer. Usually used with manual feed.
  125. *OpenUI *PageRegion: PickOne
  126. *OrderDependency: 40 AnySetup *PageRegion
  127. *DefaultPageRegion: Letter
  128. *PageRegion Letter: "letter"
  129. *PageRegion A4: "a4"
  130. *CloseUI: *PageRegion
  131.  
  132. *% The following entries provide information about specific paper keywords.
  133. *DefaultImageableArea: Letter
  134. *ImageableArea Letter: "20 80 594 726 "
  135. *ImageableArea A4: "10 80 585 776 "
  136. *?ImageableArea: "
  137. save
  138.   /cvp {(                ) cvs print ( ) print } bind def
  139.   /upperright {10000 mul floor 10000 div} bind def
  140.   /lowerleft {10000 mul ceiling 10000 div} bind def
  141.   newpath clippath pathbbox
  142.   4 -2 roll exch 2 {lowerleft cvp} repeat
  143.   exch 2 {upperright cvp} repeat flush
  144.  restore
  145. "
  146. *End
  147.  
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *DefaultPaperDimension: Letter
  150. *PaperDimension Letter: "612 792"
  151. *PaperDimension A4: "595 842"
  152.  
  153. *RequiresPageRegion All: True
  154. *OpenUI *InputSlot: PickOne
  155. *OrderDependency: 20 AnySetup *InputSlot
  156. *DefaultInputSlot: Cassette
  157. *InputSlot Cassette: ""
  158. *CloseUI: *InputSlot
  159.  
  160. *DefaultOutputBin: Upper
  161. *DefaultOutputOrder: Reverse
  162.  
  163. *% Font Information =====================
  164. *DefaultFont: Courier
  165. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  166. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  167. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  168. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  169. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  170. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  171. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  172. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  173. *Font Courier: Standard "(001.004)" Standard ROM
  174. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  175. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  176. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  177. *Font Helvetica: Standard "(001.002)" Standard ROM
  178. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  179. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  180. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  181. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  183. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  184. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  185. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  186. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  187. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  188. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  189. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  190. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  191. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  192. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  193. *Font Symbol: Special "(001.003)" Special ROM
  194. *Font Times-Bold: Standard "(001.002)" Standard ROM
  195. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  196. *Font Times-Italic: Standard "(001.002)" Standard ROM
  197. *Font Times-Roman: Standard "(001.002)" Standard ROM
  198. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  199. *Font ZapfDingbats: Special "(001.002)" Special ROM
  200. *?FontQuery: "
  201. save
  202.  /str 100 string dup 0 (fonts/) putinterval def
  203.  {
  204.    count 1 gt
  205.    {
  206.      exch dup str 6 94 getinterval cvs
  207.      (/) print dup print (:) print exch
  208.      FontDirectory exch known
  209.      { pop (Yes) }
  210.       {
  211.         length 6 add str 0 3 -1 roll getinterval
  212.         mark exch status
  213.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  214.      } ifelse =
  215.    }
  216.    {exit} ifelse
  217.  }bind loop
  218.  (*) = flush
  219. restore
  220. "
  221. *End
  222.  
  223. *?FontList: "
  224. save
  225.   FontDirectory { pop == } bind forall flush
  226.   /filenameforall where {
  227.     pop (fonts/*) {
  228.     dup length 6 sub 6 exch getinterval cvn ==
  229.     } bind
  230.     128 string filenameforall flush
  231.   } if
  232.   (*) = flush
  233. restore
  234. "
  235. *End
  236.  
  237. *% Printer Messages (verbatim from printer):
  238. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  239. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  240. *Message: "\FontName\ not found, using Courier"
  241.  
  242. *% Status (format: %%[ status: <one of these> ]%% )
  243. *Status: "idle"
  244. *Status: "busy"
  245. *Status: "waiting"
  246. *Status: "printing"
  247. *Status: "warming up"
  248. *Status: "PrinterError: PAPER LENGTH ERR"
  249. *Status: "PrinterError: DMA TIMEOUT"
  250. *Status: "PrinterError:    COVER OPEN"
  251. *Status: "PrinterError:   TEST PRINT"
  252. *Status: "PrinterError:  HEAD SENS ERR"
  253. *Status: "PrinterError:    PAPER JAM"
  254. *Status: "PrinterError:  LC SENS ERROR"
  255. *Status: "PrinterError: PAPER TIMEOUT"
  256. *Status: "PrinterError:    VIDEO ERR"
  257. *Status: "PrinterError:   COMMAND ERR"
  258. *Status: "PrinterError:     ROM ERR"
  259. *Status: "PrinterError:   COMMAND ERR"
  260. *Status: "PrinterError: PAPER LENGTH ERR"
  261. *Status: "PrinterError:  RIBBON ERROR"
  262. *Status: "PrinterError:     I/O ERR"
  263. *Status: "PrinterError:   STRANGE ERR"
  264. *Status: "PrinterError:   COMMAND ERR"
  265. *Status: "PrinterError:   PAPER EMPTY"
  266. *Status: "PrinterError:   POWER TEMP"
  267. *Status: "PrinterError: RIBBON SENS ERR"
  268. *Status: "PrinterError:    RAM ERR"
  269. *Status: "PrinterError:    RIBBON END"
  270. *Status: "PrinterError: PAPER FEED ERROR"
  271. *Status: "PrinterError:    HEAD TEMP"
  272.  
  273. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  274. *Source: "serial25"
  275. *Source: "AppleTalk"
  276. *Source: "Centronics"
  277.  
  278. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  279. *PrinterError: "PAPER LENGTH ERR"
  280. *PrinterError: "DMA TIMEOUT"
  281. *PrinterError: "   COVER OPEN"
  282. *PrinterError: "  TEST PRINT"
  283. *PrinterError: " HEAD SENS ERR"
  284. *PrinterError: "   PAPER JAM"
  285. *PrinterError: " LC SENS ERROR"
  286. *PrinterError: "PAPER TIMEOUT"
  287. *PrinterError: "   VIDEO ERR"
  288. *PrinterError: "  COMMAND ERR"
  289. *PrinterError: "    ROM ERR"
  290. *PrinterError: "  COMMAND ERR"
  291. *PrinterError: "PAPER LENGTH ERR"
  292. *PrinterError: " RIBBON ERROR"
  293. *PrinterError: "    I/O ERR"
  294. *PrinterError: "  STRANGE ERR"
  295. *PrinterError: "  COMMAND ERR"
  296. *PrinterError: "  PAPER EMPTY"
  297. *PrinterError: "  POWER TEMP"
  298. *PrinterError: "RIBBON SENS ERR"
  299. *PrinterError: "   RAM ERR"
  300. *PrinterError: "   RIBBON END"
  301. *PrinterError: "PAPER FEED ERROR"
  302. *PrinterError: "   HEAD TEMP"
  303.  
  304. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  305.  
  306. *% Color Separation Information =====================
  307.  
  308. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  309.  
  310. *InkName: ProcessBlack/Process Black
  311. *InkName: CustomColor/Custom Color
  312. *InkName: ProcessCyan/Process Cyan
  313. *InkName: ProcessMagenta/Process Magenta
  314. *InkName: ProcessYellow/Process Yellow
  315.  
  316. *%  For 60 lpi / 300 dpi  ===============================
  317.  
  318. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  319. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  320. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  321. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  322. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  323.  
  324. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329.  
  330. *%  For 53 lpi / 300 dpi  ===============================
  331.  
  332. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  333. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  334. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  335. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  336. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  339. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  340. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  341. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  342. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  343.  
  344. *% For "Colormate PS" version 51.9
  345. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  346. *% Converted to meet 4.0 specification
  347. *% Last Edit Date: Jun 23 1993
  348. *% The byte count of this file should be exactly 011622 or 011973
  349. *% depending on the filesystem it resides in.
  350. *% end of PPD file for Colormate PS
  351.  
  352.