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

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