home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_15.cab / hpiii522.spd < prev    next >
PostScript Printer Description  |  1995-07-11  |  8KB  |  208 lines

  1. *PPD-Adobe: "4.1"
  2. *% HPIII522.spd: Simplified form of HPIII522.ppd
  3. *PCFileName: "HPIII522.PPD"
  4. *Product: "(HP LaserJet III)"
  5. *PSVersion: "(52.2) 0"
  6. *ModelName: "HP LaserJet III PostScript Cartridge"
  7. *ShortNickName: "HP LaserJet III PS Cartridge"
  8. *NickName: "HP LaserJet III PostScript Cartridge v52.2"
  9. *FreeVM: "264000"
  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: 300dpi
  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. *OpenUI *Smoothing/RET: PickOne
  43. *OrderDependency: 50 AnySetup *Smoothing
  44. *DefaultSmoothing: Medium
  45. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  46. *Smoothing Light: "1 statusdict /setdoret get exec"
  47. *Smoothing Medium: "2 statusdict /setdoret get exec"
  48. *Smoothing Dark: "3 statusdict /setdoret get exec"
  49. *?Smoothing: "
  50. save
  51.   [(None)(Light)(Medium)(Dark)(Unknown)] statusdict /doret get exec
  52.   dup 3 gt{pop 4}if get = flush
  53. restore
  54. "
  55. *End
  56. *CloseUI: *Smoothing
  57. *ScreenFreq: "60.0"
  58. *ScreenAngle: "45.0"
  59. *OpenUI *PageSize: PickOne
  60. *OrderDependency: 30 AnySetup *PageSize
  61. *DefaultPageSize: Letter
  62. *PageSize Letter: "statusdict /lettertray get exec"
  63. *PageSize Legal: "statusdict /legaltray get exec"
  64. *PageSize Executive: "statusdict /executivetray get exec"
  65. *PageSize A4: "statusdict /a4tray get exec"
  66. *PageSize B5: "statusdict /b5tray get exec"
  67. *PageSize Comm10/Comm #10 Envelope: "statusdict /com10envelopetray get exec"
  68. *PageSize Monarch/Monarch Envelope: "statusdict /monarcenvelopetray get exec"
  69. *PageSize DL/DL Envelope: "statusdict /dlenvelopetray get exec"
  70. *PageSize C5/C5 Envelope: "statusdict /c5envelopetray get exec"
  71. *?PageSize: "
  72. save
  73. 8 dict
  74.   dup /lettertray (Letter) put
  75.   dup /legaltray (Legal) put
  76.   dup /executivetray (Executive) put
  77.   dup /a4tray (A4) put
  78.   dup /b5tray (B5) put
  79.   dup /com10envelopetray (Comm10) put
  80.   dup /monarcenvelopetray (Monarch) put
  81.   dup /dlenvelopetray (DL) put
  82.   dup /c5envelopetray (C5) put
  83.   statusdict /papersize get exec
  84.   3 1 roll  {get} stopped {(Unknown)}if
  85.   exch  not { print (.Transverse) }if
  86.   = flush
  87. restore
  88. "
  89. *End
  90. *CloseUI: *PageSize
  91. *OpenUI *PageRegion: PickOne
  92. *OrderDependency: 40 AnySetup *PageRegion
  93. *DefaultPageRegion: Letter
  94. *PageRegion Letter: "letter"
  95. *PageRegion Legal: "legal"
  96. *PageRegion Executive: "executivepage"
  97. *PageRegion A4: "a4"
  98. *PageRegion B5: "b5"
  99. *PageRegion Comm10/Comm #10 Envelope: "com10envelope"
  100. *PageRegion Monarch/Monarch Envelope: "monarcenvelope"
  101. *PageRegion DL/DL Envelope: "dlenvelope"
  102. *PageRegion C5/C5 Envelope: "c5envelope"
  103. *CloseUI: *PageRegion
  104. *DefaultImageableArea: Letter
  105. *ImageableArea Letter: "18 19 593 774 "
  106. *ImageableArea Legal: "18 19 593 990 "
  107. *ImageableArea Executive: "18 19 501 738 "
  108. *ImageableArea A4: "18 19 578 824 "
  109. *ImageableArea B5:"18 19 505 713"
  110. *ImageableArea Comm10/Comm #10 Envelope: "18 19 278 666 "
  111. *ImageableArea Monarch/Monarch Envelope: "18 19 259 522 "
  112. *ImageableArea DL/DL Envelope: "18 19 294 605 "
  113. *ImageableArea C5/C5 Envelope: "18 19 440 630 "
  114. *?ImageableArea: "
  115. save
  116.   /cvp {(                ) cvs print ( ) print } bind def
  117.   /upperright {10000 mul floor 10000 div} bind def
  118.   /lowerleft {10000 mul ceiling 10000 div} bind def
  119.   newpath clippath pathbbox
  120.   4 -2 roll exch 2 {lowerleft cvp} repeat
  121.   exch 2 {upperright cvp} repeat flush
  122.  restore
  123. "
  124. *End
  125. *DefaultPaperDimension: Letter
  126. *PaperDimension Letter: "612 792"
  127. *PaperDimension Legal: "612 1008"
  128. *PaperDimension Executive: "522 756"
  129. *PaperDimension A4: "595 842"
  130. *PaperDimension B5: "516 729"
  131. *PaperDimension Comm10/Comm #10 Envelope: "297 684"
  132. *PaperDimension Monarch/Monarch Envelope: "279 540"
  133. *PaperDimension DL/DL Envelope: "312 624"
  134. *PaperDimension C5/C5 Envelope: "459 649"
  135. *RequiresPageRegion All: True
  136. *LandscapeOrientation: Plus90
  137. *OpenUI *InputSlot: PickOne
  138. *OrderDependency: 20 AnySetup *InputSlot
  139. *DefaultInputSlot: Cassette
  140. *InputSlot Cassette: "0 statusdict /setpapertray get exec"
  141. *?InputSlot: "
  142. save
  143.    [ (Cassette) ] statusdict /papertray get exec
  144.    {get exec} stopped { pop pop (Unknown)} if = flush
  145. restore
  146. "
  147. *End
  148. *CloseUI: *InputSlot
  149. *OpenUI *ManualFeed: Boolean
  150. *OrderDependency: 20 AnySetup *ManualFeed
  151. *DefaultManualFeed: False
  152. *ManualFeed True: "statusdict /manualfeed true put"
  153. *ManualFeed False: "statusdict /manualfeed false put"
  154. *?ManualFeed: "
  155. save
  156.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  157. restore"
  158. *End
  159. *CloseUI: *ManualFeed
  160. *OpenUI *TraySwitch: Boolean
  161. *OrderDependency: 50 AnySetup *TraySwitch
  162. *DefaultTraySwitch: False
  163. *TraySwitch True: "true statusdict /settrayswitch get exec"
  164. *TraySwitch False: "false statusdict /settrayswitch get exec"
  165. *?TraySwitch: "
  166. save
  167.   statusdict /trayswitch get exec {(True)}{(False)}ifelse = flush
  168. restore
  169. "
  170. *End
  171. *CloseUI: *TraySwitch
  172. *DefaultFont: Courier
  173. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  174. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  175. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  176. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  177. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  178. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  179. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  180. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  181. *Font Courier: Standard "(002.002)" Standard ROM
  182. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  183. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  184. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  185. *Font Helvetica: Standard "(001.002)" Standard ROM
  186. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  187. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  188. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  189. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  190. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  191. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  192. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  193. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  194. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  195. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  196. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  197. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  198. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  199. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  200. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  201. *Font Symbol: Special "(001.003)" Special ROM
  202. *Font Times-Bold: Standard "(001.002)" Standard ROM
  203. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  204. *Font Times-Italic: Standard "(001.002)" Standard ROM
  205. *Font Times-Roman: Standard "(001.002)" Standard ROM
  206. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  207. *Font ZapfDingbats: Special "(001.002)" Special ROM
  208.