home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Monotype_ImageMaster_1200.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  16KB  |  447 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. *%
  10. *FormatVersion: "4.0"
  11. *FileVersion: "2.2"
  12. *PCFileName: "MOIM1201.PPD"
  13. *LanguageVersion: English
  14. *Product: "(Monotype Imagesetter)"
  15. *PSVersion: "(52.3) 2.11"
  16. *ModelName: "Monotype ImageMaster 1200"
  17. *NickName: "Monotype ImageMaster 1200 v52.3"
  18.  
  19. *% ======== Constraints ==========
  20. *UIConstraints: *InputSlot Lower *PageSize Letter
  21. *UIConstraints: *InputSlot Lower *PageSize Legal
  22. *UIConstraints: *InputSlot Lower *PageSize Ledger
  23. *UIConstraints: *InputSlot Lower *PageRegion Letter
  24. *UIConstraints: *InputSlot Lower *PageRegion Legal
  25. *UIConstraints: *InputSlot Lower *PageRegion Ledger
  26. *UIConstraints: *InputSlot Upper *PageSize Letter
  27. *UIConstraints: *InputSlot Upper *PageSize Legal
  28. *UIConstraints: *InputSlot Upper *PageSize Ledger
  29. *UIConstraints: *InputSlot Upper *PageRegion Letter
  30. *UIConstraints: *InputSlot Upper *PageRegion Legal
  31. *UIConstraints: *InputSlot Upper *PageRegion Ledger
  32.  
  33. *% General Information and Defaults ===============
  34. *FreeVM: "2353786"
  35. *LanguageLevel: "1"
  36. *Extensions: CMYK FileSystem
  37. *ColorDevice: False
  38. *DefaultColorSpace: Gray
  39. *VariablePaperSize: True
  40. *FileSystem: True
  41. *?FileSystem: "
  42. save
  43.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  44. restore
  45. "
  46. *End
  47.  
  48. *Throughput: "7"
  49. *Password: "0"
  50. *ExitServer: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true 
  53.   }{
  54.     dup        % potential password
  55.     statusdict /checkpassword get exec not 
  56.   } ifelse 
  57.   {  %  if no password or not valid 
  58.     (WARNING : Cannot perform the exitserver command.) = 
  59.     (Password supplied is not valid.) = 
  60.     (Please contact the author of this software.) = flush
  61.     quit 
  62.   } if 
  63.   serverdict /exitserver get exec
  64. "
  65. *End
  66.  
  67. *Reset: "
  68.   count 0 eq {  % is the password on the stack?
  69.     true 
  70.   }{
  71.     dup        % potential password
  72.     statusdict /checkpassword get exec not 
  73.   } ifelse 
  74.   {  %  if no password or not valid 
  75.     (WARNING : Cannot reset printer.) = 
  76.     (Password supplied is not valid.) = 
  77.     (Please contact the author of this software.) = flush
  78.     quit 
  79.   } if 
  80.   serverdict /exitserver get exec
  81.   systemdict /quit get exec
  82.   (WARNING : Printer Reset Failed.) = flush
  83. "
  84. *End
  85.  
  86. *DefaultResolution: 600dpi 
  87. *?Resolution: "
  88. save
  89.   initgraphics
  90.   0 0 moveto currentpoint matrix defaultmatrix transform
  91.   0 72 lineto currentpoint matrix defaultmatrix transform
  92.   3 -1 roll sub dup mul
  93.   3 1 roll exch sub dup mul
  94.   add sqrt round cvi
  95.   (          ) cvs print (dpi) = flush
  96. restore
  97. "
  98. *End
  99.  
  100.  
  101. *% Halftone Information ===============
  102. *ScreenFreq: "85.0"
  103. *ScreenAngle: "45.0"
  104. *DefaultScreenProc: Dot
  105. *ScreenProc Dot: "
  106. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  107. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  108. "
  109. *End
  110. *ScreenProc Line: "{ pop }"
  111. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  112.  
  113. *DefaultTransfer: Null
  114. *Transfer Null: "{}"
  115. *Transfer Null.Inverse: "{ 1 exch sub }"
  116.  
  117. *% Paper Handling ===================
  118. *% Use these entries to set paper size most of the time, unless there is
  119. *% specific reason to use PageRegion.
  120. *OpenUI *PageSize: PickOne
  121. *OrderDependency: 30 AnySetup *PageSize
  122. *DefaultPageSize: Unknown
  123. *PageSize Letter: "statusdict /lettertray get exec letter"
  124. *PageSize Legal: "statusdict /legaltray get exec"
  125. *PageSize Ledger: "statusdict /ledgertray get exec"
  126. *PageSize A3: "statusdict /a3tray get exec a3"
  127. *PageSize A4: "statusdict /a4tray get exec a4"
  128. *PageSize A5: "statusdict /a5tray get exec a5"
  129. *?PageSize: "
  130. save
  131.  mark
  132.  statusdict /pageparams get exec
  133.  pop pop
  134.  (Unknown)
  135.   3 dict
  136.      dup [612 792] (Letter) put
  137.      dup [612 1008] (Legal) put
  138.      dup [1224 792] (Ledger) put
  139.      dup [420 595] (A5) put
  140.      dup [595 842] (A4) put
  141.      dup [842 1191] (A3) put
  142.   { exch aload pop
  143.     4 index eq exch 5 index eq and
  144.     { exch pop exit } { pop } ifelse
  145.   } bind forall = flush
  146.   cleartomark
  147. restore
  148. "
  149. *End
  150. *CloseUI: *PageSize
  151.  
  152. *% These entries will set up the frame buffer. Usually used with manual feed.
  153. *% Extra sizes available through manual feed, not in trays.
  154. *OpenUI *PageRegion: PickOne
  155. *OrderDependency: 40 AnySetup *PageRegion
  156. *DefaultPageRegion: Unknown
  157. *PageRegion Letter: "letter"
  158. *PageRegion Legal: "legal"
  159. *PageRegion Ledger: "ledger"
  160. *PageRegion A3: "a3"
  161. *PageRegion A4: "a4"
  162. *PageRegion A5: "a5"
  163. *CloseUI: *PageRegion
  164.  
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Unknown
  167. *ImageableArea Letter: "9 11 603 781 "
  168. *ImageableArea Legal: "9 11 603 997 "
  169. *ImageableArea Ledger: "9 11 1215 781 "
  170. *ImageableArea A3: "9 11 833 1179 "
  171. *ImageableArea A4: "9 11 586 831 "
  172. *ImageableArea A5: "0 1 422 595 "
  173. *?ImageableArea: "
  174. save
  175.   /cvp {(                ) cvs print ( ) print } bind def
  176.   /upperright {10000 mul floor 10000 div} bind def
  177.   /lowerleft {10000 mul ceiling 10000 div} bind def
  178.   newpath clippath pathbbox
  179.   4 -2 roll exch 2 {lowerleft cvp} repeat
  180.   exch 2 {upperright cvp} repeat flush
  181.  restore
  182. "
  183. *End
  184.  
  185. *% These provide the physical dimensions of the paper (by keyword)
  186. *DefaultPaperDimension: Unknown
  187. *PaperDimension Letter: "612 792"
  188. *PaperDimension Legal: "612 1008"
  189. *PaperDimension Ledger: "1224 792"
  190. *PaperDimension A3: "842 1191"
  191. *PaperDimension A4: "595 842"
  192. *PaperDimension A5: "420 595"
  193.  
  194. *DefaultOutputBin: OnlyOne
  195. *DefaultOutputOrder: Normal
  196.  
  197. *RequiresPageRegion All: True
  198.  
  199. *OpenUI *InputSlot: PickOne
  200. *OrderDependency: 20 AnySetup *InputSlot
  201. *DefaultInputSlot: Lower
  202. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  203. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  204. *?InputSlot: "
  205.  save 
  206.  [ (Upper) (Lower) ] statusdict /papertray get exec
  207.   {get exec} stopped { pop pop (Unknown)} if = flush
  208.   restore
  209. "
  210. *End
  211. *CloseUI: *InputSlot
  212.  
  213. *OpenUI *ManualFeed: Boolean
  214. *OrderDependency: 20 AnySetup *ManualFeed
  215. *DefaultManualFeed: False
  216. *ManualFeed True: "statusdict /manualfeed true put"
  217. *ManualFeed False: "statusdict /manualfeed false put"
  218. *?ManualFeed: "save
  219.   statusdict /manualfeed get
  220.   {(True)}{(False)}ifelse = flush restore"
  221. *End
  222. *CloseUI: *ManualFeed
  223.  
  224. *% Font Information =====================
  225. *DefaultFont: Courier
  226. *Font Courier: Standard "(001.004)" Standard ROM
  227. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  228. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  229. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  230. *Font Helvetica: Standard "(001.006)" Standard ROM
  231. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  232. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  233. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  234. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  235. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  236. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  237. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  238. *Font Symbol: Special "(001.003)" Special ROM
  239. *Font Times-Bold: Standard "(001.007)" Standard ROM
  240. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  241. *Font Times-Italic: Standard "(001.007)" Standard ROM
  242. *Font Times-Roman: Standard "(001.007)" Standard ROM
  243. *?FontQuery: "
  244. save
  245.  /str 100 string dup 0 (fonts/) putinterval def
  246.  {
  247.    count 1 gt
  248.    {
  249.      exch dup str 6 94 getinterval cvs
  250.      (/) print dup print (:) print exch
  251.      FontDirectory exch known
  252.      { pop (Yes) }
  253.          {
  254.            length 6 add str 0 3 -1 roll getinterval
  255.            mark exch status
  256.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  257.      } ifelse =
  258.    }
  259.    {exit} ifelse
  260.  }bind loop
  261.  (*) = flush
  262. restore
  263. "
  264. *End
  265.  
  266. *?FontList: "
  267. save
  268.   FontDirectory { pop == } bind forall flush
  269.   /filenameforall where
  270.   {
  271.     pop (fonts/*)
  272.         { dup length 6 sub 6 exch getinterval cvn == } bind
  273.     128 string filenameforall flush
  274.   } if
  275.   (*) = flush
  276. restore
  277. "
  278. *End
  279.  
  280. *% Printer Messages (verbatim from printer):
  281. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  282. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  283. *Message: "\FontName\ not found, using Courier"
  284.  
  285. *% Status (format: %%[ status: <one of these> ]%% )
  286. *Status: "idle"
  287. *Status: "busy"
  288. *Status: "waiting"
  289. *Status: "printing"
  290. *Status: "warming up"
  291. *Status: "PrinterError: Serious printer fault"
  292. *Status: "PrinterError: Printer is out of paper"
  293. *Status: "PrinterError: Paper is jammed in printer"
  294. *Status: "PrinterError: Printer is out of toner"
  295. *Status: "PrinterError: Used toner container is full"
  296. *Status: "PrinterError: Printer cover is open"
  297. *Status: "PrinterError: Material error"
  298. *Status: "PrinterError: Laser error"
  299. *Status: "PrinterError: Output unit is halted"
  300. *Status: "PrinterError: Cassette not loaded"
  301. *Status: "PrinterError: Knife error"
  302. *Status: "PrinterError: On-line transport jammed"
  303. *Status: "PrinterError: On-line transport fault"
  304. *Status: "PrinterError: Automatic film loading error"
  305. *Status: "PrinterError: Lazy loop error"
  306. *Status: "PrinterError: Printer is warming up"
  307. *Status: "PrinterError: Printer is running self test"
  308. *Status: "PrinterError: Optimum cut occuring"
  309. *Status: "PrinterError: Automatic film loading"
  310. *Status: "PrinterError: Automatic film unloading"
  311. *Status: "PrinterError: Printer offline"
  312. *Status: "PrinterError: On-line Transport is busy"
  313. *Status: "PrinterError: Printer is feeding film"
  314. *Status: "PrinterError: Requested output resolution not supported"
  315. *Status: "PrinterError: Requested feed factor not supported"
  316. *Status: "PrinterError: Requested film advance not supported"
  317. *Status: "PrinterError: Requested exposure value not supported"
  318. *Status: "PrinterError: Requested negative printing not supported"
  319. *Status: "PrinterError: Illegal Page Buffer mode"
  320. *Status: "PrinterError: Output unit error"
  321. *Status: "PrinterError: Output unit communications broken down"
  322. *Status: "PrinterError: Laserplex communications broken down"
  323. *Status: "PrinterError: Selected LaserBus not available"
  324. *Status: "PrinterError: Selected LaserBus busy"
  325. *Status: "PrinterError: Page Buffer communications broken down"
  326. *Status: "PrinterError: Page Buffer busy"
  327. *Status: "PrinterError: Page Buffer error"
  328. *Status: "PrinterError: Offline or busy"
  329. *Status: "PrinterError: Unspecified LaserBus/LaserPlex/PageBuffer error"
  330. *Status: "PrinterError: Unspecified RipSwitch command"
  331. *Status: "PrinterError: Unknown output unit status response"
  332. *Status: "PrinterError: Interface card communications breakdown"
  333. *Status: "PrinterError: Unknown printer error"
  334. *Status: "PrinterError: Graphics Server not available, or parameter error"
  335. *Status: "PrinterError: Graphics Server disk error"
  336. *Status: "PrinterError: Graphics Server disk full"
  337. *Status: "PrinterError: Graphics Server parameter error"
  338.  
  339. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  340. *Source: "serial 9"
  341. *Source: "serial 25"
  342. *Source: "AppleTalk"
  343. *Source: "Centronics"
  344.  
  345. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  346. *PrinterError: "Serious printer fault"
  347. *PrinterError: "Printer is out of paper"
  348. *PrinterError: "Paper is jammed in printer"
  349. *PrinterError: "Printer is out of toner"
  350. *PrinterError: "Used toner container is full"
  351. *PrinterError: "Printer cover is open"
  352. *PrinterError: "Material error"
  353. *PrinterError: "Laser error"
  354. *PrinterError: "Output unit is halted"
  355. *PrinterError: "Cassette not loaded"
  356. *PrinterError: "Knife error"
  357. *PrinterError: "On-line transport jammed"
  358. *PrinterError: "On-line transport fault"
  359. *PrinterError: "Automatic film loading error"
  360. *PrinterError: "Lazy loop error"
  361. *PrinterError: "Printer is warming up"
  362. *PrinterError: "Printer is running self test"
  363. *PrinterError: "Optimum cut occuring"
  364. *PrinterError: "Automatic film loading"
  365. *PrinterError: "Automatic film unloading"
  366. *PrinterError: "Printer offline"
  367. *PrinterError: "On-line Transport is busy"
  368. *PrinterError: "Printer is feeding film"
  369. *PrinterError: "Requested output resolution not supported"
  370. *PrinterError: "Requested feed factor not supported"
  371. *PrinterError: "Requested film advance not supported"
  372. *PrinterError: "Requested exposure value not supported"
  373. *PrinterError: "Requested negative printing not supported"
  374. *PrinterError: "Illegal Page Buffer mode"
  375. *PrinterError: "Output unit error"
  376. *PrinterError: "Output unit communications broken down"
  377. *PrinterError: "Laserplex communications broken down"
  378. *PrinterError: "Selected LaserBus not available"
  379. *PrinterError: "Selected LaserBus busy"
  380. *PrinterError: "Page Buffer communications broken down"
  381. *PrinterError: "Page Buffer busy"
  382. *PrinterError: "Page Buffer error"
  383. *PrinterError: "Offline or busy"
  384. *PrinterError: "Unspecified LaserBus/LaserPlex/PageBuffer error"
  385. *PrinterError: "Unspecified RipSwitch command"
  386. *PrinterError: "Unknown output unit status response"
  387. *PrinterError: "Interface card communications breakdown"
  388. *PrinterError: "Unknown printer error"
  389. *PrinterError: "Graphics Server not available, or parameter error"
  390. *PrinterError: "Graphics Server disk error"
  391. *PrinterError: "Graphics Server disk full"
  392. *PrinterError: "Graphics Server parameter error"
  393.  
  394. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  395.  
  396. *% Color Separation Information =====================
  397. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  398.  
  399. *InkName: ProcessBlack/Process Black
  400. *InkName: CustomColor/Custom Color
  401. *InkName: ProcessCyan/Process Cyan
  402. *InkName: ProcessMagenta/Process Magenta
  403. *InkName: ProcessYellow/Process Yellow
  404.  
  405. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  406.  
  407. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  408. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  409. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  410. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  411. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  412.  
  413. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  414. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  415. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  416. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  417. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  418.  
  419. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  420. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  421. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  422. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  423. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  424. *End
  425.  
  426. *%  For 71 lpi / 600 dpi  ===============================
  427.  
  428. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  429. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  430. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  431. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  432. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  433.  
  434. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  435. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  436. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  437. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  438. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  439.  
  440. *% For "Monotype Imagesetter" version 52.3
  441. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  442. *% Converted to meet 4.0 specification
  443. *% Last Edit Date: Nov 30 1992
  444. *% The byte count of this file should be exactly 015778 or 016224
  445. *% depending on the filesystem it resides in.
  446. *% end of PPD file for Monotype Imagesetter
  447.