home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrinterTypes / English.lproj / Gestetner_GLP800-Scout.ppd < prev    next >
PostScript Printer Description  |  1997-03-29  |  11KB  |  322 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. *FormatVersion: "4.0"
  10. *FileVersion: "1.2"
  11. *LanguageVersion: English
  12. *PCFileName: "GSGL8001.PPD"
  13. *Product: "(Scout-P800)"
  14. *PSVersion: "(52.3) 1"
  15. *ModelName: "Gestetner GLP800-Scout"
  16. *NickName: "Gestetner GLP800-Scout v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *LanguageLevel: "1"
  20. *Emulators: hplj
  21. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  22. *StopEmulator_hplj: "<1B7F>0"
  23. *FreeVM: "388488"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *Throughput: "8"
  28. *Password: "0"
  29. *ExitServer: "
  30.  count 0 eq
  31.     {% is the password on the stack?
  32.     true }
  33.     {dup    % potential password
  34.     statusdict /checkpassword get exec not } 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 } if
  40.  serverdict /exitserver get exec
  41. "
  42. *End
  43. *Reset: "
  44. count 0 eq
  45.     {% is the password on the stack?
  46.     true }
  47.     {dup    % potential password
  48.     statusdict /checkpassword get exec not } ifelse
  49.     {%  if no password or not valid
  50.     (WARNING : Cannot reset printer.) =
  51.     (Password supplied is not valid.) =
  52.     (Please contact the author of this software.) = flush
  53.     quit } if
  54. serverdict /exitserver get exec
  55. systemdict /quit get exec
  56. (WARNING : Printer Reset Failed.) = flush
  57. "
  58. *End
  59.  
  60. *DefaultResolution: 300dpi
  61. *?Resolution: "
  62. save
  63. initgraphics
  64. matrix defaultmatrix dup
  65. 0 get dup mul exch 1 get dup mul add sqrt
  66. 72 mul round cvi
  67. (          ) cvs print (dpi) = flush
  68. restore
  69. "
  70. *End
  71.  
  72. *% Halftone Information ===============
  73. *ScreenFreq: "60.0"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Dot
  76. *ScreenProc Dot: "
  77.  {abs exch abs 2 copy add 1 gt
  78.  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  79.  {dup mul exch dup mul add 1 exch sub} ifelse}
  80. "
  81. *End
  82. *ScreenProc Line: "{pop}"
  83. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  84.  
  85. *DefaultTransfer: Null
  86. *Transfer Null: "{}"
  87. *Transfer Null.Inverse: "{1 exch sub}"
  88.  
  89. *% Paper Handling ===================
  90. *% Code in this section selects a tray and sets up a frame buffer.
  91. *OpenUI *PageSize: PickOne
  92. *OrderDependency: 30 AnySetup *PageSize
  93. *DefaultPageSize: A4
  94. *PageSize Letter: "statusdict /lettertray get exec"
  95. *PageSize Legal: "statusdict /legaltray get exec"
  96. *PageSize Executive: "statusdict /executivetray get exec"
  97. *PageSize A4: "statusdict /a4tray get exec"
  98. *PageSize B5: "statusdict /b5tray get exec"
  99. *?PageSize: "
  100. save
  101.   5 dict
  102.   dup /letter (Letter) put
  103.   dup /legal (Legal) put
  104.   dup /a4 (A4) put
  105.   dup /b5 (B5) put
  106.   dup /executivepage (Executive) put
  107.   statusdict /papersize get exec
  108.   3 1 roll {get} stopped  {(Unknown)}if
  109.   exch  not  {print (.Transverse) }if
  110.   = flush
  111. restore
  112. "
  113. *End
  114. *CloseUI: *PageSize
  115.  
  116. *% These entries will set up the frame buffer. Usually used with manual feed.
  117. *OpenUI *PageRegion: PickOne
  118. *OrderDependency: 40 AnySetup *PageRegion
  119. *DefaultPageRegion: A4
  120. *PageRegion Letter: "letter"
  121. *PageRegion Legal: "legal"
  122. *PageRegion A4: "a4"
  123. *PageRegion B5: "b5"
  124. *PageRegion Executive: "executivepage"
  125. *CloseUI: *PageRegion
  126.  
  127. *% The following entries provide information about specific paper keywords.
  128. *DefaultImageableArea: A4
  129. *ImageableArea Letter: "14.4 10.3201 597.84 780.0 "
  130. *ImageableArea Legal: "14.4 9.3601 597.84 1000.32 "
  131. *ImageableArea A4: "12.0 15.84 580.08 823.2 "
  132. *ImageableArea B5: "15.1201 12.24 494.88 714.72 "
  133. *ImageableArea Executive: "10.5601 8.8801 509.52 749.04 "
  134. *?ImageableArea: "
  135. save
  136. /cvp {(                ) cvs print ( ) print } bind def
  137. /upperright {10000 mul floor 10000 div} bind def
  138. /lowerleft {10000 mul ceiling 10000 div} bind def
  139. newpath clippath pathbbox
  140. 4 -2 roll exch 2
  141.     {lowerleft cvp} repeat
  142. exch 2
  143.     {upperright cvp} repeat flush
  144. restore
  145. "
  146. *End
  147.  
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *DefaultPaperDimension: A4
  150. *PaperDimension Letter: "612 792"
  151. *PaperDimension Legal: "612 1008"
  152. *PaperDimension A4: "595 842"
  153. *PaperDimension B5: "516 729"
  154. *PaperDimension Executive: "522 756"
  155.  
  156. *OpenUI *ManualFeed: Boolean
  157. *OrderDependency: 20 AnySetup *ManualFeed
  158. *DefaultManualFeed: False
  159. *ManualFeed True: "statusdict /manualfeed true put"
  160. *ManualFeed False: "statusdict /manualfeed false put"
  161. *?ManualFeed: "
  162. save
  163. statusdict /manualfeed get
  164.     {(True)} {(False)}ifelse = flush
  165. restore
  166. "
  167. *End
  168. *CloseUI: *ManualFeed
  169.  
  170. *RequiresPageRegion All: True
  171. *OpenUI *InputSlot: PickOne
  172. *OrderDependency: 20 AnySetup *InputSlot
  173. *DefaultInputSlot: Cassette
  174. *InputSlot Cassette: ""
  175. *CloseUI: *InputSlot
  176.  
  177. *DefaultOutputBin:  OnlyOne
  178. *DefaultOutputOrder:  Normal
  179.  
  180. *% Font Information =====================
  181. *DefaultFont: Courier
  182. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  183. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  184. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  185. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  186. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  187. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  188. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  189. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  190. *Font Courier: Standard "(002.002)" Standard ROM
  191. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  192. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  193. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  194. *Font Helvetica: Standard "(001.006)" Standard ROM
  195. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  196. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  197. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  198. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  199. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  200. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  201. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  202. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  203. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  204. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  205. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  206. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  207. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  208. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  209. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  210. *Font Symbol: Special "(001.003)" Special ROM
  211. *Font Times-Bold: Standard "(001.007)" Standard ROM
  212. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  213. *Font Times-Italic: Standard "(001.007)" Standard ROM
  214. *Font Times-Roman: Standard "(001.007)" Standard ROM
  215. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  216. *Font ZapfDingbats: Special "(001.002)" Special ROM
  217. *?FontQuery: "
  218. save
  219. /str 100 string dup 0 (fonts/) putinterval def
  220.     {count 1 gt
  221.         {exch dup str 6 94 getinterval cvs (/) print dup print (:) print exch
  222.         FontDirectory exch known
  223.             {pop (Yes) }
  224.             {length 6 add str 0 3 -1 roll getinterval mark exch status
  225.                 {cleartomark (Yes)}
  226.                 {cleartomark (No)} ifelse} ifelse =}
  227.         {exit} ifelse} bind loop
  228. (*) = flush
  229. restore
  230. "
  231. *End
  232.  
  233. *?FontList: "
  234. save
  235. FontDirectory
  236.   {pop == } bind forall flush
  237.   /filenameforall where
  238.   {pop (fonts/*)
  239.   {dup length 6 sub 6 exch getinterval cvn ==} bind
  240.   128 string filenameforall flush} if
  241. (*) = flush
  242. restore
  243. "
  244. *End
  245.  
  246. *% Printer Messages (verbatim from printer):
  247. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  248. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  249. *Message: "\FontName\ not found, using Courier"
  250.  
  251. *% Status (format: %%[ status: <one of these> ]%% )
  252. *Status: "idle"
  253. *Status: "busy"
  254. *Status: "waiting"
  255. *Status: "printing"
  256. *Status: "warming up"
  257. *Status: "PrinterError: upper unit open"
  258. *Status: "PrinterError: toner cartridge low"
  259. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  260. *Status: "PrinterError: warming up"
  261. *Status: "PrinterError: toner cartridge missing or incorrect"
  262. *Status: "PrinterError: scanner motor malfunction"
  263. *Status: "PrinterError: fixing temperature malfunction"
  264. *Status: "PrinterError: scanner motor, laser diode or scanning mirror malfunction"
  265. *Status: "PrinterError: service call"
  266.  
  267. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  268. *Source: "serial25"
  269. *Source: "AppleTalk"
  270. *Source: "Centronics"
  271.  
  272. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  273. *PrinterError: "upper unit open"
  274. *PrinterError: "toner cartridge low"
  275. *PrinterError: "laser diode or scanning mirror malfunction"
  276. *PrinterError: "warming up"
  277. *PrinterError: "toner cartridge missing or incorrect"
  278. *PrinterError: "scanner motor malfunction"
  279. *PrinterError: "fixing temperature malfunction"
  280. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  281. *PrinterError: "service call"
  282.  
  283. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  284.  
  285. *% Color Separation Information =====================
  286. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  287.  
  288. *InkName: ProcessBlack/Process Black
  289. *InkName: CustomColor/Custom Color
  290. *InkName: ProcessCyan/Process Cyan
  291. *InkName: ProcessMagenta/Process Magenta
  292. *InkName: ProcessYellow/Process Yellow
  293.  
  294. *%  For 60 lpi / 300 dpi  ===============================
  295. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  296. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  297. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  298. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  299. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  300. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305.  
  306. *%  For 53 lpi / 300 dpi  ===============================
  307. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  308. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  309. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  310. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  311. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  312. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  313. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  314. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  315. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  316. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  317.  
  318. *% Last Edit Date: May 7 1993
  319. *% The byte count of this file should be exactly 011291 or 011612
  320. *% depending on the filesystem it resides in.
  321. *% end of PPD file for Scout-P800
  322.