home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / PGS30H_3.DMS / in.adf / PPDOther.LHA / Linotronic630v52.3.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1994-04-25  |  14.3 KB  |  437 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.2"
  11. *PCFileName: "LH_630_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Linotype)"
  14. *PSVersion: "(52.3) 741"
  15. *ModelName: "Linotronic 630"
  16. *NickName: "Linotronic 630 v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "1051470"
  20. *LanguageLevel: 1
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: True
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true
  36.   }{
  37.     dup    % potential password
  38.     statusdict /checkpassword get exec not
  39.   } ifelse
  40.   {  %  if no password or not valid
  41.     (WARNING : Cannot perform the exitserver command.) =
  42.     (Password supplied is not valid.) =
  43.     (Please contact the author of this software.) = flush
  44.     quit
  45.   } if
  46.   serverdict /exitserver get exec
  47. "
  48. *End
  49.  
  50. *Reset: "
  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 reset printer.) =
  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.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 1693dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "119.737"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion.
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: Letter.Transverse
  105. *PageSize Letter.Transverse: "Letter"
  106. *PageSize Ledger: "ledger"
  107. *PageSize A4.Transverse: "A4"
  108. *PageSize A5.Transverse: "A5"
  109. *PageSize ISOB5.Transverse: "B5"
  110. *PageSize Letter: "letter"
  111. *PageSize Legal: "legal"
  112. *PageSize Tabloid: "11x17"
  113. *PageSize A3: "a3"
  114. *PageSize A4: "a4"
  115. *PageSize A5: "a5"
  116. *PageSize ISOB5: "b5"
  117. *?PageSize: "
  118. save
  119.  mark  statusdict /pageparams get exec  exch pop
  120.   7 dict
  121.      dup [612 792] (Letter) put
  122.      dup [612 1008] (Legal) put
  123.      dup [792 1224] (Tabloid) put
  124.      dup [840 1191] (A3) put
  125.      dup [596 842] (A4) put
  126.      dup [420 596] (A5) put
  127.      dup [499 709] (ISOB5) put
  128.   5 dict
  129.      dup [792 612] (Letter.Transverse) put
  130.      dup [792 1224] (Ledger) put
  131.      dup [842 596] (A4.Transverse) put
  132.      dup [596 420] (A5.Transverse) put
  133.      dup [709 499] (ISOB5.Transverse) put
  134.   3 -1 roll 1 eq { pop } { exch pop }ifelse
  135.   (Unknown) exch
  136.   { exch aload pop
  137.     4 index eq exch 5 index eq and
  138.     { exch pop exit } { pop } ifelse
  139.   } bind forall = flush cleartomark
  140. restore
  141. "
  142. *End
  143. *CloseUI: *PageSize
  144.  
  145. *% These entries will set up the frame buffer. Usually used with manual feed.
  146. *OpenUI *PageRegion: PickOne
  147. *OrderDependency: 40 AnySetup *PageRegion
  148. *DefaultPageRegion: Letter.Transverse
  149. *PageRegion Letter.Transverse: "Letter"
  150. *PageRegion Ledger: "ledger"
  151. *PageRegion A4.Transverse: "A4"
  152. *PageRegion A5.Transverse: "A5"
  153. *PageRegion ISOB5.Transverse: "B5"
  154. *PageRegion Letter: "letter"
  155. *PageRegion Legal: "legal"
  156. *PageRegion Tabloid: "11x17"
  157. *PageRegion A3: "a3"
  158. *PageRegion A4: "a4"
  159. *PageRegion A5: "a5"
  160. *PageRegion ISOB5: "b5"
  161. *CloseUI: *PageRegion
  162.  
  163. *% The following entries provide information about specific paper keywords.
  164. *DefaultImageableArea: Letter.Transverse
  165. *ImageableArea Letter.Transverse: "0 0 611 794 "
  166. *ImageableArea Ledger: "0 0 1223 794 "
  167. *ImageableArea A4.Transverse: "0 0 595 841 "
  168. *ImageableArea A5.Transverse: "0 0 419 598 "
  169. *ImageableArea ISOB5.Transverse: "0 0 498 711 "
  170. *ImageableArea Letter: "0 1 613 792 "
  171. *ImageableArea Legal: "0 1 613 1008 "
  172. *ImageableArea Tabloid: "0 1 794 1224 "
  173. *ImageableArea A3: "0 1 841 1191 "
  174. *ImageableArea A4: "0 1 598 842 "
  175. *ImageableArea A5: "0 1 420 596 "
  176. *ImageableArea ISOB5: "0 1 500 709 "
  177. *?ImageableArea: "
  178. save
  179.   /cvp {(                ) cvs print ( ) print } bind def
  180.   /upperright {10000 mul floor 10000 div} bind def
  181.   /lowerleft {10000 mul ceiling 10000 div} bind def
  182.   newpath clippath pathbbox
  183.   4 -2 roll exch 2 {lowerleft cvp} repeat
  184.   exch 2 {upperright cvp} repeat flush
  185.  restore
  186. "
  187. *End
  188.  
  189. *% These provide the physical dimensions of the paper (by keyword)
  190. *DefaultPaperDimension: Letter.Transverse
  191. *PaperDimension Letter.Transverse: "612 792"
  192. *PaperDimension Ledger: "1224 792"
  193. *PaperDimension A4.Transverse: "595 842"
  194. *PaperDimension A5.Transverse: "420 595"
  195. *PaperDimension ISOB5.Transverse: "499 709"
  196. *PaperDimension Letter: "612 792"
  197. *PaperDimension Legal: "612 1008"
  198. *PaperDimension Tabloid: "792 1224"
  199. *PaperDimension A3: "842 1191"
  200. *PaperDimension A4: "596 840"
  201. *PaperDimension A5: "420 595"
  202. *PaperDimension ISOB5: "499 709"
  203.  
  204. *CenterRegistered: False
  205.  
  206. *RequiresPageRegion All: True
  207. *OpenUI *InputSlot: PickOne
  208. *OrderDependency: 20 AnySetup *InputSlot
  209. *DefaultInputSlot: Cassette
  210. *InputSlot Cassette: ""
  211. *CloseUI: *InputSlot
  212.  
  213. *% Font Information =====================
  214. *DefaultFont: Courier
  215. *Font Courier: Standard "(002.002)" Standard ROM
  216. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  217. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  218. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  219. *Font Helvetica: Standard "(001.006)" Standard ROM
  220. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  221. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  222. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  223. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  224. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  225. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  226. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  227. *Font Symbol: Special "(001.003)" Special ROM
  228. *Font Times-Bold: Standard "(001.007)" Standard ROM
  229. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  230. *Font Times-Italic: Standard "(001.007)" Standard ROM
  231. *Font Times-Roman: Standard "(001.007)" Standard ROM
  232. *?FontQuery: "
  233. save
  234.  /str 100 string dup 0 (fonts/) putinterval def
  235.  {
  236.    count 1 gt
  237.    {
  238.      exch dup str 6 94 getinterval cvs
  239.      (/) print dup print (:) print exch
  240.      FontDirectory exch known
  241.      { pop (Yes) }
  242.       {
  243.         length 6 add str 0 3 -1 roll getinterval
  244.         mark exch status
  245.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  246.      } ifelse =
  247.    }
  248.    {exit} ifelse
  249.  }bind loop
  250.  (*) = flush
  251. restore
  252. "
  253. *End
  254.  
  255. *?FontList: "
  256. save
  257.   FontDirectory { pop == } bind forall flush
  258.   /filenameforall where
  259.   {
  260.     pop (fonts/*)
  261.     { dup length 6 sub 6 exch getinterval cvn == } bind
  262.     128 string filenameforall flush
  263.   } if
  264.   (*) = flush
  265. restore
  266. "
  267. *End
  268.  
  269. *% Printer Messages (verbatim from printer):
  270. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  271. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  272. *Message: "\FontName\ not found, using Courier"
  273.  
  274. *% Status (format: %%[ status: <one of these> ]%% )
  275. *Status: "idle"
  276. *Status: "busy"
  277. *Status: "waiting"
  278. *Status: "printing"
  279. *Status: "warming up"
  280. *Status: "PrinterError: recorder idle"
  281. *Status: "PrinterError: recorder busy"
  282. *Status: "PrinterError: recorder offline or film problem"
  283. *Status: "PrinterError: recorder not responding"
  284. *Status: "PrinterError: cassette full"
  285. *Status: "PrinterError: recorder active"
  286. *Status: "PrinterError: knife not in end position"
  287. *Status: "PrinterError: cassette error"
  288. *Status: "PrinterError: change cassette"
  289. *Status: "PrinterError: no cassette"
  290. *Status: "PrinterError: knife error"
  291. *Status: "PrinterError: end of film"
  292. *Status: "PrinterError: halt at end of job"
  293.  
  294. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  295. *Source: "serial9"
  296. *Source: "serial25"
  297. *Source: "AppleTalk"
  298. *Source: "Centronics"
  299.  
  300. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  301. *PrinterError: "recorder idle"
  302. *PrinterError: "recorder busy"
  303. *PrinterError: "recorder offline or film problem"
  304. *PrinterError: "recorder not responding"
  305. *PrinterError: "cassette full"
  306. *PrinterError: "recorder active"
  307. *PrinterError: "knife not in end position"
  308. *PrinterError: "cassette error"
  309. *PrinterError: "change cassette"
  310. *PrinterError: "no cassette"
  311. *PrinterError: "knife error"
  312. *PrinterError: "end of film"
  313. *PrinterError: "halt at end of job"
  314.  
  315. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  316.  
  317. *% Color Separation Information =====================
  318.  
  319. *DefaultColorSep: ProcessBlack.133lpi/133 lpi
  320.  
  321. *InkName: ProcessBlack/Process Black
  322. *InkName: CustomColor/Custom Color
  323. *InkName: ProcessCyan/Process Cyan
  324. *InkName: ProcessMagenta/Process Magenta
  325. *InkName: ProcessYellow/Process Yellow
  326.  
  327. *%  For 75 lpi
  328. *ColorSepScreenAngle ProcessBlack.75lpi/75 lpi: "45.0"
  329. *ColorSepScreenAngle CustomColor.75lpi/75 lpi: "45.0"
  330. *ColorSepScreenAngle ProcessCyan.75lpi/75 lpi: "15.0"
  331. *ColorSepScreenAngle ProcessMagenta.75lpi/75 lpi: "75.0"
  332. *ColorSepScreenAngle ProcessYellow.75lpi/75 lpi: "0.0"
  333.  
  334. *ColorSepScreenFreq ProcessBlack.75lpi/75 lpi: "75.0"
  335. *ColorSepScreenFreq CustomColor.75lpi/75 lpi: "75.0"
  336. *ColorSepScreenFreq ProcessCyan.75lpi/75 lpi: "75.0"
  337. *ColorSepScreenFreq ProcessMagenta.75lpi/75 lpi: "75.0"
  338. *ColorSepScreenFreq ProcessYellow.75lpi/75 lpi: "75.0"
  339.  
  340. *%  For 100 lpi
  341. *ColorSepScreenAngle ProcessBlack.100lpi/100 lpi: "45.0"
  342. *ColorSepScreenAngle CustomColor.100lpi/100 lpi: "45.0"
  343. *ColorSepScreenAngle ProcessCyan.100lpi/100 lpi: "15.0"
  344. *ColorSepScreenAngle ProcessMagenta.100lpi/100 lpi: "75.0"
  345. *ColorSepScreenAngle ProcessYellow.100lpi/100 lpi: "0.0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.100lpi/100 lpi: "100.0"
  348. *ColorSepScreenFreq CustomColor.100lpi/100 lpi: "100.0"
  349. *ColorSepScreenFreq ProcessCyan.100lpi/100 lpi: "100.0"
  350. *ColorSepScreenFreq ProcessMagenta.100lpi/100 lpi: "100.0"
  351. *ColorSepScreenFreq ProcessYellow.100lpi/100 lpi: "100.0"
  352.  
  353. *%  For 120 lpi
  354. *ColorSepScreenAngle ProcessBlack.120lpi/120 lpi: "45.0"
  355. *ColorSepScreenAngle CustomColor.120lpi/120 lpi: "45.0"
  356. *ColorSepScreenAngle ProcessCyan.120lpi/120 lpi: "15.0"
  357. *ColorSepScreenAngle ProcessMagenta.120lpi/120 lpi: "75.0"
  358. *ColorSepScreenAngle ProcessYellow.120lpi/120 lpi: "0.0"
  359.  
  360. *ColorSepScreenFreq ProcessBlack.120lpi/120 lpi: "120.0"
  361. *ColorSepScreenFreq CustomColor.120lpi/120 lpi: "120.0"
  362. *ColorSepScreenFreq ProcessCyan.120lpi/120 lpi: "120.0"
  363. *ColorSepScreenFreq ProcessMagenta.120lpi/120 lpi: "120.0"
  364. *ColorSepScreenFreq ProcessYellow.120lpi/120 lpi: "120.0"
  365.  
  366. *%  For 150 lpi
  367. *ColorSepScreenAngle ProcessBlack.150lpi/150 lpi: "45.0"
  368. *ColorSepScreenAngle CustomColor.150lpi/150 lpi: "45.0"
  369. *ColorSepScreenAngle ProcessCyan.150lpi/150 lpi: "15.0"
  370. *ColorSepScreenAngle ProcessMagenta.150lpi/150 lpi: "75.0"
  371. *ColorSepScreenAngle ProcessYellow.150lpi/150 lpi: "0.0"
  372.  
  373. *ColorSepScreenFreq ProcessBlack.150lpi/150 lpi: "150.0"
  374. *ColorSepScreenFreq CustomColor.150lpi/150 lpi: "150.0"
  375. *ColorSepScreenFreq ProcessCyan.150lpi/150 lpi: "150.0"
  376. *ColorSepScreenFreq ProcessMagenta.150lpi/150 lpi: "150.0"
  377. *ColorSepScreenFreq ProcessYellow.150lpi/150 lpi: "150.0"
  378.  
  379. *%  For 133 lpi
  380. *ColorSepScreenAngle ProcessBlack.133lpi/133 lpi: "45.0"
  381. *ColorSepScreenAngle CustomColor.133lpi/133 lpi: "45.0"
  382. *ColorSepScreenAngle ProcessCyan.133lpi/133 lpi: "15.0"
  383. *ColorSepScreenAngle ProcessMagenta.133lpi/133 lpi: "75.0"
  384. *ColorSepScreenAngle ProcessYellow.133lpi/133 lpi: "0.0"
  385.  
  386. *ColorSepScreenFreq ProcessBlack.133lpi/133 lpi: "133.0"
  387. *ColorSepScreenFreq CustomColor.133lpi/133 lpi: "133.0"
  388. *ColorSepScreenFreq ProcessCyan.133lpi/133 lpi: "133.0"
  389. *ColorSepScreenFreq ProcessMagenta.133lpi/133 lpi: "133.0"
  390. *ColorSepScreenFreq ProcessYellow.133lpi/133 lpi: "133.0"
  391.  
  392. *%  For 165 lpi
  393. *ColorSepScreenAngle ProcessBlack.165lpi/165 lpi: "45.0"
  394. *ColorSepScreenAngle CustomColor.165lpi/165 lpi: "45.0"
  395. *ColorSepScreenAngle ProcessCyan.165lpi/165 lpi: "15.0"
  396. *ColorSepScreenAngle ProcessMagenta.165lpi/165 lpi: "75.0"
  397. *ColorSepScreenAngle ProcessYellow.165lpi/165 lpi: "0.0"
  398.  
  399. *ColorSepScreenFreq ProcessBlack.165lpi/165 lpi: "165.0"
  400. *ColorSepScreenFreq CustomColor.165lpi/165 lpi: "165.0"
  401. *ColorSepScreenFreq ProcessCyan.165lpi/165 lpi: "165.0"
  402. *ColorSepScreenFreq ProcessMagenta.165lpi/165 lpi: "165.0"
  403. *ColorSepScreenFreq ProcessYellow.165lpi/165 lpi: "165.0"
  404.  
  405. *%  For 190 lpi
  406. *ColorSepScreenAngle ProcessBlack.190lpi/190 lpi: "45.0"
  407. *ColorSepScreenAngle CustomColor.190lpi/190 lpi: "45.0"
  408. *ColorSepScreenAngle ProcessCyan.190lpi/190 lpi: "15.0"
  409. *ColorSepScreenAngle ProcessMagenta.190lpi/190 lpi: "75.0"
  410. *ColorSepScreenAngle ProcessYellow.190lpi/190 lpi: "0.0"
  411.  
  412. *ColorSepScreenFreq ProcessBlack.190lpi/190 lpi: "190.0"
  413. *ColorSepScreenFreq CustomColor.190lpi/190 lpi: "190.0"
  414. *ColorSepScreenFreq ProcessCyan.190lpi/190 lpi: "190.0"
  415. *ColorSepScreenFreq ProcessMagenta.190lpi/190 lpi: "190.0"
  416. *ColorSepScreenFreq ProcessYellow.190lpi/190 lpi: "190.0"
  417.  
  418. *%  For 200 lpi
  419. *ColorSepScreenAngle ProcessBlack.200lpi/200 lpi: "45.0"
  420. *ColorSepScreenAngle CustomColor.200lpi/200 lpi: "45.0"
  421. *ColorSepScreenAngle ProcessCyan.200lpi/200 lpi: "15.0"
  422. *ColorSepScreenAngle ProcessMagenta.200lpi/200 lpi: "75.0"
  423. *ColorSepScreenAngle ProcessYellow.200lpi/200 lpi: "0.0"
  424.  
  425. *ColorSepScreenFreq ProcessBlack.200lpi/200 lpi: "200.0"
  426. *ColorSepScreenFreq CustomColor.200lpi/200 lpi: "200.0"
  427. *ColorSepScreenFreq ProcessCyan.200lpi/200 lpi: "200.0"
  428. *ColorSepScreenFreq ProcessMagenta.200lpi/200 lpi: "200.0"
  429. *ColorSepScreenFreq ProcessYellow.200lpi/200 lpi: "200.0"
  430.  
  431. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  432. *% Converted to meet 4.0 specification
  433. *% Last Edit Date: Feb 9 1993
  434. *% The byte count of this file should be exactly 014610 or 015046
  435. *% depending on the filesystem it resides in.
  436. *% end of PPD file for Linotype
  437.