home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrinterTypes / English.lproj / Autologic_APS-1560_v52.3.ppd < prev    next >
PostScript Printer Description  |  1997-03-29  |  18KB  |  510 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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. *% For "APS-PS PIP" version 52.3
  10. *FormatVersion: "4.1"
  11. *FileVersion: "1.2"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *PCFileName: "AU156071.PPD"
  15. *Product: "(APS-PS PIP)"
  16. *PSVersion: "(52.3) 920803"
  17. *ModelName: "Autologic APS-1560 v52.3"
  18. *NickName:  "Autologic APS-1560 v52.3"
  19.  
  20. *% ==== Device Capabilities ===============
  21. *LanguageLevel: "1"
  22. *Extensions: CMYK FileSystem
  23. *FreeVM: "2374160"
  24. *VMOption None/Standard: "2374160"
  25. *ColorDevice:  False
  26. *DefaultColorSpace:  Gray
  27. *VariablePaperSize: True
  28.  
  29. *FileSystem: True
  30. *?FileSystem: "
  31. save
  32.    statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  33. restore
  34. "
  35. *End
  36. *Throughput: "8"
  37. *Password: "0"
  38. *ExitServer: "
  39.   count 0 eq {  % is the password on the stack?
  40.     true 
  41.   }{
  42.     dup    % potential password
  43.     statusdict /checkpassword get exec not 
  44.   } ifelse 
  45.   {  %  if no password or not valid 
  46.     (WARNING : Cannot perform the exitserver command.) = 
  47.     (Password supplied is not valid.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit 
  50.   } if 
  51.   serverdict /exitserver get exec
  52. "
  53. *End
  54. *Reset: "
  55.   count 0 eq {  % is the password on the stack?
  56.     true 
  57.   }{
  58.     dup    % potential password
  59.     statusdict /checkpassword get exec not 
  60.   } ifelse 
  61.   {  %  if no password or not valid 
  62.     (WARNING : Cannot reset printer.) = 
  63.     (Password supplied is not valid.) = 
  64.     (Please contact the author of this software.) = flush
  65.     quit 
  66.   } if 
  67.   serverdict /exitserver get exec
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72.  
  73. *%========= Resolution Information =============
  74. *OpenUI *Resolution/Choose Resolution: PickOne
  75. *OrderDependency: 10 AnySetup *Resolution
  76. *Resolution 300dpi: "300 statusdict /setresolution get exec"
  77. *Resolution 400dpi: "400 statusdict /setresolution get exec"
  78. *DefaultResolution: 300dpi
  79. *?Resolution: "
  80. save
  81.   initgraphics
  82.   0 0 moveto currentpoint matrix defaultmatrix transform
  83.   0 72 lineto currentpoint matrix defaultmatrix transform
  84.   3 -1 roll sub dup mul
  85.   3 1 roll exch sub dup mul
  86.   add sqrt round cvi
  87.   (          ) cvs dup print (x) print print (dpi) = flush
  88. restore
  89. "
  90. *End
  91. *CloseUI: *Resolution
  92.  
  93. *% Halftone Information ===============
  94. *ScreenFreq: "60.0"
  95. *ScreenAngle: "45.0"
  96. *DefaultScreenProc: Dot
  97. *ScreenProc Dot: "
  98. {abs exch abs 2 copy add 0.75 le {dup mul exch dup mul add 1 exch sub }{
  99. 2 copy add 1.23 le {0.85 mul add 1 exch sub }{1 sub dup mul exch 1 sub 
  100. dup mul add 1 sub }ifelse }ifelse }
  101. "
  102. *End
  103. *ScreenProc Line: "{ pop }"
  104. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  105.  
  106. *AccurateScreenSupport: True
  107.  
  108. *DefaultTransfer: Normalized
  109. *Transfer Null: "{ }"
  110. *Transfer Null.Inverse: "{ 1 exch sub }"
  111. *Transfer Normalized: "{  mark
  112.  1.0 1.0 .93 .86 .80 .72 .63 .52 .4 .26 .1 0
  113.  counttomark dup 3 add -1 roll exch
  114.  2 sub mul dup floor cvi
  115.  dup 3 1 roll sub
  116.  exch dup
  117.  3 add index exch 2 add index dup
  118.  4 1 roll
  119.  sub mul add
  120.  counttomark 1 add 1 roll
  121.  cleartomark}"
  122. *End
  123. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  124.  
  125. *% Paper Handling ===================
  126.  
  127. *OpenUI *PageSize: PickOne
  128. *OrderDependency: 30 AnySetup *PageSize
  129. *DefaultPageSize: Letter
  130. *PageSize Letter: "letter"
  131. *PageSize Letter.Transverse: "Letter"
  132. *PageSize Legal: "legal"
  133. *PageSize Tabloid: "11x17"
  134. *PageSize A3: "a3"
  135. *PageSize A4: "a4"
  136. *PageSize A5: "a5"
  137. *PageSize B4: "b4"
  138. *PageSize B5: "b5"
  139. *PageSize A4.Transverse: "A4"
  140. *PageSize A5.Transverse: "A5"
  141. *PageSize B5.Transverse: "B5"
  142. *PageSize LetterExtra: "684 864 0 1 statusdict /setpageparams get exec"
  143. *PageSize LegalExtra: "684 1080 0 1 statusdict /setpageparams get exec"
  144. *PageSize A4Extra: "667 914 0 1 statusdict /setpageparams get exec"
  145. *PageSize A5Extra: "492 667 0 1 statusdict /setpageparams get exec"
  146. *PageSize B4Extra: "801 1104 0 1 statusdict /setpageparams get exec"
  147. *PageSize B5Extra: "588 801 0 1 statusdict /setpageparams get exec"
  148. *PageSize Note: "Letter"
  149. *PageSize Statement: "396 612 0 1 statusdict /setpageparams get exec"
  150. *PageSize 10x14: "720 1008 0 1 statusdict /setpageparams get exec"
  151. *PageSize Folio: "612 936 0 1 statusdict /setpageparams get exec"
  152. *PageSize 11x17: "792 1224 0 1 statusdict /setpageparams get exec"
  153. *?PageSize: "
  154. save
  155.   [(Letter) (Letter.Transverse) (Legal) (Tabloid) (A3) (A4) (A5)
  156.    (B4) (B5) (A4.Transverse) (A5.Transverse) (B5.Transverse) (LetterExtra)
  157.    (LegalExtra) (A4Extra) (A5Extra) (B4Extra) (B5Extra) (Note) (Statement)
  158.    (10x14) (Folio) (11x17)
  159.   ]
  160.   statusdict /pagetype get exec
  161.   {get} stopped { pop pop (Unknown)} if = flush
  162. restore
  163. *End
  164. *CloseUI: *PageSize
  165.  
  166. *% These entries will set up the frame buffer. Usually used with manual feed.
  167. *OpenUI *PageRegion: PickOne
  168. *OrderDependency: 40 AnySetup *PageRegion
  169. *DefaultPageRegion: Letter
  170. *PageRegion Letter: "letter"
  171. *PageRegion Letter.Transverse: "Letter"
  172. *PageRegion Legal: "legal"
  173. *PageRegion Tabloid: "11x17 "
  174. *PageRegion A3: "a3"
  175. *PageRegion A4: "a4"
  176. *PageRegion A5: "a5"
  177. *PageRegion B4: "b4"
  178. *PageRegion B5: "b5"
  179. *PageRegion A4.Transverse: "A4"
  180. *PageRegion A5.Transverse: "A5"
  181. *PageRegion B5.Transverse: "B5"
  182. *PageRegion LetterExtra: "9.5x12"
  183. *PageRegion LegalExtra: "9.5x15"
  184. *PageRegion A4Extra: " 9.26x12.69"
  185. *PageRegion A5Extra: " 6.83x9.26"
  186. *PageRegion B4Extra: "11.13x15.3"
  187. *PageRegion B5Extra: " 8.16x11.125"
  188. *PageRegion Statement: "5.5x8.5"
  189. *PageRegion Note: "Letter"
  190. *PageRegion 10x14: "10x14"
  191. *PageRegion Folio: "8.5x13"
  192. *PageRegion 11x17: "11x17"
  193. *CloseUI: *PageRegion
  194.  
  195. *% The following entries provide information about specific paper keywords.
  196. *DefaultImageableArea: Letter
  197. *ImageableArea Letter: "0 1 612 792 "
  198. *ImageableArea Letter.Transverse: "0 0 612 792"
  199. *ImageableArea Legal: "0 1 612 1008 "
  200. *ImageableArea Tabloid: "0 1 792 1224 "
  201. *ImageableArea A3: "0 1 842 1188"
  202. *ImageableArea A4: "0 1 595.28 841.89 "
  203. *ImageableArea A5: "0 1 420.95 595.28 "
  204. *ImageableArea B4: "0 1 729 1032 "
  205. *ImageableArea B5: "0 1 498.90 708.66 "
  206. *ImageableArea A4.Transverse: "0 0 595.28 841.89"
  207. *ImageableArea A5.Transverse: "0 0 420.95 595.28"
  208. *ImageableArea B5.Transverse: "0 0 498.90 708.66"
  209. *ImageableArea LetterExtra: "0 1 684 864 "
  210. *ImageableArea LegalExtra: "0 1 684 1080 "
  211. *ImageableArea A4Extra: " 0 1 667 914 "
  212. *ImageableArea A5Extra: " 0 1 492 667 "
  213. *ImageableArea B4Extra: " 0 1 801 1104 "
  214. *ImageableArea B5Extra: " 0 1 588 801 "
  215. *ImageableArea Statement: "0 1 396 612 "
  216. *ImageableArea Note: "0 1 612 792"
  217. *ImageableArea 10x14: "0 1 720 1008 "
  218. *ImageableArea Folio: "0 1 612 936"
  219. *ImageableArea 11x17: "0 1 792 1224"
  220. *?ImageableArea: "
  221.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  222.   newpath clippath pathbbox
  223.   4 -2 roll exch 2 {ceiling cvp} repeat
  224.   exch 2 {floor cvp} repeat flush
  225.  restore
  226. "
  227. *End
  228.  
  229. *% These provide the physical dimensions of the paper (by keyword)
  230. *DefaultPaperDimension: Letter
  231. *PaperDimension Letter: "612 792"
  232. *PaperDimension Letter.Transverse: "612 792 "
  233. *PaperDimension Legal: "612 1008"
  234. *PaperDimension Tabloid: "792 1224"
  235. *PaperDimension A3: " 842 1188 "
  236. *PaperDimension A4: " 595.28 841.89 "
  237. *PaperDimension A5: " 420.95 595.28 "
  238. *PaperDimension B4: " 729 1032 "
  239. *PaperDimension B5: " 498.90 708.66 "
  240. *PaperDimension A4.Transverse: "595.28 841.89 "
  241. *PaperDimension A5.Transverse: "420.95 595.28 "
  242. *PaperDimension B5.Transverse: " 498.90 708.66 "
  243. *PaperDimension LetterExtra: " 684 864 "
  244. *PaperDimension LegalExtra: " 684 1080 "
  245. *PaperDimension A4Extra: " 667 914 "
  246. *PaperDimension A5Extra: " 492 667 "
  247. *PaperDimension B4Extra: " 801 1104 "
  248. *PaperDimension B5Extra: " 588 801 "
  249. *PaperDimension Note: "612 792"
  250. *PaperDimension Statement: "396 612"
  251. *PaperDimension 10x14: "720 1008 "
  252. *PaperDimension Folio: "612 936"
  253. *PaperDimension 11x17: "792 1224"
  254.  
  255. *RequiresPageRegion All: True
  256.  
  257. *%==== Custom Page Sizes =============================
  258. *CustomPageSize True: "exch pop statusdict /setpageparams get exec"
  259. *ParamCustomPageSize Width: 1 points 0 612
  260. *ParamCustomPageSize Height: 2 points 0 792
  261. *ParamCustomPageSize WidthOffset: 3 points 0 612
  262. *ParamCustomPageSize HeightOffset: 4 points 0 0
  263. *ParamCustomPageSize Orientation: 5 points 0 1
  264.  
  265. *CenterRegistered: False
  266. *MaxMediaWidth: "792"
  267. *HWMargins: 0 0 0 0
  268. *OpenUI *ManualFeed: Boolean
  269. *OrderDependency: 20 AnySetup *ManualFeed
  270. *DefaultManualFeed: False
  271. *ManualFeed True: "statusdict /manualfeed true put"
  272. *ManualFeed False: "statusdict /manualfeed false put"
  273. *?ManualFeed: "
  274.   save
  275.   statusdict /manualfeed get
  276.   {(True)}{(False)}ifelse = flush
  277.   restore
  278. "
  279. *End
  280. *CloseUI: *ManualFeed
  281.  
  282. *DefaultOutputBin: OnlyOne
  283.  
  284. *OpenUI *InputSlot: PickOne
  285. *OrderDependency: 20 AnySetup *InputSlot
  286. *DefaultInputSlot: Upper
  287. *InputSlot Upper: " 0 statusdict /setpapertray get exec"
  288. *InputSlot Lower: " 1 statusdict /setpapertray get exec"
  289. *?InputSlot: "
  290. save
  291. 2 dict
  292. dup /0 (Upper) put
  293. dup /1 (Lower) put
  294. statusdict /papertray get exec
  295. {get} stopped {pop pop (Unknown)} if = flush
  296. restore" 
  297. *End
  298. *CloseUI: *InputSlot
  299.  
  300. *DefaultOutputOrder Upper: Normal
  301.  
  302. *% Font Information =====================
  303.  
  304. *DefaultFont: Courier
  305. *Font Courier: Standard "(002.002)" Standard ROM
  306. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  307. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  308. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  309. *Font Helvetica: Standard "(001.006)" Standard ROM
  310. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  311. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  312. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  313. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  314. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  315. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  316. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  317. *Font Symbol: Special "(001.003)" Special ROM
  318. *Font Times-Bold: Standard "(001.007)" Standard ROM
  319. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  320. *Font Times-Italic: Standard "(001.007)" Standard ROM
  321. *Font Times-Roman: Standard "(001.007)" Standard ROM
  322. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  323. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  324. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  325. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  326. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  327. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  328. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  329. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  330. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  331. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  332. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  333. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  334.  
  335. *?FontQuery: "
  336. save
  337. {
  338.   count 1 gt {
  339.   exch dup 128 string cvs (/) print print (:) print
  340.   dup FontDirectory exch known {pop (Yes)}
  341.   {
  342.     (fonts/                              )
  343.       dup 3 -1 roll 128 string cvs dup length /len exch def
  344.       6 exch putinterval
  345.       0 len 6 add getinterval mark exch
  346.       { } 128 string filenameforall counttomark 0 gt {
  347.       cleartomark (Yes)}{cleartomark (No)}ifelse
  348.       }ifelse =
  349.       }{ exit } ifelse
  350.   } bind loop
  351.   (*) = flush
  352. restore
  353. "
  354. *End
  355.  
  356. *?FontList: "
  357. save
  358.   FontDirectory { pop == } bind forall flush
  359.   /filenameforall where {
  360.     pop (fonts/*) {
  361.     dup length 6 sub 6 exch getinterval cvn ==
  362.     } bind
  363.     128 string filenameforall flush
  364.   } if
  365.   (*) = flush
  366. restore
  367. "
  368. *End
  369.  
  370. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  371. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  372. *Message: "\FontName\ not found, using Courier"
  373.  
  374. *Status: "idle"
  375. *Status: "busy"
  376. *Status: "waiting"
  377. *Status: "printing"
  378. *Status: "warming up"
  379. *Status: "PrinterError: Wait - cycling up"
  380. *Status: "PrinterError: Failed printerstart: !BEG.."
  381. *Status: "PrinterError: Off Line"
  382. *Status: "PrinterError: Transport fault"
  383. *Status: "PrinterError: Default Page being defined is too large.."
  384. *Status: "PrinterError: No response from LSTA command"
  385. *Status: "PrinterError: Out of Media"
  386. *Status: "PrinterError: Run--ready for next feed"
  387. *Status: "PrinterError: No response from DEPT command"
  388. *Status: "PrinterError: Run--not ready for feed command"
  389. *Status: "PrinterError: No response from HRES command"
  390. *Status: "PrinterError: Command rejected--unrecognized"
  391. *Status: "PrinterError: No response from SCRN command"
  392. *Status: "PrinterError: Command rejected--illegal sequence"
  393. *Status: "PrinterError: No response from WIDT command"
  394. *Status: "PrinterError: Wait--waiting for configuration"
  395. *Status: "PrinterError: Printer not responding..."
  396.  
  397. *Source: "serial9"
  398. *Source: "serial25"
  399. *Source: "AppleTalk"
  400. *Source: "Centronics"
  401. *Source: "other"
  402.  
  403. *PrinterError: "Wait - cycling up"
  404. *PrinterError: "PrintXferBusy for too long.."
  405. *PrinterError: "Failed printerstart: !BEG.."
  406. *PrinterError: "Off Line"
  407. *PrinterError: "Transport fault"
  408. *PrinterError: "Default Page being defined is too large.."
  409. *PrinterError: "No response from LSTA command"
  410. *PrinterError: "Out of Media"
  411. *PrinterError: "Printer was never ready to start band:!STA.."
  412. *PrinterError: "No response from DEPT command"
  413. *PrinterError: "Run--not ready for feed command"
  414. *PrinterError: "No response from HRES command"
  415. *PrinterError: "Command rejected--unrecognized"
  416. *PrinterError: "No response from SCRN command"
  417. *PrinterError: "Command rejected--illegal sequence"
  418. *PrinterError: "No response from WIDT command"
  419. *PrinterError: "Wait--waiting for configuration"
  420. *PrinterError: "Printer not responding..."
  421.  
  422. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  423.  
  424. *% Color Separation Information =====================
  425.  
  426. *DefaultColorSep: ProcessBlack.26lpi.300dpi/26 lpi / 300dpi
  427.  
  428. *InkName: ProcessBlack/Process Black
  429. *InkName: CustomColor/Custom Color
  430. *InkName: ProcessCyan/Process Cyan
  431. *InkName: ProcessMagenta/Process Magenta
  432. *InkName: ProcessYellow/Process Yellow
  433.  
  434. *%  For 26 lpi / 300 dpi  ===============================
  435.  
  436. *ColorSepScreenAngle ProcessBlack.26lpi.300dpi/26 lpi / 300 dpi: "45.0"
  437. *ColorSepScreenAngle CustomColor.26lpi.300dpi/26 lpi / 300 dpi: "45.0"
  438. *ColorSepScreenAngle ProcessCyan.26lpi.300dpi/26 lpi / 300 dpi: "75.0031"
  439. *ColorSepScreenAngle ProcessMagenta.26lpi.300dpi/26 lpi / 300 dpi: "14.9969"
  440. *ColorSepScreenAngle ProcessYellow.26lpi.300dpi/26 lpi / 300 dpi: "0.0"
  441.  
  442. *ColorSepScreenFreq ProcessBlack.26lpi.300dpi/26 lpi / 300 dpi: "26.9986"
  443. *ColorSepScreenFreq CustomColor.26lpi.300dpi/26 lpi / 300 dpi: "26.9986"
  444. *ColorSepScreenFreq ProcessCyan.26lpi.300dpi/26 lpi / 300 dpi: "26.9977"
  445. *ColorSepScreenFreq ProcessMagenta.26lpi.300dpi/26 lpi / 300 dpi: "26.9977"
  446. *ColorSepScreenFreq ProcessYellow.26lpi.300dpi/26 lpi / 300 dpi: "27.000"
  447.  
  448. *%  For 45 lpi / 300 dpi  ===============================
  449.  
  450. *ColorSepScreenAngle ProcessBlack.45lpi.300dpi/45 lpi / 300 dpi: "45.0"
  451. *ColorSepScreenAngle CustomColor.45lpi.300dpi/45 lpi / 300 dpi: "45.0"
  452. *ColorSepScreenAngle ProcessCyan.45lpi.300dpi/45 lpi / 300 dpi: "74.9973"
  453. *ColorSepScreenAngle ProcessMagenta.45lpi.300dpi/45 lpi / 300 dpi: "14.9969"
  454. *ColorSepScreenAngle ProcessYellow.45lpi.300dpi/45 lpi / 300 dpi: "0.0"
  455.  
  456. *ColorSepScreenFreq ProcessBlack.45lpi.300dpi/45 lpi / 300 dpi: "45.2085"
  457. *ColorSepScreenFreq CustomColor.45lpi.300dpi/45 lpi / 300 dpi: "45.2085"
  458. *ColorSepScreenFreq ProcessCyan.45lpi.300dpi/45 lpi / 300 dpi: "45.2048"
  459. *ColorSepScreenFreq ProcessMagenta.45lpi.300dpi/45 lpi / 300 dpi: "45.2048"
  460. *ColorSepScreenFreq ProcessYellow.45lpi.300dpi/45 lpi / 300 dpi: "45.2055"
  461.  
  462.  
  463. *%  For 20 lpi / 400 dpi  ===============================
  464.  
  465. *ColorSepScreenAngle ProcessBlack.20lpi.400dpi/20 lpi / 400 dpi: "45.0"
  466. *ColorSepScreenAngle CustomColor.20lpi.400dpi/20 lpi / 400 dpi: "45.0"
  467. *ColorSepScreenAngle ProcessCyan.20lpi.400dpi/20 lpi / 400 dpi: "74.9962"
  468. *ColorSepScreenAngle ProcessMagenta.20lpi.400dpi/20 lpi / 400 dpi: "15.0038"
  469. *ColorSepScreenAngle ProcessYellow.20lpi.400dpi/20 lpi / 400 dpi: "0.0"
  470.  
  471. *ColorSepScreenFreq ProcessBlack.20lpi.400dpi/20 lpi / 400 dpi: "19.999"
  472. *ColorSepScreenFreq CustomColor.20lpi.400dpi/20 lpi / 400 dpi: "19.999"
  473. *ColorSepScreenFreq ProcessCyan.20lpi.400dpi/20 lpi / 400 dpi: "20.0029"
  474. *ColorSepScreenFreq ProcessMagenta.20lpi.400dpi/20 lpi / 400 dpi: "20.0029"
  475. *ColorSepScreenFreq ProcessYellow.20lpi.400dpi/20 lpi / 400 dpi: "207"
  476.  
  477. *%  For 30 lpi / 400 dpi  ===============================
  478.  
  479. *ColorSepScreenAngle ProcessBlack.30lpi.400dpi/30 lpi / 400 dpi: "45.0"
  480. *ColorSepScreenAngle CustomColor.30lpi.400dpi/30 lpi / 400 dpi: "45.0"
  481. *ColorSepScreenAngle ProcessCyan.30lpi.400dpi/30 lpi / 400 dpi: "75.9973"
  482. *ColorSepScreenAngle ProcessMagenta.30lpi.400dpi/30 lpi / 400 dpi: "15.0027"
  483. *ColorSepScreenAngle ProcessYellow.30lpi.400dpi/30 lpi / 400 dpi: "0.0"
  484.  
  485. *ColorSepScreenFreq ProcessBlack.30lpi.400dpi/30 lpi / 400 dpi: "30.139"
  486. *ColorSepScreenFreq CustomColor.30lpi.400dpi/30 lpi / 400 dpi: "30.139"
  487. *ColorSepScreenFreq ProcessCyan.30lpi.400dpi/30 lpi / 400 dpi: "30.1365"
  488. *ColorSepScreenFreq ProcessMagenta.30lpi.400dpi/30 lpi / 400 dpi: "30.1365"
  489. *ColorSepScreenFreq ProcessYellow.30lpi.400dpi/30 lpi / 400 dpi: "30.137"
  490.  
  491. *%  For 40 lpi / 400 dpi  ===============================
  492.  
  493. *ColorSepScreenAngle ProcessBlack.40lpi.400dpi/40 lpi / 400 dpi: "45.0"
  494. *ColorSepScreenAngle CustomColor.40lpi.400dpi/40 lpi / 400 dpi: "45.0"
  495. *ColorSepScreenAngle ProcessCyan.40lpi.400dpi/40 lpi / 400 dpi: "74.9987"
  496. *ColorSepScreenAngle ProcessMagenta.40lpi.400dpi/40 lpi / 400 dpi: "15.0013"
  497. *ColorSepScreenAngle ProcessYellow.40lpi.400dpi/40 lpi / 400 dpi: "0.0"
  498.  
  499. *ColorSepScreenFreq ProcessBlack.40lpi.400dpi/40 lpi / 400 dpi: "40.4061"
  500. *ColorSepScreenFreq CustomColor.40lpi.400dpi/40 lpi / 400 dpi: "40.4061"
  501. *ColorSepScreenFreq ProcessCyan.40lpi.400dpi/40 lpi / 400 dpi: "40.4045"
  502. *ColorSepScreenFreq ProcessMagenta.40lpi.400dpi/40 lpi / 400 dpi: "40.4045"
  503. *ColorSepScreenFreq ProcessYellow.40lpi.400dpi/40 lpi / 400 dpi: "40.404"
  504.  
  505.  
  506. *% The byte count of this file should be exactly 018302 or 018811
  507. *% depending on the filesystem it resides in.
  508. *% end of PPD file for APS-PS PIP with APS-1560
  509.