home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / EPSON_PostScript_CARD.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  12KB  |  360 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: "EP826051.PPD"
  12. *LanguageVersion: English
  13. *Product: "(EPSON PostScript CARD)"
  14. *PSVersion: "(52.5) 0"
  15. *ModelName: "EPSON PostScript CARD"
  16. *NickName: "EPSON PostScript CARD v52.5"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *VariablePaperSize: False
  22. *FileSystem: False
  23. *LanguageLevel: "1"
  24. *Throughput: "6"
  25. *Password: "0"
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true
  29.   }{
  30.     dup    % potential password
  31.     statusdict /checkpassword get exec not
  32.   } ifelse
  33.   {  %  if no password or not valid
  34.     (WARNING : Cannot perform the exitserver command.) =
  35.     (Password supplied is not valid.) =
  36.     (Please contact the author of this software.) = flush
  37.     quit
  38.   } if
  39.   serverdict /exitserver get exec
  40. "
  41. *End
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true
  45.   }{
  46.     dup    % potential password
  47.     statusdict /checkpassword get exec not
  48.   } ifelse
  49.   {  %  if no password or not valid
  50.     (WARNING : Cannot reset printer.) =
  51.     (Password supplied is not valid.) =
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if
  55.   serverdict /exitserver get exec
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 300dpi 
  62. *?Resolution: "
  63. save
  64.   initgraphics
  65.   0 0 moveto currentpoint matrix defaultmatrix transform
  66.   0 72 lineto currentpoint matrix defaultmatrix transform
  67.   3 -1 roll sub dup mul
  68.   3 1 roll exch sub dup mul
  69.   add sqrt round cvi
  70.   (          ) cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74.  
  75. *% Halftone Information ===============
  76. *ScreenFreq: "60.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  81. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  82. "
  83. *End
  84.  
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *OpenUI *PageSize: PickOne
  94. *OrderDependency: 30 AnySetup *PageSize
  95. *DefaultPageSize: Letter
  96. *PageSize Letter: "-1 statusdict /setpapertray get exec letter"
  97. *PageSize Legal: "-1 statusdict /setpapertray get exec legal"
  98. *PageSize Executive: "-1 statusdict /setpapertray get exec executivepage"
  99. *PageSize A4: "-1 statusdict /setpapertray get exec a4"
  100. *PageSize A5: "-1 statusdict /setpapertray get exec a5"
  101. *PageSize B5: "-1 statusdict /setpapertray get exec b5"
  102. *PageSize Statement: "-1 statusdict /setpapertray get exec halfletter"
  103. *PageSize GLT/Government Letter: "-1 statusdict /setpapertray get exec glt"
  104. *PageSize GLG/Government Legal: "-1 statusdict /setpapertray get exec glg"
  105. *PageSize F4: "-1 statusdict /setpapertray get exec f4"
  106. *PageSize LetterSmall: "-1 statusdict /setpapertray get exec lettersmall"
  107. *PageSize LegalSmall: "-1 statusdict /setpapertray get exec legalsmall"
  108. *PageSize A4Small: "-1 statusdict /setpapertray get exec a4small"
  109. *?PageSize: "
  110. save 
  111. 13 dict 
  112.   dup /letter (Letter) put
  113.   dup /legal (Legal) put
  114.   dup /a4 (A4) put
  115.   dup /a5 (A5) put
  116.   dup /b5 (B5) put
  117.   dup /executivepage (Executive) put
  118.   dup /halfletter (Statement) put
  119.   dup /glt (GLT) put
  120.   dup /glg (GLG) put
  121.   dup /f4 (F4) put
  122.   dup /lettersmall (LetterSmall) put
  123.   dup /legalsmall (LegalSmall) put
  124.   dup /a4 (A4Small) put
  125.   statusdict /papersize get exec
  126.   3 1 roll  {get} stopped {(Unknown)}if
  127.   exch  not { print (.Transverse) }if
  128.   = flush
  129. restore 
  130. "
  131. *End
  132. *CloseUI: *PageSize
  133.  
  134. *OpenUI *PageRegion: PickOne
  135. *OrderDependency: 40 AnySetup *PageRegion
  136. *DefaultPageRegion: Letter
  137. *PageRegion Letter: "letter"
  138. *PageRegion Legal: "legal"
  139. *PageRegion Executive: "executivepage"
  140. *PageRegion A4: "a4"
  141. *PageRegion A5: "a5"
  142. *PageRegion B5: "b5"
  143. *PageRegion Statement: "halfletter"
  144. *PageRegion GLT/Government Letter: "glt"
  145. *PageRegion GLG/Government Legal: "glg"
  146. *PageRegion F4: "f4"
  147. *PageRegion LetterSmall: "lettersmall"
  148. *PageRegion LegalSmall: "legalsmall"
  149. *PageRegion A4Small: "a4small"
  150. *CloseUI: *PageRegion
  151.  
  152. *DefaultImageableArea: Letter
  153. *ImageableArea Letter: "12 12 599 779 "
  154. *ImageableArea Legal: "12 12 599 995 "
  155. *ImageableArea Executive: "12 12 507 743 "
  156. *ImageableArea A4: "12 12 580 829 "
  157. *ImageableArea A5: "12 12 407 582 "
  158. *ImageableArea B5: "12 12 503 716 "
  159. *ImageableArea Statement: "12 12 380 599 "
  160. *ImageableArea GLT/Government Letter: "12 12 560 743 "
  161. *ImageableArea GLG/Government Legal: "12 12 599 923 "
  162. *ImageableArea F4: "12 12 580 923 "
  163. *ImageableArea LetterSmall: "12 49 564 779 "
  164. *ImageableArea LegalSmall: "12 72 495 995 "
  165. *ImageableArea A4Small: "12 49 549 829 "
  166. *?ImageableArea: "
  167. save
  168.   /cvp { (                ) cvs print ( ) print } bind def
  169.   /upperright {10000 mul floor 10000 div} bind def
  170.   /lowerleft {10000 mul ceiling 10000 div} bind def
  171.   newpath clippath pathbbox
  172.   4 -2 roll exch 2 {lowerleft cvp} repeat
  173.   exch 2 {upperright cvp} repeat flush
  174.  restore
  175. "
  176. *End
  177.  
  178. *DefaultPaperDimension: Letter
  179. *PaperDimension Letter: "612 792"
  180. *PaperDimension Legal: "612 1008"
  181. *PaperDimension Executive: "522 756"
  182. *PaperDimension A4: "595 842"
  183. *PaperDimension A5: "420 595"
  184. *PaperDimension B5: "516 729"
  185. *PaperDimension Statement: "396 612"
  186. *PaperDimension GLT/Government Letter: "576 756"
  187. *PaperDimension GLG/Government Legal: "612 936"
  188. *PaperDimension F4: "595 935"
  189. *PaperDimension LetterSmall: "612 792"
  190. *PaperDimension LegalSmall: "612 1008"
  191. *PaperDimension A4Small: "595 842"
  192.  
  193. *DefaultOutputBin: Upper
  194. *DefaultOutputOrder: Normal
  195. *RequiresPageRegion All: True
  196.  
  197. *OpenUI *InputSlot: PickOne
  198. *OrderDependency: 20 AnySetup *InputSlot
  199. *DefaultInputSlot: Upper
  200. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  201. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  202. *InputSlot Auto: "-1 statusdict /setpapertray get exec"
  203. *?InputSlot: "
  204. save
  205.   3 dict
  206.     dup  /0 (Upper) put
  207.     dup /1 (Lower) put
  208.     dup /-1 (Auto) put
  209.    statusdict /papertray get exec
  210.      {(  ) cvs cvn load exec} stopped {(Unknown)}if
  211.    = flush
  212.  restore
  213. "
  214. *End
  215. *CloseUI: *InputSlot
  216.  
  217. *OpenUI *ManualFeed: Boolean
  218. *OrderDependency: 20 AnySetup *ManualFeed
  219. *DefaultManualFeed: False
  220. *ManualFeed True: "statusdict /manualfeed true put"
  221. *ManualFeed False: "statusdict /manualfeed false put"
  222. *?ManualFeed: "
  223. save
  224.   statusdict /manualfeed get
  225.   {(True)}{(False)}ifelse = flush
  226. restore
  227. "
  228. *End
  229. *CloseUI: *ManualFeed
  230.  
  231. *% Font Information =====================
  232. *DefaultFont: Courier
  233. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  234. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  235. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  236. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  237. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  238. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  239. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  240. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  241. *Font Courier: Standard "(002.003)" Standard ROM
  242. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  243. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  244. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  245. *Font Helvetica: Standard "(001.006)" Standard ROM
  246. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  247. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  248. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  249. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  250. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  251. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  252. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  253. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  254. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  255. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  256. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  257. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  258. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  259. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  260. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  261. *Font Symbol: Special "(001.007)" Special ROM
  262. *Font Times-Bold: Standard "(001.007)" Standard ROM
  263. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  264. *Font Times-Italic: Standard "(001.007)" Standard ROM
  265. *Font Times-Roman: Standard "(001.007)" Standard ROM
  266. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  267. *Font ZapfDingbats: Special "(001.004)" Special ROM
  268. *?FontQuery: "
  269. save
  270. {
  271.   count 1 gt {
  272.   exch dup 128 string cvs (/) print print (:) print
  273.   dup FontDirectory exch known {pop (Yes)}
  274.   {
  275.     (fonts/                              )
  276.       dup 3 -1 roll 128 string cvs dup length /len exch def
  277.       6 exch putinterval
  278.       0 len 6 add getinterval mark exch
  279.       { } 128 string filenameforall counttomark 0 gt {
  280.       cleartomark (Yes)}{cleartomark (No)}ifelse
  281.       }ifelse =
  282.       }{ exit } ifelse
  283.   } bind loop
  284.   (*) = flush
  285. restore
  286. "
  287. *End
  288.  
  289. *?FontList: "
  290. save
  291.   FontDirectory { pop == } bind forall flush
  292.   (*) = flush
  293. restore
  294. "
  295. *End
  296.  
  297. *% Printer Messages (verbatim from printer):
  298. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  299. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  300. *Message: "\FontName\ not found, using Courier"
  301.  
  302. *% Status (format: %%[ status: <one of these> ]%% )
  303. *Status: "idle"
  304. *Status: "busy"
  305. *Status: "waiting"
  306. *Status: "initializing"
  307. *Status: "printing"
  308. *Status: "printing test page"
  309.  
  310. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  311. *Source: "serial25"
  312. *Source: "Centronics"
  313.  
  314. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  315.  
  316. *% Color Separation Information =====================
  317. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  318.  
  319. *InkName: ProcessCyan/Process Cyan
  320. *InkName: ProcessMagenta/Process Magenta
  321. *InkName: ProcessYellow/Process Yellow
  322. *InkName: ProcessBlack/Process Black
  323. *InkName: CustomColor/Custom Color
  324.  
  325. *%  For 60 lpi / 300 dpi  ===============================
  326.  
  327. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  328. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  329. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  330. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  331. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  332.  
  333. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338.  
  339. *%  For 53 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  342. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  343. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  344. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  345. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  348. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  349. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  350. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  351. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  352.  
  353. *% For "EPSON PostScript CARD" version 52.5
  354. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  355. *% Converted to meet 4.0 specification
  356. *% Last Edit Date: Sep 15 1992
  357. *% The byte count of this file should be exactly 012198 or 012557
  358. *% depending on the filesystem it resides in.
  359. *% end of PPD file for EPSON PostScript CARD
  360.