home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 12 / 12_pcplus_supercd.iso / COMUN / NWMAC / NW_MAC / APLWIIG1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-14  |  13.3 KB  |  340 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 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: "2.1"
  11. *PCFileName: "APLWIIg1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter IIg)"
  14. *PSVersion: "(2010.113) 1"
  15. *ModelName: "Apple LaserWriter IIg"
  16. *NickName: "Apple LaserWriter IIg v2010.113"
  17.  
  18. *% === Basic Capabilities ===============
  19. *FreeVM: "509428"
  20. *LanguageLevel: "2"
  21. *Protocols: BCP
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27.    save false
  28.       (%disk?%)
  29.       { currentdevparams dup /Writeable known
  30.         { /Writeable get {pop true} if }  { pop } ifelse 
  31.       } 10 string /IODevice resourceforall
  32.       {(True)}{(False)} ifelse = flush
  33.    restore"
  34. *End
  35. *Emulators: hplj
  36. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  37. *StopEmulator_hplj: "<1B7F>0"
  38. *Throughput: "8"
  39. *Password: "()"
  40. *ExitServer: "
  41.    count 0 eq
  42.    { false } { true exch startjob } ifelse
  43.    not { (WARNING: Cannot modify initial VM.) =
  44.             (Missing or invalid password.) =
  45.             (Please contact the author of this software.) = flush quit
  46.           } if"
  47. *End
  48. *Reset: "
  49.    count 0 eq
  50.    { false } { true exch startjob } ifelse
  51.    not { (WARNING: Cannot reset printer.) =
  52.             (Missing or invalid password.) =
  53.             (Please contact the author of this software.) = flush quit
  54.           } if
  55.    systemdict /quit get exec
  56.    (WARNING : Printer Reset Failed.) = flush"
  57. *End
  58. *DefaultResolution: 300dpi
  59. *?Resolution: "
  60.    save
  61.    currentpagedevice /HWResolution get
  62.    0 get
  63.    (          ) cvs print (dpi) = flush
  64.    restore"
  65. *End
  66.  
  67. *% === PhotoGrade (bits per pixel) =============
  68. *OpenUI *BitsPerPixel/PhotoGrade: Boolean
  69. *OrderDependency: 50 AnySetup *BitsPerPixel
  70. *DefaultBitsPerPixel: 4
  71. *BitsPerPixel 4/On: "1 dict dup /PreRenderingEnhance true put setpagedevice"
  72. *BitsPerPixel None/Off: "1 dict dup /PreRenderingEnhance false put setpagedevice"
  73. *?BitsPerPixel: "
  74.    save currentpagedevice /PreRenderingEnhance get
  75.    {(4)}{(None)} ifelse = flush restore"
  76. *End
  77. *CloseUI: *BitsPerPixel
  78.  
  79. *% === FinePrint (smoothing) =============
  80. *OpenUI *Smoothing/FinePrint: Boolean
  81. *OrderDependency: 50 AnySetup *Smoothing
  82. *DefaultSmoothing: True
  83. *Smoothing True/On: "1 dict dup /PostRenderingEnhance true put setpagedevice"
  84. *Smoothing False/Off: "1 dict dup /PostRenderingEnhance false put setpagedevice"
  85. *?Smoothing: "
  86.    save currentpagedevice /PostRenderingEnhance get
  87.    {(True)}{(False)} ifelse = flush restore"
  88. *End
  89. *CloseUI: *Smoothing
  90.  
  91. *% === Halftone Information ===============
  92. *AccurateScreensSupport: True
  93. *ScreenFreq: "106.0"
  94. *ScreenAngle: "45"
  95. *DefaultScreenProc: Dot
  96. *ScreenProc Dot: "
  97. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  98. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  99. "
  100. *End
  101. *ScreenProc Line: "{ pop }"
  102. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  103.  
  104. *DefaultTransfer: Null
  105. *Transfer Null: "{ }"
  106. *Transfer Null.Inverse: "{ 1 exch sub }"
  107.  
  108. *% === Paper Handling ===================
  109. *% Use these entries to set paper size most of the time, unless there is
  110. *% specific reason to use PageRegion.
  111. *OpenUI *PageSize: PickOne
  112. *OrderDependency: 30 AnySetup *PageSize
  113. *DefaultPageSize: Unknown
  114. *PageSize Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  115. *PageSize Legal: "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  116. *PageSize A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  117. *PageSize B5: "2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  118. *?PageSize: "
  119.    save currentpagedevice /PageSize get aload pop
  120.    2 copy gt {exch} if (Unknown) 
  121.    4 dict
  122.    dup [612 792] (Letter) put
  123.    dup [612 1008] (Legal) put
  124.    dup [595 842] (A4) put
  125.    dup [516 729] (B5) put
  126.    { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  127.       { exch pop exit } { pop } ifelse
  128.    } bind forall = flush pop pop
  129.    restore"
  130. *End
  131. *CloseUI: *PageSize
  132.  
  133. *% These entries will set up the frame buffer. Usually used with manual feed.
  134. *OpenUI *PageRegion: PickOne
  135. *OrderDependency: 40 AnySetup *PageRegion
  136. *DefaultPageRegion: Unknown
  137. *PageRegion Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  138. *PageRegion Legal: "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  139. *PageRegion A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  140. *PageRegion B5: "2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  141. *CloseUI: *PageRegion
  142.  
  143. *% The following entries provide information about specific paper keywords.
  144. *DefaultImageableArea: Unknown
  145. *ImageableArea Letter: "31 31 583 761 "
  146. *ImageableArea Legal: "15 8 597 1000 "
  147. *ImageableArea A4: "27 31 571 811 "
  148. *ImageableArea B5: "21 10 504 715 "
  149. *?ImageableArea: "
  150. save
  151.   /cvp { (                ) cvs print ( ) print } bind def
  152.   /upperright {10000 mul floor 10000 div} bind def
  153.   /lowerleft {10000 mul ceiling 10000 div} bind def
  154.   newpath clippath pathbbox
  155.   4 -2 roll exch 2 {lowerleft cvp} repeat
  156.   exch 2 {upperright cvp} repeat flush
  157.  restore"
  158. *End
  159.  
  160. *% These provide the physical dimensions of the paper (by keyword)
  161. *DefaultPaperDimension: Unknown
  162. *PaperDimension Letter: "612 792"
  163. *PaperDimension Legal: "612 1008"
  164. *PaperDimension A4: "595 842"
  165. *PaperDimension B5: "516 729"
  166.  
  167. *OpenUI *ManualFeed: Boolean
  168. *OrderDependency: 20 AnySetup *ManualFeed
  169. *DefaultManualFeed: False
  170. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  171. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  172. *?ManualFeed: " 
  173.    save currentpagedevice /ManualFeed get
  174.    {(True)} {(False)} ifelse = flush restore"
  175. *End
  176. *CloseUI: *ManualFeed
  177.  
  178. *OpenUI *InputSlot: PickOne
  179. *OrderDependency: 20 AnySetup *InputSlot
  180. *DefaultInputSlot: Cassette
  181. *InputSlot Cassette: ""
  182. *CloseUI: *InputSlot
  183.  
  184. *DefaultOutputBin: OnlyOne
  185. *DefaultOutputOrder: Normal
  186.  
  187. *% === Font Information =====================
  188. *DefaultFont: Courier
  189. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  190. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  191. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  192. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  193. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  194. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  195. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  196. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  197. *Font Courier: Standard "(002.003)" Standard ROM
  198. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  199. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  200. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  201. *Font Helvetica: Standard "(001.006S)" Standard ROM
  202. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  203. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  204. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  205. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  206. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  207. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  208. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  209. *Font NewCenturySchlbk-Bold: Standard "(001.008S)" Standard ROM
  210. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006S)" Standard ROM
  211. *Font NewCenturySchlbk-Italic: Standard "(001.005S)" Standard ROM
  212. *Font NewCenturySchlbk-Roman: Standard "(001.006S)" Standard ROM
  213. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  214. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  215. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  216. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  217. *Font Symbol: Special "(001.007S)" Special ROM
  218. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  219. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  220. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  221. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  222. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  223. *?FontQuery: "
  224.    save  
  225.    { count 1 gt
  226.       { exch dup 127 string cvs (/) print print (:) print
  227.        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse = 
  228.       } { exit } ifelse
  229.    } bind loop
  230.    (*) = flush
  231.    restore"
  232. *End
  233.  
  234. *?FontList: "
  235.    save (*) {cvn ==} 128 string /Font resourceforall
  236.    (*) = flush restore"
  237. *End
  238.  
  239. *% Printer Messages (verbatim from printer):
  240. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  241. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  242. *Message: "\FontName\ not found, using Courier"
  243.  
  244. *% Status (format: %%[ status: <one of these> ]%% )
  245. *Status: "initializing"
  246. *Status: "idle"
  247. *Status: "holding"
  248. *Status: "busy"
  249. *Status: "waiting"
  250. *Status: "PrinterError: cover open"
  251. *Status: "PrinterError: warming up"
  252. *Status: "PrinterError: toner cartridge missing or incorrect"
  253. *Status: "PrinterError: paper entry misfeed"
  254. *Status: "PrinterError: paper exit misfeed"
  255. *Status: "PrinterError: out of paper"
  256. *Status: "PrinterError: no paper tray"
  257. *Status: "PrinterError: fixing temperature malfunction"
  258. *Status: "PrinterError: scanner motor malfunction"
  259. *Status: "PrinterError: laser doide or scanning mirror malfunction"
  260. *Status: "PrinterError: test printing stage"
  261. *Status: "PrinterError: service call"
  262.  
  263. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  264. *Source: "Serial"
  265. *Source: "SerialB"
  266. *Source: "LocalTalk"
  267. *Source: "EtherTalk"
  268.  
  269. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  270. *PrinterError: "cover open"
  271. *PrinterError: "warming up"
  272. *PrinterError: "toner cartridge missing or incorrect"
  273. *PrinterError: "paper entry misfeed"
  274. *PrinterError: "paper exit misfeed"
  275. *PrinterError: "out of paper"
  276. *PrinterError: "no paper tray"
  277. *PrinterError: "fixing temperature malfunction"
  278. *PrinterError: "scanner motor malfunction"
  279. *PrinterError: "laser doide or scanning mirror malfunction"
  280. *PrinterError: "test printing stage"
  281. *PrinterError: "service call"
  282.  
  283. *% Color Separation Information =========================
  284. *DefaultColorSep: ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi
  285.  
  286. *InkName: ProcessBlack/Process Black
  287. *InkName: CustomColor/Custom Color
  288. *InkName: ProcessCyan/Process Cyan
  289. *InkName: ProcessMagenta/Process Magenta
  290. *InkName: ProcessYellow/Process Yellow
  291.  
  292. *%  For 106 lpi / 300 dpi  ===============================
  293.  
  294. *ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  295. *ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  296. *ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "71.5651"
  297. *ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "18.4349"
  298. *ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "0.0"
  299.  
  300. *ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  301. *ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  302. *ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  303. *ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  304. *ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "100.0"
  305.  
  306. *%  For 60 lpi / 300 dpi  ===============================
  307.  
  308. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  309. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  310. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  311. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  312. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  313.  
  314. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  315. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  317. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  318. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319.  
  320. *%  For 53 lpi / 300 dpi  ===============================
  321.  
  322. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  323. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  324. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  325. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  326. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  327.  
  328. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  329. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  330. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  331. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  332. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  333.  
  334. *% For "LaserWriter IIg" version 2010.113
  335. *% Converted to meet 4.0 specification
  336. *% Last Edit Date: Jun 1 1992
  337. *% The byte count of this file should be exactly 013256 or 013595
  338. *% depending on the filesystem it resides in.
  339. *% end of PPD file for Apple LaserWriter IIg
  340.