home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Digital_ScriptPrinter.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  10KB  |  311 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. *LanguageVersion: English
  13. *PCFileName: "DCLN03R1.PPD"
  14. *Product: "(ScriptPrinter)"
  15. *PSVersion: "(47.2) 1"
  16. *ModelName: "Digital ScriptPrinter"
  17. *NickName: "Digital LN03R ScriptPrinter"
  18.  
  19. *% === Basic Capabilities ===============
  20. *LanguageLevel: "1"
  21. *FreeVM: "408148"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: False
  26. *Throughput: "8"
  27. *Password: "(LN03R)"
  28. *ExitServer: "
  29.   count 0 eq {  % is the password on the stack?
  30.     true 
  31.   }{
  32.     dup  % potential password
  33.     statusdict /checkpassword get exec 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 /exitserver get exec
  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 /checkpassword get exec 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 /exitserver get exec
  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.   matrix defaultmatrix dup 
  69.   0 get dup mul exch 1 get dup mul add sqrt
  70.   72 mul round cvi
  71.   (          ) cvs print (dpi) = flush
  72. restore
  73. "
  74. *End
  75.  
  76. *% Halftone Information ===============
  77. *ScreenFreq: "60.0"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  82. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Code in this section selects a tray and sets up a frame buffer.
  94. *OpenUI *PageSize: PickOne
  95. *OrderDependency: 30 AnySetup *PageSize
  96. *DefaultPageSize: Letter
  97. *PageSize Letter: "letter"
  98. *PageSize A4: "a4"
  99. *?PageSize: "
  100.  save
  101.     2 dict
  102.       dup /lettertray (Letter) put
  103.       dup /a4tray (A4) put
  104.    statusdict /papersize get exec
  105.    3 1 roll  {get} stopped {(Unknown)}if
  106.    exch  not { print (.Transverse) }if
  107.    = flush
  108. restore 
  109. "
  110. *End
  111. *CloseUI: *PageSize
  112.  
  113. *% These entries will set up the frame buffer. Usually used with manual feed.
  114. *OpenUI *PageRegion: PickOne
  115. *OrderDependency: 40 AnySetup *PageRegion
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion A4: "a4"
  119. *CloseUI: *PageRegion
  120.  
  121. *% The following entries provide information about specific paper keywords.
  122. *DefaultImageableArea: Letter
  123. *ImageableArea Letter: "18.0 7.44 593.76 775.2 "
  124. *ImageableArea A4: "17.28 9.84 577.68 825.6 "
  125. *?ImageableArea: "
  126.  save
  127.    /cvp { (                ) cvs print ( ) print } bind def
  128.    /upperright {10000 mul floor 10000 div} bind def
  129.    /lowerleft {10000 mul ceiling 10000 div} bind def
  130.    newpath clippath pathbbox
  131.    4 -2 roll exch 2 {lowerleft cvp} repeat
  132.    exch 2 {upperright cvp} repeat flush
  133.  restore
  134. "
  135. *End
  136.  
  137. *% These provide the physical dimensions of the paper (by keyword)
  138. *DefaultPaperDimension: Letter
  139. *PaperDimension Letter: "612 792"
  140. *PaperDimension A4: "595 842"
  141.  
  142. *OpenUI *InputSlot: PickOne
  143. *OrderDependency: 20 AnySetup *InputSlot
  144. *DefaultInputSlot: OnlyOne
  145. *InputSlot OnlyOne: ""
  146. *CloseUI: *InputSlot
  147.  
  148. *DefaultOutputBin:  OnlyOne
  149. *DefaultOutputOrder:  Normal
  150.  
  151. *% Font Information =====================
  152. *DefaultFont: Error
  153. *Font AvantGarde-Book: Standard "(001.001)" Standard
  154. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard
  155. *Font AvantGarde-Demi: Standard "(001.001)" Standard
  156. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard
  157. *Font Courier: Standard "(001.004)" Standard
  158. *Font Courier-Bold: Standard "(001.004)" Standard
  159. *Font Courier-BoldOblique: Standard "(001.004)" Standard
  160. *Font Courier-Oblique: Standard "(001.004)" Standard
  161. *Font Helvetica: Standard "(001.001)" Standard
  162. *Font Helvetica-Bold: Standard "(001.001)" Standard
  163. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard
  164. *Font Helvetica-Oblique: Standard "(001.001)" Standard
  165. *Font LubalinGraph-Book: Standard "(001.001)" Standard
  166. *Font LubalinGraph-BookOblique: Standard "(001.001)" Standard
  167. *Font LubalinGraph-Demi: Standard "(001.001)" Standard
  168. *Font LubalinGraph-DemiOblique: Standard "(001.001)" Standard
  169. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard
  170. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard
  171. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard
  172. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard
  173. *Font Souvenir-Demi: Standard "(001.001)" Standard
  174. *Font Souvenir-DemiItalic: Standard "(001.001)" Standard
  175. *Font Souvenir-Light: Standard "(001.001)" Standard
  176. *Font Souvenir-LightItalic: Standard "(001.001)" Standard
  177. *Font Symbol: Special "(001.001)" Special
  178. *Font Times-Bold: Standard "(001.001)" Standard
  179. *Font Times-BoldItalic: Standard "(001.001)" Standard
  180. *Font Times-Italic: Standard "(001.001)" Standard
  181. *Font Times-Roman: Standard "(001.001)" Standard
  182.  
  183. *?FontQuery: "
  184. save
  185.  /str 100 string dup 0 (fonts/) putinterval def
  186.  {
  187.    count 1 gt
  188.    { 
  189.      exch dup str 6 94 getinterval cvs
  190.      (/) print dup print (:) print exch
  191.      FontDirectory exch known
  192.      { pop (Yes) }
  193.     { 
  194.       length 6 add str 0 3 -1 roll getinterval
  195.       mark exch status
  196.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  197.      } ifelse =
  198.    }
  199.    {exit} ifelse
  200.  }bind loop
  201.  (*) = flush
  202. restore
  203. "
  204. *End
  205.  
  206. *?FontList: "
  207. save
  208. FontDirectory { pop == } bind forall flush
  209. (*) = flush
  210. restore
  211. "
  212. *End
  213.  
  214. *% Printer Messages (verbatim from printer):
  215. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  216. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  217. *Message: "\FontName\ not found, using Courier"
  218.  
  219. *% Status (format: %%[ status: <one of these> ]%% )
  220. *Status: "idle"
  221. *Status: "busy"
  222. *Status: "waiting"
  223. *Status: "printing"
  224. *Status: "warming up"
  225. *Status: "PrinterError: optical error"
  226. *Status: "PrinterError: paper exit jam"
  227. *Status: "PrinterError: paper feed error"
  228. *Status: "PrinterError: fusing error"
  229. *Status: "PrinterError: internal controller memory error"
  230. *Status: "PrinterError: OPC synchronous mark error"
  231. *Status: "PrinterError: paper transporter jam"
  232. *Status: "PrinterError: tray cover open"
  233. *Status: "PrinterError: OPC belt bad & toner empty"
  234. *Status: "PrinterError: out of toner"
  235. *Status: "PrinterError: fuser cover open"
  236. *Status: "PrinterError: developer tray/side cover open"
  237. *Status: "PrinterError: toner collection container full"
  238. *Status: "PrinterError: offline"
  239. *Status: "PrinterError: out of paper"
  240. *Status: "PrinterError: main motor error"
  241. *Status: "PrinterError: OPC belt bad"
  242.  
  243. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  244. *Source: "serial25"
  245.  
  246. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  247. *PrinterError: "optical error"
  248. *PrinterError: "paper exit jam"
  249. *PrinterError: "paper feed error"
  250. *PrinterError: "fusing error"
  251. *PrinterError: "internal controller memory error"
  252. *PrinterError: "OPC synchronous mark error"
  253. *PrinterError: "paper transporter jam"
  254. *PrinterError: "tray cover open"
  255. *PrinterError: "OPC belt bad & toner empty"
  256. *PrinterError: "out of toner"
  257. *PrinterError: "fuser cover open"
  258. *PrinterError: "developer tray/side cover open"
  259. *PrinterError: "toner collection container full"
  260. *PrinterError: "offline"
  261. *PrinterError: "out of paper"
  262. *PrinterError: "main motor error"
  263. *PrinterError: "OPC belt bad"
  264.  
  265. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  266.  
  267. *% Color Separation Information =====================
  268.  
  269. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  270.  
  271. *InkName: ProcessBlack/Process Black
  272. *InkName: CustomColor/Custom Color
  273. *InkName: ProcessCyan/Process Cyan
  274. *InkName: ProcessMagenta/Process Magenta
  275. *InkName: ProcessYellow/Process Yellow
  276.  
  277. *%  For 60 lpi / 300 dpi  ===============================
  278.  
  279. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  280. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  281. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  282. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  283. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  284.  
  285. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  286. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  287. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  288. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  289. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  290.  
  291. *%  For 53 lpi / 300 dpi  ===============================
  292.  
  293. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  294. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  295. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  296. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  297. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  298.  
  299. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  300. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  301. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  302. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  303. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  304.  
  305. *% Produced by "bldppd4.0L1.ps"
  306. *% Last Edit Date: Jun 23 1993
  307. *% The byte count of this file should be exactly 010206 or 010516
  308. *% depending on the filesystem it resides in.
  309. *% end of PPD file for ScriptPrinter
  310.  
  311.