home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_liu / 13.ddi / HPPJXL31.PP_ / HPPJXL31.PP
Encoding:
PostScript Printer Description  |  1993-07-24  |  19.8 KB  |  573 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: "1.1"
  11. *LanguageVersion: English
  12. *PCFileName: "HPPJXL31.PPD"
  13. *Product: "(PaintJet XL300)"
  14. *PSVersion: "(2011.112) 0"
  15. *ModelName: "HP PaintJet XL300"
  16. *NickName: "HP PaintJet XL300 v2011.112"
  17.  
  18. *% === Options and Constraints =========
  19.  
  20. *UIConstraints: *PageSize Legal *MediaType Special
  21. *UIConstraints: *PageSize Legal *MediaType Glossy
  22. *UIConstraints: *PageSize Legal *MediaType Transparency
  23. *UIConstraints: *PageSize B4 *MediaType Special
  24. *UIConstraints: *PageSize B4 *MediaType Glossy
  25. *UIConstraints: *PageSize B4 *MediaType Transparency
  26. *UIConstraints: *PageSize Tabloid *MediaType Glossy
  27. *UIConstraints: *PageSize Tabloid *MediaType Transparency
  28. *UIConstraints: *PageSize A3 *MediaType Glossy
  29. *UIConstraints: *PageSize A3 *MediaType Transparency
  30.  
  31. *UIConstraints: *MediaType Glossy *OutputMode Draft 
  32. *UIConstraints: *MediaType Glossy *OutputMode Normal 
  33. *UIConstraints: *MediaType Transparency *OutputMode Draft 
  34. *UIConstraints: *MediaType Transparency *OutputMode Normal 
  35.  
  36. *% ==== Device Capabilities ===============
  37. *LanguageLevel: "2"
  38. *Protocols: TBCP PJL
  39. *FreeVM: "500000"
  40.  
  41. *ColorDevice:  True
  42. *DefaultColorSpace:  CMYK
  43. *VariablePaperSize: False
  44. *FileSystem: False
  45. *Throughput: "1"
  46.  
  47. *Password: "()" 
  48. *ExitServer: "
  49.  count 0 eq
  50.  { false } { true exch startjob } ifelse
  51.  not { 
  52.      (WARNING: Cannot modify initial VM.) =
  53.      (Missing or invalid password.) =
  54.      (Please contact the author of this software.) = flush quit
  55.      } if
  56. "
  57. *End
  58. *Reset: "
  59.  count 0 eq
  60.  { false } { true exch startjob } ifelse
  61.  not { 
  62.     (WARNING: Cannot reset printer.) =
  63.     (Missing or invalid password.) =
  64.     (Please contact the author of this software.) = flush quit
  65.     } if
  66.  systemdict /quit get exec
  67.  (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *?Resolution: "
  72.   save
  73.     currentpagedevice /HWResolution get
  74.     0 get
  75.     (          ) cvs print
  76.     (dpi)
  77.     = flush
  78.   restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "0.0"
  85.  
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *OpenUI *OutputMode/Print Quality: PickOne
  91. *OrderDependency: 10 AnySetup *OutputMode
  92. *DefaultOutputMode: Normal
  93. *OutputMode Draft/Draft(fastest): "
  94.    1 dict dup /HWResolution [150 150] put setpagedevice
  95.    2 dict
  96.       dup /PostRenderingEnhance true put
  97.       dup /PostRenderingEnhanceDetails
  98.         2 dict 
  99.          dup /OutputMode (Draft) put
  100.          dup /Type 9 put
  101.    put 
  102.    setpagedevice"
  103. *End
  104. *OutputMode Normal/Normal: "
  105.    1 dict dup /HWResolution [300 300] put setpagedevice
  106.    2 dict
  107.       dup /PostRenderingEnhance true put
  108.       dup /PostRenderingEnhanceDetails
  109.         2 dict 
  110.          dup /OutputMode (Normal) put
  111.          dup /Type 9 put
  112.    put 
  113.    setpagedevice"
  114. *End
  115. *OutputMode Best/Best(slowest): "
  116.    1 dict dup /HWResolution [300 300] put setpagedevice
  117.    2 dict
  118.       dup /PostRenderingEnhance true put
  119.       dup /PostRenderingEnhanceDetails
  120.         2 dict 
  121.          dup /OutputMode (Best) put
  122.          dup /Type 9 put
  123.    put 
  124.    setpagedevice"
  125. *End
  126. *?OutputMode: "save
  127.    currentpagedevice /PostRenderingEnhanceDetails get
  128.    /OutputMode get = flush restore"
  129. *End
  130. *CloseUI: *OutputMode
  131.  
  132. *% Paper Handling ===================
  133.  
  134. *LandscapeOrientation: Plus90
  135.  
  136. *% Use these entries to set paper size most of the time, unless there is
  137. *% specific reason to use PageRegion.
  138.  
  139. *OpenUI *PageSize/Media Size: PickOne
  140. *OrderDependency: 30 AnySetup *PageSize
  141. *DefaultPageSize: Letter
  142. *PageSize Letter/Letter 8 1/2 x 11 in: "
  143.       currentpagedevice /InputAttributes get 0 get
  144.       dup length dict copy
  145.       dup /PageSize [612 792] put
  146.       1 dict dup begin exch 0 exch def end
  147.    3 dict 
  148.    dup begin exch /InputAttributes exch def end
  149.    dup /PageSize [612 792] put 
  150.    dup /ImagingBBox null put 
  151.    setpagedevice"
  152. *End
  153. *PageSize Legal/Legal 8 1/2 x 14 in: "
  154.       currentpagedevice /InputAttributes get 0 get
  155.       dup length dict copy
  156.       dup /PageSize [612 1008] put
  157.       1 dict dup begin exch 0 exch def end
  158.    3 dict 
  159.    dup begin exch /InputAttributes exch def end
  160.    dup /PageSize [612 1008] put 
  161.    dup /ImagingBBox null put  
  162.    setpagedevice"
  163. *End
  164. *PageSize Tabloid/Tabloid 11 x 17 in: "
  165.       currentpagedevice /InputAttributes get 0 get
  166.       dup length dict copy
  167.       dup /PageSize [792 1224] put
  168.       1 dict dup begin exch 0 exch def end
  169.    3 dict 
  170.    dup begin exch /InputAttributes exch def end
  171.    dup /PageSize [792 1224] put 
  172.    dup /ImagingBBox null put 
  173.    setpagedevice"
  174. *End
  175. *PageSize A4/A4 210 x 297 mm: "
  176.       currentpagedevice /InputAttributes get 0 get
  177.       dup length dict copy
  178.       dup /PageSize [595 842] put
  179.       1 dict dup begin exch 0 exch def end
  180.    3 dict 
  181.    dup begin exch /InputAttributes exch def end
  182.    dup /PageSize [595 842] put 
  183.    dup /ImagingBBox null put 
  184.    setpagedevice"
  185. *End
  186. *PageSize A3/A3 297 x 420 mm: "
  187.       currentpagedevice /InputAttributes get 0 get
  188.       dup length dict copy
  189.       dup /PageSize [842 1190] put
  190.       1 dict dup begin exch 0 exch def end
  191.    3 dict 
  192.    dup begin exch /InputAttributes exch def end
  193.    dup /PageSize [842 1190] put 
  194.    dup /ImagingBBox null put 
  195.    setpagedevice"
  196. *End
  197. *PageSize B4/B4 257 x 364 mm: "
  198.       currentpagedevice /InputAttributes get 0 get
  199.       dup length dict copy
  200.       dup /PageSize [728 1032] put
  201.       1 dict dup begin exch 0 exch def end
  202.    3 dict 
  203.    dup begin exch /InputAttributes exch def end
  204.    dup /PageSize [728 1032] put 
  205.    dup /ImagingBBox null put 
  206.    setpagedevice"
  207. *End
  208. *?PageSize: "
  209. save currentpagedevice /PageSize get aload pop 
  210.   2 copy gt {exch} if (Unknown)
  211.   6 dict
  212.   dup [612 792] (Letter) put
  213.   dup [612 1008] (Legal) put
  214.   dup [792 1224] (Tabloid) put
  215.   dup [595 842] (A4) put
  216.   dup [842 1190] (A3) put
  217.   dup [728 1032] (B4) put
  218.   { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and 
  219.    { exch pop exit } { pop } ifelse
  220.   } bind forall = flush pop pop
  221. restore"
  222. *End
  223. *CloseUI: *PageSize
  224.  
  225. *% These entries will set up the frame buffer. Usually used with manual feed.
  226. *OpenUI *PageRegion: PickOne
  227. *OrderDependency: 40 AnySetup *PageRegion
  228. *DefaultPageRegion: Letter
  229. *PageRegion Letter/Letter 8 1/2 x 11 in: "
  230.    2 dict dup /PageSize [612 792] put 
  231.    dup /ImagingBBox null put 
  232.    setpagedevice"
  233. *End
  234. *PageRegion Legal/Legal 8 1/2 x 14 in: "
  235.    2 dict dup /PageSize [612 1008] put 
  236.    dup /ImagingBBox null put 
  237.    setpagedevice"
  238. *End
  239. *PageRegion Tabloid/Tabloid 11 x 17 in: "
  240.    2 dict dup /PageSize [792 1224] put 
  241.    dup /ImagingBBox null put 
  242.    setpagedevice"
  243. *End
  244. *PageRegion A4/A4 210 x 297 mm: "
  245.    2 dict dup /PageSize [595 842] put 
  246.    dup /ImagingBBox null put 
  247.    setpagedevice"
  248. *End
  249. *PageRegion A3/A3 297 x 420 mm: "
  250.    2 dict dup /PageSize [842 1190] put 
  251.    dup /ImagingBBox null put 
  252.    setpagedevice"
  253. *End
  254. *PageRegion B4/B4 257 x 364 mm: "
  255.    2 dict dup /PageSize [728 1032] put 
  256.    dup /ImagingBBox null put 
  257.    setpagedevice"
  258. *End
  259. *CloseUI: *PageRegion
  260.  
  261. *% The following entries provide information about specific paper keywords.
  262. *DefaultImageableArea: Letter
  263. *ImageableArea Letter: "14.16 12.12 597.84 780.12 "
  264. *ImageableArea Legal: "14.16 12.12 597.84 996.12 "
  265. *ImageableArea Tabloid: "12.0 12.12 780.0 1212.12 "
  266. *ImageableArea A4: "13.44 12.0 581.76 829.68 "
  267. *ImageableArea A3: "13.68 12.12 827.76 1178.52 "
  268. *ImageableArea B4: "14.64 12.0 713.52 1019.76 "
  269. *?ImageableArea: "
  270.  save /cvp { cvi (              ) cvs print ( ) print } bind def
  271.   newpath clippath pathbbox
  272.   4 -2 roll exch 2 {ceiling cvp} repeat
  273.   exch 2 {floor cvp} repeat flush
  274.  restore
  275. "
  276. *End
  277.  
  278. *% These provide the physical dimensions of the paper (by keyword)
  279. *DefaultPaperDimension: Letter
  280. *PaperDimension Letter: "612 792"
  281. *PaperDimension Legal: "612 1008"
  282. *PaperDimension Tabloid: "792 1224"
  283. *PaperDimension A3: "842 1190"
  284. *PaperDimension A4: "595 842"
  285. *PaperDimension B4: "728 1032"
  286.  
  287. *RequiresPageRegion All: True
  288.  
  289. *OpenUI *InputSlot: PickOne
  290. *OrderDependency: 20 AnySetup *InputSlot
  291. *DefaultInputSlot: Cassette
  292. *InputSlot Cassette/Paper Tray: ""
  293. *CloseUI: *InputSlot
  294.  
  295. *DefaultOutputBin: OnlyOne
  296. *DefaultOutputOrder: Reverse
  297.  
  298. *OpenUI *ManualFeed:  Boolean
  299. *OrderDependency: 20 AnySetup *ManualFeed
  300. *DefaultManualFeed: False
  301. *ManualFeed True/True: "1 dict dup /ManualFeed true put setpagedevice"
  302. *ManualFeed False/False: "1 dict dup /ManualFeed false put setpagedevice"
  303. *?ManualFeed: "
  304.   save
  305.     currentpagedevice /ManualFeed get
  306.     {(True)}{(False)}ifelse = flush
  307.   restore
  308. "
  309. *End
  310. *CloseUI: *ManualFeed
  311.  
  312. *OpenUI *MediaType/Media Type: PickOne
  313. *OrderDependency: 50 AnySetup *MediaType
  314. *DefaultMediaType: Plain
  315. *MediaType Plain/Plain Paper: "
  316.    /DefaultColorRendering 
  317.    /PlainColorRendering
  318.    /ColorRendering findresource
  319.    dup length dict copy begin
  320.         /MatrixPQR [0.40024 -0.2263 0.0
  321.                         0.7076 1.16532 0.0
  322.                         -0.08081 0.0457 0.91822] def
  323.         /TransformPQR [ 
  324.                         { 5 1 roll 4{3 get 5 1 roll} repeat
  325.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  326.                         sub 4 -2 roll mul exch div add} bind
  327.                         { 5 1 roll 4{4 get 5 1 roll} repeat
  328.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  329.                         sub 4 -2 roll mul exch div add} bind
  330.                         { 5 1 roll 4{5 get 5 1 roll} repeat
  331.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  332.                         sub 4 -2 roll mul exch div add} bind
  333.                          ] def  
  334.         /BlackPoint [0.0543 0.0554 0.0654] def 
  335.    currentdict end
  336.    /ColorRendering defineresource pop
  337.    currentpagedevice /InputAttributes get 0 get
  338.    dup length dict copy
  339.    dup /MediaType (Plain) put
  340.    1 dict dup begin exch 0 exch def end
  341.    2 dict dup begin exch /InputAttributes exch def
  342.    /MediaType (Plain) def end 
  343.    setpagedevice"
  344. *End
  345. *MediaType Special/HP Special Paper: "
  346.    /DefaultColorRendering 
  347.    /SpecialColorRendering
  348.    /ColorRendering findresource
  349.    dup length dict copy begin
  350.         /MatrixPQR [0.40024 -0.2263 0.0
  351.                         0.7076 1.16532 0.0
  352.                         -0.08081 0.0457 0.91822] def
  353.         /TransformPQR [ 
  354.                         { 5 1 roll 4{3 get 5 1 roll} repeat
  355.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  356.                         sub 4 -2 roll mul exch div add} bind
  357.                         { 5 1 roll 4{4 get 5 1 roll} repeat
  358.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  359.                         sub 4 -2 roll mul exch div add} bind
  360.                         { 5 1 roll 4{5 get 5 1 roll} repeat
  361.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  362.                         sub 4 -2 roll mul exch div add} bind
  363.                          ] def  
  364.         /BlackPoint [0.022 0.0225 0.02656] def 
  365.    currentdict end
  366.    /ColorRendering defineresource pop
  367.    currentpagedevice /InputAttributes get 0 get
  368.    dup length dict copy
  369.    dup /MediaType (Special) put
  370.    1 dict dup begin exch 0 exch def end
  371.    2 dict dup begin exch /InputAttributes exch def 
  372.    /MediaType (Special) def end
  373.    setpagedevice"
  374. *End
  375. *MediaType Glossy/HP Glossy Paper: "
  376.    /DefaultColorRendering 
  377.    /GlossyColorRendering
  378.    /ColorRendering findresource
  379.    dup length dict copy begin
  380.         /MatrixPQR [0.40024 -0.2263 0.0
  381.                         0.7076 1.16532 0.0
  382.                         -0.08081 0.0457 0.91822] def
  383.         /TransformPQR [ 
  384.                         { 5 1 roll 4{3 get 5 1 roll} repeat
  385.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  386.                         sub 4 -2 roll mul exch div add} bind
  387.                         { 5 1 roll 4{4 get 5 1 roll} repeat
  388.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  389.                         sub 4 -2 roll mul exch div add} bind
  390.                         { 5 1 roll 4{5 get 5 1 roll} repeat
  391.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  392.                         sub 4 -2 roll mul exch div add} bind
  393.                          ] def  
  394.         /BlackPoint [0.00647 0.0066 0.00779] def 
  395.    currentdict end
  396.    /ColorRendering defineresource pop
  397.    currentpagedevice /InputAttributes get 0 get
  398.    dup length dict copy
  399.    dup /MediaType (Glossy) put
  400.    1 dict dup begin exch 0 exch def end
  401.    2 dict dup begin exch /InputAttributes exch def
  402.    /MediaType (Glossy) def end
  403.    setpagedevice"
  404. *End
  405. *MediaType Transparency/HP Transparency: "
  406.    /DefaultColorRendering 
  407.    /TransparencyColorRendering
  408.    /ColorRendering findresource
  409.    dup length dict copy begin
  410.         /MatrixPQR [0.40024 -0.2263 0.0
  411.                         0.7076 1.16532 0.0
  412.                         -0.08081 0.0457 0.91822] def
  413.         /TransformPQR [ 
  414.                         { 5 1 roll 4{3 get 5 1 roll} repeat
  415.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  416.                         sub 4 -2 roll mul exch div add} bind
  417.                         { 5 1 roll 4{4 get 5 1 roll} repeat
  418.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  419.                         sub 4 -2 roll mul exch div add} bind
  420.                         { 5 1 roll 4{5 get 5 1 roll} repeat
  421.                         3 index sub 1 index 6 2 roll sub 5 1 roll
  422.                         sub 4 -2 roll mul exch div add} bind
  423.                          ] def  
  424.         /BlackPoint [0.00431 0.0044 0.0052] def 
  425.    currentdict end
  426.    /ColorRendering defineresource pop
  427.    currentpagedevice /InputAttributes get 0 get
  428.    dup length dict copy
  429.    dup /MediaType (Transparency) put
  430.    1 dict dup begin exch 0 exch def end
  431.    2 dict dup begin exch /InputAttributes exch def 
  432.    /MediaType (Transparency) def end
  433.    setpagedevice"
  434. *End
  435. *?MediaType: "save
  436.    currentpagedevice /MediaType get
  437.    dup null eq {pop (Unknown)} if 
  438.    = flush restore" 
  439. *End
  440. *CloseUI: *MediaType
  441.  
  442. *% Font Information =====================
  443. *DefaultFont: Courier
  444. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  445. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  446. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  447. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  448. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  449. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  450. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  451. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  452. *Font Courier: Standard "(002.004S)" Standard ROM
  453. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  454. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  455. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  456. *Font Helvetica: Standard "(001.006S)" Standard ROM
  457. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  458. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  459. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  460. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  461. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  462. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  463. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  464. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  465. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  466. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  467. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  468. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  469. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  470. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  471. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  472. *Font Symbol: Special "(001.007S)" Special ROM
  473. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  474. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  475. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  476. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  477. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  478. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  479.  
  480. *?FontQuery: "
  481.  save
  482.    { count 1 gt
  483.       { exch dup 127 string cvs (/) print print (:) print
  484.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  485.       } { exit } ifelse 
  486.    } bind loop
  487.    (*) = flush
  488.  restore
  489. "
  490. *End
  491.  
  492. *?FontList: "
  493. save
  494.   (*) {cvn ==} 128 string /Font resourceforall
  495.   (*) = flush
  496. restore
  497. "
  498. *End
  499.  
  500. *% Printer Messages (verbatim from printer):
  501. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  502. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  503. *Message: "\FontName\ not found, using Courier"
  504.  
  505. *% Status (format: %%[ status: <one of these> ] %%)
  506. *Status: "idle"
  507. *Status: "busy"
  508. *Status: "waiting"
  509. *Status: "PrinterError: Out Of Paper"
  510. *Status: "PrinterError: Cover Open"
  511. *Status: "PrinterError: Feed Manual"
  512. *Status: "PrinterError: Paper Jam"
  513. *Status: "PrinterError: Miscellaneous Error"
  514. *Status: "PrinterError: Fatal Error"
  515.  
  516. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  517. *Source: "Serial"
  518. *Source: "LocalTalk"
  519. *Source: "Parallel"
  520. *Source: "OptionalIO"
  521.  
  522. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  523. *PrinterError: "Out Of Paper"
  524. *PrinterError: "Cover Open"
  525. *PrinterError: "Feed Manual"
  526. *PrinterError: "Paper Jam"
  527. *PrinterError: "Miscellaneous Error"
  528. *PrinterError: "Fatal Error"
  529.  
  530. *% Color Separation Information =====================
  531.  
  532. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  533.  
  534. *InkName: ProcessBlack/Process Black
  535. *InkName: CustomColor/Custom Color
  536. *InkName: ProcessCyan/Process Cyan
  537. *InkName: ProcessMagenta/Process Magenta
  538. *InkName: ProcessYellow/Process Yellow
  539.  
  540. *%  For 60 lpi / 300 dpi  ===============================
  541.  
  542. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  543. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  544. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  545. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  546. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  547.  
  548. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  549. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  550. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  551. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  552. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  553.  
  554. *%  For 53 lpi / 300 dpi  ===============================
  555.  
  556. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  557. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  558. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  559. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  560. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  561.  
  562. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  563. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  564. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  565. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  566. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  567.  
  568. *% Produced by "bldppd42.ps" version 4.0 edit 11
  569. *% Last Edit Date: Nov 11 1992
  570. *% The byte count of this file should be exactly 018561 or 019133
  571. *% depending on the filesystem it resides in.
  572. *% end of PPD file for PaintJet XL300
  573.