home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / driver20.cab / lhpr60_1.spd < prev    next >
Encoding:
PostScript Printer Description  |  1997-10-20  |  7.0 KB  |  195 lines

  1. *PPD-Adobe: "4.1"
  2. *% LHPR60_1.spd: Simplified form of LHPR60_1.ppd
  3. *PCFileName: "LHPr60_1.PPD"
  4. *Product: "(Linotype)"
  5. *PSVersion: "(52.3) 906"
  6. *ModelName: "Linotronic Pr60"
  7. *NickName: "Linotronic Pr60 v52.3"
  8. *ShortNickName: "Linotronic Pr60 v52.3"
  9. *FreeVM: "1068498"
  10. *LanguageLevel: "1"
  11. *ColorDevice: False
  12. *Password: "0"
  13. *ExitServer: "
  14.   count 0 eq {  % is the password on the stack?
  15.     true
  16.   }{
  17.     dup    % potential password
  18.     statusdict /checkpassword get exec not
  19.   } ifelse
  20.   {  %  if no password or not valid
  21.     (WARNING : Cannot perform the exitserver command.) =
  22.     (Password supplied is not valid.) =
  23.     (Please contact the author of this software.) = flush
  24.     quit
  25.   } if
  26.   serverdict /exitserver get exec
  27. "
  28. *End
  29. *DefaultResolution: 600dpi
  30. *?Resolution: "
  31. save
  32.   initgraphics
  33.   0 0 moveto currentpoint matrix defaultmatrix transform
  34.   0 72 lineto currentpoint matrix defaultmatrix transform
  35.   3 -1 roll sub dup mul
  36.   3 1 roll exch sub dup mul
  37.   add sqrt round cvi
  38.   (          ) cvs print (dpi) = flush
  39. restore
  40. "
  41. *End
  42. *ScreenFreq: "85"
  43. *ScreenAngle: "45"
  44. *OpenUI *PageSize: PickOne
  45. *OrderDependency: 30 AnySetup *PageSize
  46. *DefaultPageSize: Letter
  47. *PageSize Letter: "612 792 1 statusdict /setpage get exec"
  48. *PageSize Legal: "612 1008 1 statusdict /setpage get exec"
  49. *PageSize A4: "595 842 1 statusdict /setpage get exec"
  50. *PageSize A3: "842 1191 1 statusdict /setpage get exec"
  51. *PageSize Letter.Transverse: "792 612 0 statusdict /setpage get exec"
  52. *PageSize A4.Transverse: "842 595 0 statusdict /setpage get exec"
  53. *?PageSize: "
  54. save
  55.     mark statusdict /pageparams get exec exch pop
  56.   6 dict
  57.     dup [595 842] (A4.Transverse) put
  58.     dup [612 792] (Letter.Transverse) put
  59.   dup [792 612] (Letter) put
  60.     dup [842 595] (A4) put
  61.   dup [1008 612] (Legal) put
  62.   dup [1191 842] (A3) put
  63.     3 -1 roll 1 eq { pop } { exch pop }ifelse
  64.     (Unknown) exch
  65.     { exch aload pop
  66.         4 index eq exch 5 index eq and
  67.         { exch pop exit } { pop } ifelse
  68.     } bind forall = flush cleartomark
  69. restore
  70. "
  71. *End
  72. *CloseUI: *PageSize
  73. *OpenUI *PageRegion: PickOne
  74. *OrderDependency: 40 AnySetup *PageRegion
  75. *DefaultPageRegion: Letter
  76. *PageRegion Letter: "612 792 1 statusdict /setpage get exec"
  77. *PageRegion Legal: "612 1008 1 statusdict /setpage get exec"
  78. *PageRegion A3: "842 1191 1 statusdict /setpage get exec"
  79. *PageRegion A4: "595 842 1 statusdict /setpage get exec"
  80. *PageRegion Letter.Transverse: "792 612 0 statusdict /setpage get exec"
  81. *PageRegion A4.Transverse: "842 595 0 statusdict /setpage get exec"
  82. *CloseUI: *PageRegion
  83. *DefaultImageableArea: Letter
  84. *ImageableArea Letter: "0 0 612 792"
  85. *ImageableArea Legal: "0 0 612 1008"
  86. *ImageableArea A3: "0 0 842 1190"
  87. *ImageableArea A4: "0 0 595 842"
  88. *ImageableArea Letter.Transverse: "0 0 612 792"
  89. *ImageableArea A4.Transverse: "0 0 595 842"
  90. *?ImageableArea: "
  91. save
  92.   /cvp {(                ) cvs print ( ) print } bind def
  93.   /upperright {10000 mul floor 10000 div} bind def
  94.   /lowerleft {10000 mul ceiling 10000 div} bind def
  95.   newpath clippath pathbbox
  96.   4 -2 roll exch 2 {lowerleft cvp} repeat
  97.   exch 2 {upperright cvp} repeat flush
  98. restore
  99. "
  100. *End
  101. *DefaultPaperDimension: Letter
  102. *PaperDimension Letter: "612 792"
  103. *PaperDimension Legal: "612 1008"
  104. *PaperDimension A3: "842 1191"
  105. *PaperDimension A4: "595 842"
  106. *PaperDimension Letter.Transverse: "612 792"
  107. *PaperDimension A4.Transverse: "595 842"
  108. *CustomPageSize True: "exch pop statusdict /setpageparams get exec"
  109. *ParamCustomPageSize Width: 1 points 1 842
  110. *ParamCustomPageSize Height: 2 points 1 1191
  111. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 842
  112. *ParamCustomPageSize HeightOffset: 4 points 0 0
  113. *ParamCustomPageSize Orientation: 5 int 0 1
  114. *MaxMediaWidth: "842"
  115. *OpenGroup: Imagesetter
  116. *OpenUI *MirrorPrint/Mirror: Boolean
  117. *OrderDependency: 50 AnySetup *MirrorPrint
  118. *DefaultMirrorPrint: False
  119. *MirrorPrint True: "statusdict /mirrorprint true put"
  120. *MirrorPrint False: "statusdict /mirrorprint false put"
  121. *?MirrorPrint: "
  122. save
  123.   statusdict /mirrorprint get {(True)}{(False)}ifelse = flush
  124. restore
  125. "
  126. *End
  127. *CloseUI: *MirrorPrint
  128. *OpenUI *NegativePrint/Negative: Boolean
  129. *OrderDependency: 50 AnySetup *NegativePrint
  130. *DefaultNegativePrint: False
  131. *NegativePrint True: "statusdict /negativeprint true put"
  132. *NegativePrint False: "statusdict /negativeprint false put"
  133. *?NegativePrint: "
  134. save
  135.   statusdict /negativeprint get {(True)}{(False)}ifelse = flush
  136. restore
  137. "
  138. *End
  139. *CloseUI: *NegativePrint
  140. *CloseGroup: Imagesetter
  141. *RequiresPageRegion All: True
  142. *OpenUI *InputSlot: PickOne
  143. *OrderDependency: 20 AnySetup *InputSlot
  144. *DefaultInputSlot: Cassette
  145. *InputSlot Cassette: ""
  146. *CloseUI: *InputSlot
  147. *OpenUI *ManualFeed: Boolean
  148. *OrderDependency: 20 AnySetup *ManualFeed
  149. *DefaultManualFeed: False
  150. *ManualFeed True: "statusdict /manualfeed true put"
  151. *ManualFeed False: "statusdict /manualfeed false put"
  152. *?ManualFeed: "
  153. save
  154.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  155. restore
  156. "
  157. *End
  158. *CloseUI: *ManualFeed
  159. *DefaultFont: Courier
  160. *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
  161. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
  162. *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
  163. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
  164. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  165. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  166. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  167. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  168. *Font Courier: Standard "(002.002)" Standard ROM
  169. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  170. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  171. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  172. *Font Helvetica: Standard "(001.006)" Standard ROM
  173. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  174. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  175. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  176. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  177. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  178. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  179. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  180. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
  181. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
  182. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
  183. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
  184. *Font Palatino-Bold: Standard "(001.000)" Standard Disk
  185. *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
  186. *Font Palatino-Italic: Standard "(001.000)" Standard Disk
  187. *Font Palatino-Roman: Standard "(001.000)" Standard Disk
  188. *Font Symbol: Special "(001.003)"Standard ROM
  189. *Font Times-Bold: Standard "(001.007)" Standard ROM
  190. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  191. *Font Times-Italic: Standard "(001.007)" Standard ROM
  192. *Font Times-Roman: Standard "(001.007)" Standard ROM
  193. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
  194. *Font ZapfDingbats: Special "(001.000)" Standard Disk
  195.