home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / NextLibrary / PrinterTypes / English.lproj / Linotronic_100.ppd < prev    next >
PostScript Printer Description  |  1995-04-17  |  15KB  |  425 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: "3.3"
  11. *PCFileName: "L100_425.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Linotype)"
  14. *PSVersion: "(42.5) 0"
  15. *ModelName: "Linotronic 100"
  16. *NickName: "Linotronic 100 v42.5"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "175500"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: True
  25.  
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save
  29.   statusdict /diskstatus get exec
  30.   exch pop 0 eq {(False)} {(True)} ifelse = flush
  31. restore
  32. "
  33. *End
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true
  38.   }{
  39.     dup    % potential password
  40.     statusdict /checkpassword get exec not
  41.   } ifelse
  42.   {  %  if no password or not valid
  43.     (WARNING : Cannot perform the exitserver command.) =
  44.     (Password supplied is not valid.) =
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if
  48.   serverdict /exitserver get exec
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true
  55.   }{
  56.     dup    % potential password
  57.     statusdict /checkpassword get exec not
  58.   } ifelse
  59.   {  %  if no password or not valid
  60.     (WARNING : Cannot reset printer.) =
  61.     (Password supplied is not valid.) =
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if
  65.   serverdict /exitserver get exec
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 1270dpi
  72. *% On the L100 v42.5, there is no way for the PostScript
  73. *% controller to set the resolution of the machine.
  74. *?Resolution: "
  75. save
  76.   statusdict /resolution get exec
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "90.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion.
  100. *OpenUI *PageSize: PickOne
  101. *OrderDependency: 30 AnySetup *PageSize
  102. *DefaultPageSize: Letter.Transverse
  103. *PageSize Letter.Transverse: "Letter"
  104. *PageSize Ledger: "ledger"
  105. *PageSize A4.Transverse: "A4"
  106. *PageSize A5.Transverse: "A5"
  107. *PageSize ISOB5.Transverse: "B5"
  108. *PageSize Letter: "letter"
  109. *PageSize Legal: "legal"
  110. *PageSize Tabloid: "11x17"
  111. *PageSize A4: "a4"
  112. *PageSize A5: "a5"
  113. *PageSize ISOB5: "b5"
  114. *?PageSize: "
  115.  save
  116.  mark  statusdict /pageparams get exec  exch pop
  117.   6 dict
  118.      dup [612 792] (Letter) put
  119.      dup [612 1008] (Legal) put
  120.      dup [792 1224] (Tabloid) put
  121.      dup [595 842] (A4) put
  122.      dup [420 596] (A5) put
  123.      dup [499 709] (ISOB5) put
  124.   5 dict
  125.      dup [792 612] (Letter.Transverse) put
  126.      dup [792 1224] (Ledger) put
  127.      dup [842 595] (A4.Transverse) put
  128.      dup [596 420] (A5.Transverse) put
  129.      dup [709 499] (ISOB5.Transverse) put
  130.   3 -1 roll 1 eq { pop } { exch pop }ifelse
  131.   (Unknown) exch
  132.   { exch aload pop
  133.     4 index eq exch 5 index eq and
  134.     { exch pop exit } { pop } ifelse
  135.   } bind forall = flush cleartomark
  136. restore
  137. "
  138. *End
  139. *CloseUI: *PageSize
  140.  
  141. *% These entries will set up the frame buffer. Usually used with manual feed.
  142. *OpenUI *PageRegion: PickOne
  143. *OrderDependency: 40 AnySetup *PageRegion
  144. *DefaultPageRegion: Letter.Transverse
  145. *PageRegion Letter.Transverse: "Letter"
  146. *PageRegion Ledger: "ledger"
  147. *PageRegion A4.Transverse: "A4"
  148. *PageRegion A5.Transverse: "A5"
  149. *PageRegion ISOB5.Transverse: "B5"
  150. *PageRegion Letter: "letter"
  151. *PageRegion Legal: "legal"
  152. *PageRegion Tabloid: "11x17"
  153. *PageRegion A4: "a4"
  154. *PageRegion A5: "a5"
  155. *PageRegion ISOB5: "b5"
  156. *CloseUI: *PageRegion
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter.Transverse
  160. *ImageableArea Letter.Transverse: "0 1 612 792 "
  161. *ImageableArea Ledger: "1 0 1224 792 "
  162. *ImageableArea A4.Transverse: "0 1 595 842 "
  163. *ImageableArea A5.Transverse: "0 1 419 595 "
  164. *ImageableArea ISOB5.Transverse: "0 1 498 709 "
  165. *ImageableArea Letter: "1 0 612 792 "
  166. *ImageableArea Legal: "0 1 612 1008 "
  167. *ImageableArea Tabloid: "0 1 792 1224 "
  168. *ImageableArea A4: "0.0536 0 842.0 596.806"
  169. *ImageableArea A5: "1 0 420 595 "
  170. *ImageableArea ISOB5: "1 0 498 709 "
  171. *?ImageableArea: "
  172. save
  173.   /cvp {(                ) cvs print ( ) print } bind def
  174.   /upperright {10000 mul floor 10000 div} bind def
  175.   /lowerleft {10000 mul ceiling 10000 div} bind def
  176.   newpath clippath pathbbox
  177.   4 -2 roll exch 2 {lowerleft cvp} repeat
  178.   exch 2 {upperright cvp} repeat flush
  179.  restore
  180. "
  181. *End
  182.  
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter.Transverse
  185. *PaperDimension Letter.Transverse: "612 792"
  186. *PaperDimension Ledger: "1224 792"
  187. *PaperDimension A4.Transverse: "595 842"
  188. *PaperDimension A5.Transverse: "420 595"
  189. *PaperDimension ISOB5.Transverse: "499 709"
  190. *PaperDimension Letter: "612 792"
  191. *PaperDimension Legal: "612 1008"
  192. *PaperDimension Tabloid: "792 1224"
  193. *PaperDimension A4: "595 842"
  194. *PaperDimension A5: "420 595"
  195. *PaperDimension ISOB5: "499 709"
  196.  
  197. *%=== Custom Page Sizes ==================================
  198.  
  199. *% These entries provide the code and parameter ranges for a user
  200. *% to set up a custom page size.
  201. *CustomPageSize True: "exch pop statusdict /setpageparams get exec"
  202. *ParamCustomPageSize Width: 1 points 0 842
  203. *ParamCustomPageSize Height: 2 points 0 2000
  204. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 842
  205. *ParamCustomPageSize HeightOffset: 4 points 0 0
  206. *ParamCustomPageSize Orientation: 5 int 0 1
  207. *CenterRegistered: False
  208. *MaxMediaWidth: "842"
  209.  
  210. *% Default Paper Handling Features
  211. *RequiresPageRegion All: True
  212. *OpenUI *InputSlot: PickOne
  213. *OrderDependency: 20 AnySetup *InputSlot
  214. *DefaultInputSlot: Cassette
  215. *InputSlot Cassette: ""
  216. *CloseUI: *InputSlot
  217.  
  218. *DefaultOutputOrder: Normal
  219.  
  220. *% === Imagesetter Information ===========================
  221. *OpenGroup: Imagesetter
  222. *OpenUI *MirrorPrint/Mirror: Boolean
  223. *OrderDependency: 50 AnySetup *MirrorPrint
  224. *DefaultMirrorPrint: False
  225. *MirrorPrint True: "statusdict /mirrorprint true put"
  226. *MirrorPrint False: "statusdict /mirrorprint false put"
  227. *?MirrorPrint: "save statusdict /mirrorprint get
  228.         {(True)}{(False)}ifelse = flush restore"
  229. *End
  230. *CloseUI: *MirrorPrint
  231.  
  232. *OpenUI *NegativePrint/Negative: Boolean
  233. *OrderDependency: 50 AnySetup *NegativePrint
  234. *DefaultNegativePrint: False
  235. *NegativePrint True: "statusdict /negativeprint true put"
  236. *NegativePrint False: "statusdict /negativeprint false put"
  237. *?NegativePrint: "save statusdict /negativeprint get
  238.         {(True)}{(False)}ifelse = flush restore"
  239. *End
  240. *CloseUI: *NegativePrint
  241.  
  242. *CloseGroup: Imagesetter
  243.  
  244. *% Font Information =====================
  245. *DefaultFont: Courier
  246. *Font Courier: Standard "(001.004)" Standard ROM
  247. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  248. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  249. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  250. *Font Helvetica: Standard "(001.000)" Standard ROM
  251. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  252. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  253. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  254. *Font Symbol: Special "(001.001)" Special ROM
  255. *Font Times-Bold: Standard "(001.000)" Standard ROM
  256. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  257. *Font Times-Italic: Standard "(001.000)" Standard ROM
  258. *Font Times-Roman: Standard "(001.000)" Standard ROM
  259. *?FontQuery: "
  260. save
  261.  /str 100 string dup 0 (fonts/) putinterval def
  262.  {
  263.    count 1 gt
  264.    {
  265.      exch dup str 6 94 getinterval cvs
  266.      (/) print dup print (:) print exch
  267.      FontDirectory exch known
  268.      { pop (Yes) }
  269.       {
  270.         length 6 add str 0 3 -1 roll getinterval
  271.         mark exch status
  272.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  273.      } ifelse =
  274.    }
  275.    {exit} ifelse
  276.  }bind loop
  277.  (*) = flush
  278. restore
  279. "
  280. *End
  281.  
  282. *?FontList: "
  283. save
  284.   FontDirectory { pop == } bind forall flush
  285.   /filenameforall where
  286.   {
  287.     pop (fonts/*)
  288.     { dup length 6 sub 6 exch getinterval cvn == } bind
  289.     128 string filenameforall flush
  290.   } if
  291.   (*) = flush
  292. restore
  293. "
  294. *End
  295.  
  296. *% Printer Messages (verbatim from printer):
  297. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  298. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  299. *Message: "\FontName\ not found, using Courier"
  300.  
  301. *% Status (format: %%[ status: <one of these> ]%% )
  302. *Status: "idle"
  303. *Status: "busy"
  304. *Status: "waiting"
  305. *Status: "printing"
  306. *Status: "warming up"
  307. *Status: "PrinterError: recorder not responding"
  308. *Status: "PrinterError: recorder offline or out of film"
  309. *Status: "PrinterError: page too large at current resolution"
  310.  
  311. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  312. *Source: "serial9"
  313. *Source: "serial25"
  314. *Source: "AppleTalk"
  315. *Source: "Centronics"
  316.  
  317. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  318. *PrinterError: "recorder not responding"
  319. *PrinterError: "recorder offline or out of film"
  320. *PrinterError: "page too large at current resolution"
  321.  
  322. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  323.  
  324. *% Color Separation Information =====================
  325.  
  326. *DefaultColorSep: ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi
  327.  
  328. *InkName: ProcessBlack/Process Black
  329. *InkName: CustomColor/Custom Color
  330. *InkName: ProcessCyan/Process Cyan
  331. *InkName: ProcessMagenta/Process Magenta
  332. *InkName: ProcessYellow/Process Yellow
  333.  
  334. *% For 90 lpi / 635 dpi (5,5,2,6,6,2,20/3,0) ===============================
  335.  
  336. *ColorSepScreenAngle ProcessBlack.90lpi.635dpi/90 lpi / 635 dpi: "45.0"
  337. *ColorSepScreenAngle CustomColor.90lpi.635dpi/90 lpi / 635 dpi: "45.0"
  338. *ColorSepScreenAngle ProcessCyan.90lpi.635dpi/90 lpi / 635 dpi: "71.5651"
  339. *ColorSepScreenAngle ProcessMagenta.90lpi.635dpi/90 lpi / 635 dpi: "18.4349"
  340. *ColorSepScreenAngle ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "0.0"
  341.  
  342. *ColorSepScreenFreq ProcessBlack.90lpi.635dpi/90 lpi / 635 dpi: "89.8026"
  343. *ColorSepScreenFreq CustomColor.90lpi.635dpi/90 lpi / 635 dpi: "89.8026"
  344. *ColorSepScreenFreq ProcessCyan.90lpi.635dpi/90 lpi / 635 dpi: "100.402"
  345. *ColorSepScreenFreq ProcessMagenta.90lpi.635dpi/90 lpi / 635 dpi: "100.402"
  346. *ColorSepScreenFreq ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "31.75"
  347.  
  348. *ColorSepScreenProc ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "
  349. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  350. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  351. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  352. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  353. *End
  354.  
  355. *% For 75 lpi / 635 dpi =====================================================
  356.  
  357. *ColorSepScreenAngle ProcessBlack.75lpi.635dpi/75 lpi / 635 dpi: "45.0"
  358. *ColorSepScreenAngle CustomColor.75lpi.635dpi/75 lpi / 635 dpi: "45.0"
  359. *ColorSepScreenAngle ProcessCyan.75lpi.635dpi/75 lpi / 635 dpi: "71.5651"
  360. *ColorSepScreenAngle ProcessMagenta.75lpi.635dpi/75 lpi / 635 dpi: "18.4349"
  361. *ColorSepScreenAngle ProcessYellow.75lpi.635dpi/75 lpi / 635 dpi: "0.0"
  362.  
  363. *ColorSepScreenFreq ProcessBlack.75lpi.635dpi/75 lpi / 635 dpi: "74.8355"
  364. *ColorSepScreenFreq CustomColor.75lpi.635dpi/75 lpi / 635 dpi: "74.8355"
  365. *ColorSepScreenFreq ProcessCyan.75lpi.635dpi/75 lpi / 635 dpi: "66.9349"
  366. *ColorSepScreenFreq ProcessMagenta.75lpi.635dpi/75 lpi / 635 dpi: "66.9349"
  367. *ColorSepScreenFreq ProcessYellow.75lpi.635dpi/75 lpi / 635 dpi: "70.5556"
  368.  
  369. *% For 128 lpi / 1270 dpi (7,7,4,11,11,4,11,0) ===============================
  370.  
  371. *ColorSepScreenAngle ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi: "45.0"
  372. *ColorSepScreenAngle CustomColor.128lpi.1270dpi/128 lpi / 1270 dpi: "45.0"
  373. *ColorSepScreenAngle ProcessCyan.128lpi.1270dpi/128 lpi / 1270 dpi: "70.0169"
  374. *ColorSepScreenAngle ProcessMagenta.128lpi.1270dpi/128 lpi / 1270 dpi: "19.9831"
  375. *ColorSepScreenAngle ProcessYellow.128lpi.1270dpi/128 lpi / 1270 dpi: "0.0"
  376.  
  377. *ColorSepScreenFreq ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi: "128.289"
  378. *ColorSepScreenFreq CustomColor.128lpi.1270dpi/128 lpi / 1270 dpi: "128.289"
  379. *ColorSepScreenFreq ProcessCyan.128lpi.1270dpi/128 lpi / 1270 dpi: "108.503"
  380. *ColorSepScreenFreq ProcessMagenta.128lpi.1270dpi/128 lpi / 1270 dpi: "108.503"
  381. *ColorSepScreenFreq ProcessYellow.128lpi.1270dpi/128 lpi / 1270 dpi: "115.455"
  382.  
  383. *% For 112 lpi / 1270 dpi ===================================================
  384.  
  385. *ColorSepScreenAngle ProcessBlack.112lpi.1270dpi/112 lpi / 1270 dpi: "45.0"
  386. *ColorSepScreenAngle CustomColor.112lpi.1270dpi/112 lpi / 1270 dpi: "45.0"
  387. *ColorSepScreenAngle ProcessCyan.112lpi.1270dpi/112 lpi / 1270 dpi: "71.5651"
  388. *ColorSepScreenAngle ProcessMagenta.112lpi.1270dpi/112 lpi / 1270 dpi: "18.4349"
  389. *ColorSepScreenAngle ProcessYellow.112lpi.1270dpi/112 lpi / 1270 dpi: "0.0"
  390.  
  391. *ColorSepScreenFreq ProcessBlack.112lpi.1270dpi/112 lpi / 1270 dpi: "112.253"
  392. *ColorSepScreenFreq CustomColor.112lpi.1270dpi/112 lpi / 1270 dpi: "112.253"
  393. *ColorSepScreenFreq ProcessCyan.112lpi.1270dpi/112 lpi / 1270 dpi: "100.402"
  394. *ColorSepScreenFreq ProcessMagenta.112lpi.1270dpi/112 lpi / 1270 dpi: "100.402"
  395. *ColorSepScreenFreq ProcessYellow.112lpi.1270dpi/112 lpi / 1270 dpi: "105.833"
  396.  
  397. *% For 90 lpi / 1270 dpi (10,10,4,12,12,4,40/3,0) ===========================
  398.  
  399. *ColorSepScreenAngle ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "45.0"
  400. *ColorSepScreenAngle CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "45.0"
  401. *ColorSepScreenAngle ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "71.5651"
  402. *ColorSepScreenAngle ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "18.4349"
  403. *ColorSepScreenAngle ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "0.0"
  404.  
  405. *ColorSepScreenFreq ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "89.8026"
  406. *ColorSepScreenFreq CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "89.8026"
  407. *ColorSepScreenFreq ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "100.402"
  408. *ColorSepScreenFreq ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "100.402"
  409. *ColorSepScreenFreq ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "31.75"
  410.  
  411. *ColorSepScreenProc ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "
  412. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  413. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  414. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  415. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  416. *End
  417.  
  418. *% For "Linotype" version 42.5
  419. *% Produced by GetAPD.ps" with some hand editing
  420. *% Converted to meet 4.0 specification
  421. *% Last Edit Date: Nov 30 1992
  422. *% The byte count of this file should be exactly 014919 or 015343
  423. *% depending on the filesystem it resides in.
  424. *% end of PPD file for Linotype
  425.