home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0130 / LHCOFLR5.PS < prev    next >
PostScript Printer Description  |  2000-05-04  |  24KB  |  1,815 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 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.  
  10.  
  11. *% All Rights Reserved. 
  12.  
  13. *% Permission is granted for redistribution of this file as
  14.  
  15. *% long as this copyright notice is intact and the contents
  16.  
  17. *% of the file is not altered in any way from its original form.
  18.  
  19. *% End of Copyright statement
  20.  
  21. *% '
  22.  
  23. *% Modification Date: July 02, 1997
  24.  
  25. *% ================================================================
  26.  
  27.  
  28.  
  29. *FormatVersion: "4.3"
  30.  
  31. *FileVersion: "1.0"
  32.  
  33. *LanguageEncoding: ISOLatin1
  34.  
  35. *LanguageVersion: English
  36.  
  37. *PSVersion: "(2013.114) 9"
  38.  
  39. *Product: "(Linotype)"
  40.  
  41. *% 31 Chars      *******************************
  42.  
  43. *Manufacturer: "LHAG Linotype-Hell"
  44.  
  45. *ModelName: "Lino ColorFlash V 4.3"
  46.  
  47. *ShortNickName: "Lino ColorFlash V 4.3"
  48.  
  49. *NickName: "Lino ColorFlash V 4.3"
  50.  
  51. *PCFileName: "LHCOFLR5.PPD"
  52.  
  53.  
  54.  
  55. *% ================================================================
  56.  
  57. *% Basic Device Capabilities
  58.  
  59. *% ================================================================
  60.  
  61.  
  62.  
  63. *FreeVM: "5242880"
  64.  
  65. *PrintPSErrors: False
  66.  
  67. *LanguageLevel: "2"
  68.  
  69. *ColorDevice: True
  70.  
  71. *ContoneOnly: True
  72.  
  73. *DefaultColorSpace: CMYK
  74.  
  75. *Throughput: "1"
  76.  
  77. *FileSystem: True
  78.  
  79.  
  80.  
  81. *?FileSystem: "
  82.  
  83. save
  84.  
  85.  statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  86.  
  87. restore
  88.  
  89. "
  90.  
  91. *End
  92.  
  93.  
  94.  
  95. *Password: "0"
  96.  
  97. *ExitServer: "
  98.  
  99.  count 0 eq { % is the password on the stack?
  100.  
  101.  true
  102.  
  103.  }{
  104.  
  105.  dup % potential password
  106.  
  107.  statusdict /checkpassword get exec not
  108.  
  109.  } ifelse
  110.  
  111.  { % if no password or not valid
  112.  
  113.  (WARNING : Cannot perform the exitserver command.) =
  114.  
  115.  (Password supplied is not valid.) =
  116.  
  117.  (Please contact the author of this software.) = flush
  118.  
  119.  quit
  120.  
  121.  } if
  122.  
  123.  serverdict /exitserver get exec
  124.  
  125. "
  126.  
  127. *End
  128.  
  129.  
  130.  
  131. *Reset: "
  132.  
  133.  count 0 eq { % is the password on the stack?
  134.  
  135.  true
  136.  
  137.  }{
  138.  
  139.  dup % potential password
  140.  
  141.  statusdict /checkpassword get exec not
  142.  
  143.  } ifelse
  144.  
  145.  { % if no password or not valid
  146.  
  147.  (WARNING : Cannot reset printer.) =
  148.  
  149.  (Password supplied is not valid.) =
  150.  
  151.  (Please contact the author of this software.) = flush
  152.  
  153.  quit
  154.  
  155.  } if
  156.  
  157.  serverdict /exitserver get exec
  158.  
  159.  systemdict /quit get exec
  160.  
  161.  (WARNING : Printer Reset Failed.) = flush
  162.  
  163. "
  164.  
  165. *End
  166.  
  167.  
  168.  
  169. *DefaultResolution: 400dpi
  170.  
  171.  
  172.  
  173. *?Resolution: "
  174.  
  175.  save 
  176.  
  177.  72 72 matrix defaultmatrix dtransform
  178.  
  179.  pop abs round cvi =print (dpi\n) print
  180.  
  181.  restore 
  182.  
  183. "
  184.  
  185. *End
  186.  
  187.  
  188.  
  189. *% ================================================================
  190.  
  191. *% ================================================================
  192.  
  193. *% Group  -  CMM_Options
  194.  
  195. *% ================================================================
  196.  
  197. *% ================================================================
  198.  
  199.  
  200.  
  201. *%----*OpenGroup: CMM_Options/CMM Options
  202.  
  203.  
  204.  
  205. *% ================================================================
  206.  
  207. *% CMM On + RenderingIntent / Off
  208.  
  209. *% ================================================================
  210.  
  211.  
  212.  
  213. *OpenUI *LHCMM_ON/Color Matching      : PickOne
  214.  
  215. *OrderDependency: 20 DocumentSetup *LHCMM_ON
  216.  
  217. *DefaultLHCMM_ON: DeltaDefault
  218.  
  219.  
  220.  
  221. *LHCMM_ON DeltaDefault/Printer's Default: ""
  222.  
  223.  
  224.  
  225. *LHCMM_ON OnPrint/On - Print: "
  226.  
  227. %LHCBeginUserItem: *CMM_ON
  228.  
  229. % True
  230.  
  231. %LHCEndUserItem
  232.  
  233. %LHCBeginUserItem: *RenderingIntent
  234.  
  235. % 1
  236.  
  237. %LHCEndUserItem
  238.  
  239. "
  240.  
  241. *End
  242.  
  243.  
  244.  
  245. *LHCMM_ON OnProof/On - Proof: "
  246.  
  247. %LHCBeginUserItem: *CMM_ON
  248.  
  249. % True
  250.  
  251. %LHCEndUserItem
  252.  
  253. %LHCBeginUserItem: *RenderingIntent
  254.  
  255. % 3
  256.  
  257. %LHCEndUserItem
  258.  
  259. "
  260.  
  261. *End
  262.  
  263.  
  264.  
  265. *LHCMM_ON Off/Off: "
  266.  
  267. %LHCBeginUserItem: *CMM_ON
  268.  
  269. % False
  270.  
  271. %LHCEndUserItem
  272.  
  273. "
  274.  
  275. *End
  276.  
  277.  
  278.  
  279. *CloseUI: *LHCMM_ON
  280.  
  281.  
  282.  
  283. *% ================================================================
  284.  
  285. *% CMM - ICCPrintProfile
  286.  
  287. *% ================================================================
  288.  
  289.  
  290.  
  291. *OpenUI *LHICCPrintProfile/Printing Process    :  PickOne
  292.  
  293. *OrderDependency: 21 DocumentSetup *LHICCPrintProfile
  294.  
  295. *DefaultLHICCPrintProfile: DeltaDefault
  296.  
  297.  
  298.  
  299. *LHICCPrintProfile DeltaDefault/Printer's Default: ""
  300.  
  301.  
  302.  
  303. *LHICCPrintProfile Euro/Euro: "
  304.  
  305. %LHCBeginUserItem: *ICCPrintProfile
  306.  
  307. % Euro
  308.  
  309. %LHCEndUserItem
  310.  
  311. "
  312.  
  313. *End
  314.  
  315.  
  316.  
  317. *LHICCPrintProfile SWOP/SWOP: "
  318.  
  319. %LHCBeginUserItem: *ICCPrintProfile
  320.  
  321. % SWOP
  322.  
  323. %LHCEndUserItem
  324.  
  325. "
  326.  
  327. *End
  328.  
  329.  
  330.  
  331. *LHICCPrintProfile Custom1/Custom1: "
  332.  
  333. %LHCBeginUserItem: *ICCPrintProfile
  334.  
  335. % Custom1
  336.  
  337. %LHCEndUserItem
  338.  
  339. "
  340.  
  341. *End
  342.  
  343.  
  344.  
  345. *LHICCPrintProfile Custom2/Custom2: "
  346.  
  347. %LHCBeginUserItem: *ICCPrintProfile
  348.  
  349. % Custom2
  350.  
  351. %LHCEndUserItem
  352.  
  353. "
  354.  
  355. *End
  356.  
  357.  
  358.  
  359. *LHICCPrintProfile Custom3/Custom3: "
  360.  
  361. %LHCBeginUserItem: *ICCPrintProfile
  362.  
  363. % Custom3
  364.  
  365. %LHCEndUserItem
  366.  
  367. "
  368.  
  369. *End
  370.  
  371.  
  372.  
  373. *LHICCPrintProfile Custom4/Custom4: "
  374.  
  375. %LHCBeginUserItem: *ICCPrintProfile
  376.  
  377. % Custom4
  378.  
  379. %LHCEndUserItem
  380.  
  381. "
  382.  
  383. *End
  384.  
  385.  
  386.  
  387. *LHICCPrintProfile Custom5/Custom5: "
  388.  
  389. %LHCBeginUserItem: *ICCPrintProfile
  390.  
  391. % Custom5
  392.  
  393. %LHCEndUserItem
  394.  
  395. "
  396.  
  397. *End
  398.  
  399.  
  400.  
  401. *LHICCPrintProfile Custom6/Custom6: "
  402.  
  403. %LHCBeginUserItem: *ICCPrintProfile
  404.  
  405. % Custom6
  406.  
  407. %LHCEndUserItem
  408.  
  409. "
  410.  
  411. *End
  412.  
  413.  
  414.  
  415. *LHICCPrintProfile Custom7/Custom7: "
  416.  
  417. %LHCBeginUserItem: *ICCPrintProfile
  418.  
  419. % Custom7
  420.  
  421. %LHCEndUserItem
  422.  
  423. "
  424.  
  425. *End
  426.  
  427.  
  428.  
  429. *LHICCPrintProfile Custom8/Custom8: "
  430.  
  431. %LHCBeginUserItem: *ICCPrintProfile
  432.  
  433. % Custom8
  434.  
  435. %LHCEndUserItem
  436.  
  437. "
  438.  
  439. *End
  440.  
  441.  
  442.  
  443. *LHICCPrintProfile Custom9/Custom9: "
  444.  
  445. %LHCBeginUserItem: *ICCPrintProfile
  446.  
  447. % Custom9
  448.  
  449. %LHCEndUserItem
  450.  
  451. "
  452.  
  453. *End
  454.  
  455.  
  456.  
  457. *LHICCPrintProfile Custom10/Custom10: "
  458.  
  459. %LHCBeginUserItem: *ICCPrintProfile
  460.  
  461. % Custom10
  462.  
  463. %LHCEndUserItem
  464.  
  465. "
  466.  
  467. *End
  468.  
  469.  
  470.  
  471. *CloseUI: *LHICCPrintProfile
  472.  
  473.  
  474.  
  475. *% ================================================================
  476.  
  477. *% CMM - ICCProofProfile
  478.  
  479. *% ================================================================
  480.  
  481.  
  482.  
  483. *OpenUI *LHICCProofProfile/Proof Media Type  :  PickOne
  484.  
  485. *OrderDependency: 22 DocumentSetup *LHICCProofProfile
  486.  
  487. *DefaultLHICCProofProfile: DeltaDefault
  488.  
  489.  
  490.  
  491. *LHICCProofProfile DeltaDefault/Printer's Default: ""
  492.  
  493.  
  494.  
  495. *LHICCProofProfile MediaType1/MediaType1: "
  496.  
  497. %LHCBeginUserItem: *ICCProofProfile
  498.  
  499. % MediaType1
  500.  
  501. %LHCEndUserItem
  502.  
  503. "
  504.  
  505. *End
  506.  
  507.  
  508.  
  509. *LHICCProofProfile MediaType2/MediaType2: "
  510.  
  511. %LHCBeginUserItem: *ICCProofProfile
  512.  
  513. % MediaType2
  514.  
  515. %LHCEndUserItem
  516.  
  517. "
  518.  
  519. *End
  520.  
  521.  
  522.  
  523. *LHICCProofProfile MediaType3/MediaType3: "
  524.  
  525. %LHCBeginUserItem: *ICCProofProfile
  526.  
  527. % MediaType3
  528.  
  529. %LHCEndUserItem
  530.  
  531. "
  532.  
  533. *End
  534.  
  535.  
  536.  
  537. *LHICCProofProfile MediaType4/MediaType4: "
  538.  
  539. %LHCBeginUserItem: *ICCProofProfile
  540.  
  541. % MediaType4
  542.  
  543. %LHCEndUserItem
  544.  
  545. "
  546.  
  547. *End
  548.  
  549.  
  550.  
  551. *LHICCProofProfile MediaType5/MediaType5: "
  552.  
  553. %LHCBeginUserItem: *ICCProofProfile
  554.  
  555. % MediaType5
  556.  
  557. %LHCEndUserItem
  558.  
  559. "
  560.  
  561. *End
  562.  
  563.  
  564.  
  565. *LHICCProofProfile MediaType6/MediaType6: "
  566.  
  567. %LHCBeginUserItem: *ICCProofProfile
  568.  
  569. % MediaType6
  570.  
  571. %LHCEndUserItem
  572.  
  573. "
  574.  
  575. *End
  576.  
  577.  
  578.  
  579. *LHICCProofProfile MediaType7/MediaType7: "
  580.  
  581. %LHCBeginUserItem: *ICCProofProfile
  582.  
  583. % MediaType7
  584.  
  585. %LHCEndUserItem
  586.  
  587. "
  588.  
  589. *End
  590.  
  591.  
  592.  
  593. *LHICCProofProfile MediaType8/MediaType8: "
  594.  
  595. %LHCBeginUserItem: *ICCProofProfile
  596.  
  597. % MediaType8
  598.  
  599. %LHCEndUserItem
  600.  
  601. "
  602.  
  603. *End
  604.  
  605.  
  606.  
  607. *LHICCProofProfile MediaType9/MediaType9: "
  608.  
  609. %LHCBeginUserItem: *ICCProofProfile
  610.  
  611. % MediaType9
  612.  
  613. %LHCEndUserItem
  614.  
  615. "
  616.  
  617. *End
  618.  
  619.  
  620.  
  621. *LHICCProofProfile MediaType10/MediaType10: "
  622.  
  623. %LHCBeginUserItem: *ICCProofProfile
  624.  
  625. % MediaType10
  626.  
  627. %LHCEndUserItem
  628.  
  629. "
  630.  
  631. *End
  632.  
  633.  
  634.  
  635. *CloseUI: *LHICCProofProfile
  636.  
  637.  
  638.  
  639. *%----*CloseGroup: CMM_Options
  640.  
  641.  
  642.  
  643. *% ================================================================
  644.  
  645. *% ================================================================
  646.  
  647. *% Group  -  Other Options
  648.  
  649. *% ================================================================
  650.  
  651. *% ================================================================
  652.  
  653.  
  654.  
  655. *%----*OpenGroup: OtherOptions/Other Options
  656.  
  657.  
  658.  
  659. *% ================================================================
  660.  
  661. *% CMM - Smoothing ╨ UDIs for Factor and Resolution
  662.  
  663. *% ================================================================
  664.  
  665.  
  666.  
  667. *OpenUI *LHSmoothing/Smoothing             :  PickOne
  668.  
  669. *OrderDependency: 24 DocumentSetup *LHSmoothing
  670.  
  671. *DefaultLHSmoothing: DeltaDefault
  672.  
  673.  
  674.  
  675. *LHSmoothing DeltaDefault/Printer's Default: ""
  676.  
  677.  
  678.  
  679. *LHSmoothing 0/Off: "
  680.  
  681. %LHCBeginUserItem: *Smoothing
  682.  
  683. % 0
  684.  
  685. %LHCEndUserItem
  686.  
  687. %LHCBeginUserItem: *Resolution
  688.  
  689. % 400
  690.  
  691. %LHCEndUserItem
  692.  
  693. "
  694.  
  695. *End
  696.  
  697.  
  698.  
  699. *LHSmoothing 2/Antialiasing 2x2: "
  700.  
  701. %LHCBeginUserItem: *Smoothing
  702.  
  703. % 2
  704.  
  705. %LHCEndUserItem
  706.  
  707. %LHCBeginUserItem: *Resolution
  708.  
  709. % 800
  710.  
  711. %LHCEndUserItem
  712.  
  713. "
  714.  
  715. *End
  716.  
  717.  
  718.  
  719. *LHSmoothing 3/Antialiasing 3x3: "
  720.  
  721. %LHCBeginUserItem: *Smoothing
  722.  
  723. % 3
  724.  
  725. %LHCEndUserItem
  726.  
  727. %LHCBeginUserItem: *Resolution
  728.  
  729. % 1200
  730.  
  731. %LHCEndUserItem
  732.  
  733. "
  734.  
  735. *End
  736.  
  737.  
  738.  
  739. *LHSmoothing max/Antialiasing max: "
  740.  
  741. %LHCBeginUserItem: *Smoothing
  742.  
  743. % 99
  744.  
  745. %LHCEndUserItem
  746.  
  747. %LHCBeginUserItem: *Resolution
  748.  
  749. % 1200
  750.  
  751. %LHCEndUserItem
  752.  
  753. "
  754.  
  755. *End
  756.  
  757.  
  758.  
  759. *CloseUI: *LHSmoothing
  760.  
  761.  
  762.  
  763. *% ================================================================
  764.  
  765. *% InRIP Separation Mode
  766.  
  767. *% ================================================================
  768.  
  769.  
  770.  
  771. *OpenUI *LHInRipSeparation/Source Data           : PickOne
  772.  
  773. *OrderDependency: 30 DocumentSetup *LHInRipSeparation
  774.  
  775. *DefaultLHInRipSeparation: DeltaDefault
  776.  
  777.  
  778.  
  779. *LHInRipSeparation DeltaDefault/Printer's Default: ""
  780.  
  781.  
  782.  
  783. *LHInRipSeparation True/Composite PS: "
  784.  
  785.   << /Separations          true
  786.  
  787.      /ProcessColorModel    /DeviceCMYK
  788.  
  789.      /SeparationColorNames [/Cyan /Magenta /Yellow /Black]
  790.  
  791.      /SeparationOrder      [/Cyan /Magenta /Yellow /Black]
  792.  
  793.   >> setpagedevice
  794.  
  795. "
  796.  
  797. *End
  798.  
  799.  
  800.  
  801. *LHInRipSeparation False/Separated PS: "
  802.  
  803.   << /Separations          false
  804.  
  805.      /ProcessColorModel    /DeviceGray
  806.  
  807.   >> setpagedevice
  808.  
  809. "
  810.  
  811. *End
  812.  
  813.  
  814.  
  815. *?LHInRipSeparation: "
  816.  
  817.   save
  818.  
  819.   currentpagedevice /Separations get 
  820.  
  821.   currentpagedevice /ProcessColorModel get /DeviceGray ne and
  822.  
  823.   {(True)}{(False)} ifelse = flush
  824.  
  825.   restore
  826.  
  827. "
  828.  
  829. *End
  830.  
  831.  
  832.  
  833. *CloseUI: *LHInRipSeparation
  834.  
  835.  
  836.  
  837. *% ================================================================
  838.  
  839. *% Mirror Print Mode
  840.  
  841. *% ================================================================
  842.  
  843.  
  844.  
  845. *OpenUI *LHMirror/Mirror Mode          : PickOne
  846.  
  847. *OrderDependency: 34 DocumentSetup *LHMirror
  848.  
  849. *DefaultLHMirror: DeltaDefault
  850.  
  851.  
  852.  
  853. *LHMirror DeltaDefault/Printer's Default: ""
  854.  
  855.  
  856.  
  857. *LHMirror True/On: "
  858.  
  859. %LHCBeginUserItem: *MirrorPrint
  860.  
  861. % True
  862.  
  863. %LHCEndUserItem
  864.  
  865. "
  866.  
  867. *End
  868.  
  869.  
  870.  
  871. *LHMirror False/Off: "
  872.  
  873. %LHCBeginUserItem: *MirrorPrint
  874.  
  875. % False
  876.  
  877. %LHCEndUserItem
  878.  
  879. "
  880.  
  881. *End
  882.  
  883.  
  884.  
  885. *CloseUI: *LHMirror
  886.  
  887.  
  888.  
  889. *% ================================================================
  890.  
  891. *% Policies for PageSize, if job doesn't fit
  892.  
  893. *% ================================================================
  894.  
  895.  
  896.  
  897. *OpenUI *LHPolicies/If job doesn't fit   :  PickOne
  898.  
  899. *OrderDependency: 35 AnySetup *LHPolicies
  900.  
  901. *DefaultLHPolicies: DeltaDefault
  902.  
  903.  
  904.  
  905. *LHPolicies DeltaDefault/Printer's Default: ""
  906.  
  907.  
  908.  
  909. *LHPolicies 0/Error message: "
  910.  
  911. %LHCBeginUserItem: *Policies
  912.  
  913. % 0
  914.  
  915. %LHCEndUserItem
  916.  
  917. "
  918.  
  919. *End
  920.  
  921.  
  922.  
  923. *LHPolicies 1/Crop centered: "
  924.  
  925. %LHCBeginUserItem: *Policies
  926.  
  927. % 1
  928.  
  929. %LHCEndUserItem
  930.  
  931. "
  932.  
  933. *End
  934.  
  935.  
  936.  
  937. *LHPolicies 2/Shrink to fit: "
  938.  
  939. %LHCBeginUserItem: *Policies
  940.  
  941. % 2
  942.  
  943. %LHCEndUserItem
  944.  
  945. "
  946.  
  947. *End
  948.  
  949.  
  950.  
  951. *CloseUI: *LHPolicies
  952.  
  953.  
  954.  
  955. *%----*CloseGroup: OtherOptions
  956.  
  957.  
  958.  
  959. *% ================================================================
  960.  
  961. *% ================================================================
  962.  
  963. *% Group  -  Media Selection
  964.  
  965. *% ================================================================
  966.  
  967. *% ================================================================
  968.  
  969.  
  970.  
  971. *OpenGroup: MediaSelection/Media Selection
  972.  
  973.  
  974.  
  975. *% ================================================================
  976.  
  977. *% Paper Handling  -  PageSize
  978.  
  979. *% Use these entries to set paper size most of the time, unless 
  980.  
  981. *% there is specific reason to use PageRegion.
  982.  
  983. *% ================================================================
  984.  
  985.  
  986.  
  987. *OpenUI *PageSize/PageSize : PickOne
  988.  
  989. *OrderDependency: 10 AnySetup *PageSize
  990.  
  991. *DefaultPageSize: Unknown
  992.  
  993.  
  994.  
  995. *PageSize A4/A4: "
  996.  
  997. << /PageSize [595 842] /Orientation 0 >> setpagedevice
  998.  
  999. %LHCBeginUserItem: *PageSize
  1000.  
  1001. % A4 595 842 0
  1002.  
  1003. %LHCEndUserItem
  1004.  
  1005. "
  1006.  
  1007. *End
  1008.  
  1009.  
  1010.  
  1011. *PageSize A4R/A4 R: "
  1012.  
  1013. << /PageSize [595 842] /Orientation 1 >> setpagedevice
  1014.  
  1015. %LHCBeginUserItem: *PageSize
  1016.  
  1017. % A4R 595 842 1
  1018.  
  1019. %LHCEndUserItem
  1020.  
  1021. "
  1022.  
  1023. *End
  1024.  
  1025.  
  1026.  
  1027. *PageSize A3/A3: "
  1028.  
  1029. << /PageSize [842 1191] /Orientation 1 >> setpagedevice
  1030.  
  1031. %LHCBeginUserItem: *PageSize
  1032.  
  1033. % A3 842 1191 1
  1034.  
  1035. %LHCEndUserItem
  1036.  
  1037. "
  1038.  
  1039. *End
  1040.  
  1041.  
  1042.  
  1043. *PageSize B5/B5-JIS: "
  1044.  
  1045. << /PageSize [516 729] /Orientation 0 >> setpagedevice
  1046.  
  1047. %LHCBeginUserItem: *PageSize
  1048.  
  1049. % B5 516 729 0
  1050.  
  1051. %LHCEndUserItem
  1052.  
  1053. "
  1054.  
  1055. *End
  1056.  
  1057.  
  1058.  
  1059. *PageSize B5R/B5-JIS R: "
  1060.  
  1061. << /PageSize [516 729] /Orientation 1 >> setpagedevice
  1062.  
  1063. %LHCBeginUserItem: *PageSize
  1064.  
  1065. % B5R 516 729 1
  1066.  
  1067. %LHCEndUserItem
  1068.  
  1069. "
  1070.  
  1071. *End
  1072.  
  1073.  
  1074.  
  1075. *PageSize B4/B4-JIS: "
  1076.  
  1077. << /PageSize [729 1032] /Orientation 1 >> setpagedevice
  1078.  
  1079. %LHCBeginUserItem: *PageSize
  1080.  
  1081. % B4 729 1032 1
  1082.  
  1083. %LHCEndUserItem
  1084.  
  1085. "
  1086.  
  1087. *End
  1088.  
  1089.  
  1090.  
  1091. *PageSize Letter/Letter: "
  1092.  
  1093. << /PageSize [612 792] /Orientation 0 >> setpagedevice
  1094.  
  1095. %LHCBeginUserItem: *PageSize
  1096.  
  1097. % Letter 612 792 0
  1098.  
  1099. %LHCEndUserItem
  1100.  
  1101. "
  1102.  
  1103. *End
  1104.  
  1105.  
  1106.  
  1107. *PageSize LetterR/Letter R: "
  1108.  
  1109. << /PageSize [612 792] /Orientation 1 >> setpagedevice
  1110.  
  1111. %LHCBeginUserItem: *PageSize
  1112.  
  1113. % LetterR 612 792 1
  1114.  
  1115. %LHCEndUserItem
  1116.  
  1117. "
  1118.  
  1119. *End
  1120.  
  1121.  
  1122.  
  1123. *PageSize Legal/Legal: "
  1124.  
  1125. << /PageSize [612 1008] /Orientation 1 >> setpagedevice
  1126.  
  1127. %LHCBeginUserItem: *PageSize
  1128.  
  1129. % Legal 612 1008 1
  1130.  
  1131. %LHCEndUserItem
  1132.  
  1133. "
  1134.  
  1135. *End
  1136.  
  1137.  
  1138.  
  1139. *PageSize Tabloid/Tabloid: "
  1140.  
  1141. << /PageSize [792 1224] /Orientation 1 >> setpagedevice
  1142.  
  1143. %LHCBeginUserItem: *PageSize
  1144.  
  1145. % 11x17 792 1224 1
  1146.  
  1147. %LHCEndUserItem
  1148.  
  1149. "
  1150.  
  1151. *End
  1152.  
  1153.  
  1154.  
  1155. *PageSize 8x10/8x10 inch: "
  1156.  
  1157. << /PageSize [576 720] /Orientation 0 >> setpagedevice
  1158.  
  1159. %LHCBeginUserItem: *PageSize
  1160.  
  1161. % 8x10 576 720 0
  1162.  
  1163. %LHCEndUserItem
  1164.  
  1165. "
  1166.  
  1167. *End
  1168.  
  1169.  
  1170.  
  1171. *PageSize 8x10R/8x10 inch R: "
  1172.  
  1173. << /PageSize [576 720] /Orientation 1 >> setpagedevice
  1174.  
  1175. %LHCBeginUserItem: *PageSize
  1176.  
  1177. % 8x10R 576 720 1
  1178.  
  1179. %LHCEndUserItem
  1180.  
  1181. "
  1182.  
  1183. *End
  1184.  
  1185.  
  1186.  
  1187. *CloseUI: *PageSize
  1188.  
  1189.  
  1190.  
  1191. *% ================================================================
  1192.  
  1193. *% Paper Handling  -  PageRegion
  1194.  
  1195. *% These entries will set up the frame buffer. 
  1196.  
  1197. *% Usually used with manual feed.
  1198.  
  1199. *% ================================================================
  1200.  
  1201.  
  1202.  
  1203. *OpenUI *PageRegion: PickOne
  1204.  
  1205. *OrderDependency: 11 AnySetup *PageRegion
  1206.  
  1207. *DefaultPageRegion: Unknown
  1208.  
  1209.  
  1210.  
  1211. *PageRegion A4/A4: "
  1212.  
  1213. << /PageSize [595 842] /Orientation 0 >> setpagedevice
  1214.  
  1215. %LHCBeginUserItem: *PageSize
  1216.  
  1217. % A4 595 842 0
  1218.  
  1219. %LHCEndUserItem
  1220.  
  1221. "
  1222.  
  1223. *End
  1224.  
  1225.  
  1226.  
  1227. *PageRegion A4R/A4 R: "
  1228.  
  1229. << /PageSize [595 842] /Orientation 1 >> setpagedevice
  1230.  
  1231. %LHCBeginUserItem: *PageSize
  1232.  
  1233. % A4R 595 842 1
  1234.  
  1235. %LHCEndUserItem
  1236.  
  1237. "
  1238.  
  1239. *End
  1240.  
  1241.  
  1242.  
  1243. *PageRegion A3/A3: "
  1244.  
  1245. << /PageSize [842 1191] /Orientation 1 >> setpagedevice
  1246.  
  1247. %LHCBeginUserItem: *PageSize
  1248.  
  1249. % A3 842 1191 1
  1250.  
  1251. %LHCEndUserItem
  1252.  
  1253. "
  1254.  
  1255. *End
  1256.  
  1257.  
  1258.  
  1259. *PageRegion B5/B5-JIS: "
  1260.  
  1261. << /PageSize [516 729] /Orientation 0 >> setpagedevice
  1262.  
  1263. %LHCBeginUserItem: *PageSize
  1264.  
  1265. % B5 516 729 0
  1266.  
  1267. %LHCEndUserItem
  1268.  
  1269. "
  1270.  
  1271. *End
  1272.  
  1273.  
  1274.  
  1275. *PageRegion B5R/B5-JIS R: "
  1276.  
  1277. << /PageSize [516 729] /Orientation 1 >> setpagedevice
  1278.  
  1279. %LHCBeginUserItem: *PageSize
  1280.  
  1281. % B5R 516 729 1
  1282.  
  1283. %LHCEndUserItem
  1284.  
  1285. "
  1286.  
  1287. *End
  1288.  
  1289.  
  1290.  
  1291. *PageRegion B4/B4-JIS: "
  1292.  
  1293. << /PageSize [729 1032] /Orientation 1 >> setpagedevice
  1294.  
  1295. %LHCBeginUserItem: *PageSize
  1296.  
  1297. % B4 729 1032 1
  1298.  
  1299. %LHCEndUserItem
  1300.  
  1301. "
  1302.  
  1303. *End
  1304.  
  1305.  
  1306.  
  1307. *PageRegion Letter/Letter: "
  1308.  
  1309. << /PageSize [612 792] /Orientation 0 >> setpagedevice
  1310.  
  1311. %LHCBeginUserItem: *PageSize
  1312.  
  1313. % Letter 612 792 0
  1314.  
  1315. %LHCEndUserItem
  1316.  
  1317. "
  1318.  
  1319. *End
  1320.  
  1321.  
  1322.  
  1323. *PageRegion LetterR/Letter R: "
  1324.  
  1325. << /PageSize [612 792] /Orientation 1 >> setpagedevice
  1326.  
  1327. %LHCBeginUserItem: *PageSize
  1328.  
  1329. % LetterR 612 792 1
  1330.  
  1331. %LHCEndUserItem
  1332.  
  1333. "
  1334.  
  1335. *End
  1336.  
  1337.  
  1338.  
  1339. *PageRegion Legal/Legal: "
  1340.  
  1341. << /PageSize [612 1008] /Orientation 1 >> setpagedevice
  1342.  
  1343. %LHCBeginUserItem: *PageSize
  1344.  
  1345. % Legal 612 1008 1
  1346.  
  1347. %LHCEndUserItem
  1348.  
  1349. "
  1350.  
  1351. *End
  1352.  
  1353.  
  1354.  
  1355. *PageRegion Tabloid/Tabloid: "
  1356.  
  1357. << /PageSize [792 1224] /Orientation 1 >> setpagedevice
  1358.  
  1359. %LHCBeginUserItem: *PageSize
  1360.  
  1361. % 11x17 792 1224 1
  1362.  
  1363. %LHCEndUserItem
  1364.  
  1365. "
  1366.  
  1367. *End
  1368.  
  1369.  
  1370.  
  1371. *PageRegion 8x10/8x10 inch: "
  1372.  
  1373. << /PageSize [576 720] /Orientation 0 >> setpagedevice
  1374.  
  1375. %LHCBeginUserItem: *PageSize
  1376.  
  1377. % 8x10 576 720 0
  1378.  
  1379. %LHCEndUserItem
  1380.  
  1381. "
  1382.  
  1383. *End
  1384.  
  1385.  
  1386.  
  1387. *PageRegion 8x10R/8x10 inch R: "
  1388.  
  1389. << /PageSize [576 720] /Orientation 1 >> setpagedevice
  1390.  
  1391. %LHCBeginUserItem: *PageSize
  1392.  
  1393. % 8x10R 576 720 1
  1394.  
  1395. %LHCEndUserItem
  1396.  
  1397. "
  1398.  
  1399. *End
  1400.  
  1401.  
  1402.  
  1403. *CloseUI: *PageRegion
  1404.  
  1405.  
  1406.  
  1407. *% ================================================================
  1408.  
  1409. *% Paper Handling  -  ImageableArea / PaperDimension
  1410.  
  1411. *% These entries provide information about specific paper keywords.
  1412.  
  1413. *% In this PPD ImagealeArea is set for Canon CLC 700/800.
  1414.  
  1415. *% ================================================================
  1416.  
  1417.  
  1418.  
  1419. *DefaultImageableArea: A4
  1420.  
  1421. *ImageableArea A4/A4:             "18  2 580  834"
  1422.  
  1423. *ImageableArea A4R/A4 R:          " 2 18 587  827"
  1424.  
  1425. *ImageableArea A3/A3:             " 2 18 834 1176"
  1426.  
  1427. *ImageableArea B5/B5-JIS:         "18  2 501  721"
  1428.  
  1429. *ImageableArea B5R/B5-JIS R:      " 2 18 508  714"
  1430.  
  1431. *ImageableArea B4/B4-JIS:         " 2 18 721 1017"
  1432.  
  1433. *ImageableArea Letter/Letter:     "18  2 597  784"
  1434.  
  1435. *ImageableArea LetterR/Letter R:  " 2 18 604  777"
  1436.  
  1437. *ImageableArea Legal/Legal:       " 2 18 604  993"
  1438.  
  1439. *ImageableArea Tabloid/Tabloid:   " 2 18 784 1209"
  1440.  
  1441. *ImageableArea 8x10/8x10 inch:    "18  2 561  712"
  1442.  
  1443. *ImageableArea 8x10R/8x10 inch R: " 2 18 568  705"
  1444.  
  1445.  
  1446.  
  1447. *DefaultPaperDimension: A4
  1448.  
  1449. *PaperDimension A4/A4:                  "595  842"
  1450.  
  1451. *PaperDimension A4R/A4 R:               "595  841"
  1452.  
  1453. *PaperDimension A3/A3:                  "842 1191"
  1454.  
  1455. *PaperDimension B5/B5-JIS:              "516  729"
  1456.  
  1457. *PaperDimension B5R/B5-JIS R:           "516  728"
  1458.  
  1459. *PaperDimension B4/B4-JIS:              "729 1032"         
  1460.  
  1461. *PaperDimension Letter/Letter:          "612  792"
  1462.  
  1463. *PaperDimension LetterR/Letter R:       "612  791"
  1464.  
  1465. *PaperDimension Legal/Legal:            "612 1008"
  1466.  
  1467. *PaperDimension Tabloid/Tabloid:        "792 1224"
  1468.  
  1469. *PaperDimension 8x10/8x10 inch:         "576  720"
  1470.  
  1471. *PaperDimension 8x10R/8x10 inch R:      "576  719"
  1472.  
  1473.  
  1474.  
  1475. *% ================================================================
  1476.  
  1477. *% Tray Selection
  1478.  
  1479. *% ================================================================
  1480.  
  1481.  
  1482.  
  1483. *RequiresPageRegion All: True
  1484.  
  1485.  
  1486.  
  1487. *OpenUI *InputSlot/Input Slot : PickOne
  1488.  
  1489. *OrderDependency: 12 AnySetup *InputSlot
  1490.  
  1491. *DefaultInputSlot: Auto
  1492.  
  1493.  
  1494.  
  1495. *InputSlot Auto/AutoSelect: ""
  1496.  
  1497.  
  1498.  
  1499. *InputSlot Tray1/Tray 1: "
  1500.  
  1501. %LHCBeginUserItem: *InputSlot
  1502.  
  1503. % Tray1
  1504.  
  1505. %LHCEndUserItem
  1506.  
  1507. %LHCBeginUserItem: *ManualFeed
  1508.  
  1509. % False
  1510.  
  1511. %LHCEndUserItem
  1512.  
  1513. "
  1514.  
  1515. *End
  1516.  
  1517.  
  1518.  
  1519. *InputSlot Tray2/Tray 2: "
  1520.  
  1521. %LHCBeginUserItem: *InputSlot
  1522.  
  1523. % Tray2
  1524.  
  1525. %LHCEndUserItem
  1526.  
  1527. %LHCBeginUserItem: *ManualFeed
  1528.  
  1529. % False
  1530.  
  1531. %LHCEndUserItem
  1532.  
  1533. "
  1534.  
  1535. *End
  1536.  
  1537.  
  1538.  
  1539. *InputSlot Tray3/Tray 3: "
  1540.  
  1541. %LHCBeginUserItem: *InputSlot
  1542.  
  1543. % Tray3
  1544.  
  1545. %LHCEndUserItem
  1546.  
  1547. %LHCBeginUserItem: *ManualFeed
  1548.  
  1549. % False
  1550.  
  1551. %LHCEndUserItem
  1552.  
  1553. "
  1554.  
  1555. *End
  1556.  
  1557.  
  1558.  
  1559. *InputSlot BypassTray/Bypass Tray: "
  1560.  
  1561. %LHCBeginUserItem: *InputSlot
  1562.  
  1563. % Tray0
  1564.  
  1565. %LHCEndUserItem
  1566.  
  1567. %LHCBeginUserItem: *ManualFeed
  1568.  
  1569. % True
  1570.  
  1571. %LHCEndUserItem
  1572.  
  1573. "
  1574.  
  1575. *End
  1576.  
  1577.  
  1578.  
  1579. *CloseUI: *InputSlot
  1580.  
  1581.  
  1582.  
  1583. *CloseGroup: MediaSelection
  1584.  
  1585.  
  1586.  
  1587. *% ================================================================
  1588.  
  1589. *% Font Information 
  1590.  
  1591. *% ================================================================
  1592.  
  1593.  
  1594.  
  1595. *DefaultFont: Courier
  1596.  
  1597. *Font AvantGarde-Book: Standard "(001.001)" Standard Disk
  1598.  
  1599. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard Disk
  1600.  
  1601. *Font AvantGarde-Demi: Standard "(001.001)" Standard Disk
  1602.  
  1603. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard Disk
  1604.  
  1605. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  1606.  
  1607. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  1608.  
  1609. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  1610.  
  1611. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  1612.  
  1613. *Font Courier: Standard "(002.002)" Standard ROM
  1614.  
  1615. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  1616.  
  1617. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  1618.  
  1619. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  1620.  
  1621. *Font Helvetica: Standard "(001.006)" Standard ROM
  1622.  
  1623. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  1624.  
  1625. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  1626.  
  1627. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  1628.  
  1629. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  1630.  
  1631. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  1632.  
  1633. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  1634.  
  1635. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  1636.  
  1637. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard Disk
  1638.  
  1639. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard Disk
  1640.  
  1641. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard Disk
  1642.  
  1643. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard Disk
  1644.  
  1645. *Font Palatino-Bold: Standard "(001.000)" Standard Disk
  1646.  
  1647. *Font Palatino-BoldItalic: Standard "(001.000)" Standard Disk
  1648.  
  1649. *Font Palatino-Italic: Standard "(001.000)" Standard Disk
  1650.  
  1651. *Font Palatino-Roman: Standard "(001.000)" Standard Disk
  1652.  
  1653. *Font Symbol: Special "(001.003)" Special ROM
  1654.  
  1655. *Font Times-Bold: Standard "(001.007)" Standard ROM
  1656.  
  1657. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  1658.  
  1659. *Font Times-Italic: Standard "(001.007)" Standard ROM
  1660.  
  1661. *Font Times-Roman: Standard "(001.007)" Standard ROM
  1662.  
  1663. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard Disk
  1664.  
  1665. *Font ZapfDingbats: Special "(001.000)" Special Disk
  1666.  
  1667.  
  1668.  
  1669. *?FontQuery: "
  1670.  
  1671. save
  1672.  
  1673.  /str 100 string dup 0 (fonts/) putinterval def
  1674.  
  1675.  {
  1676.  
  1677.  count 1 gt
  1678.  
  1679.  {
  1680.  
  1681.  exch dup str 6 94 getinterval cvs
  1682.  
  1683.  (/) print dup print (:) print exch
  1684.  
  1685.  FontDirectory exch known
  1686.  
  1687.  { pop (Yes) }
  1688.  
  1689.  {
  1690.  
  1691.  length 6 add str 0 3 -1 roll getinterval
  1692.  
  1693.  mark exch status
  1694.  
  1695.  {cleartomark (Yes)}{cleartomark (No)} ifelse
  1696.  
  1697.  } ifelse =
  1698.  
  1699.  }
  1700.  
  1701.  {exit} ifelse
  1702.  
  1703.  }bind loop
  1704.  
  1705.  (*) = flush
  1706.  
  1707. restore
  1708.  
  1709. "
  1710.  
  1711. *End
  1712.  
  1713.  
  1714.  
  1715. *?FontList: "
  1716.  
  1717. save
  1718.  
  1719.  FontDirectory { pop == } bind forall flush
  1720.  
  1721.  /filenameforall where
  1722.  
  1723.  {
  1724.  
  1725.  pop (fonts/*)
  1726.  
  1727.  { dup length 6 sub 6 exch getinterval cvn == } bind
  1728.  
  1729.  128 string filenameforall flush
  1730.  
  1731.  } if
  1732.  
  1733.  (*) = flush
  1734.  
  1735. restore
  1736.  
  1737. "
  1738.  
  1739. *End
  1740.  
  1741.  
  1742.  
  1743. *% ================================================================
  1744.  
  1745. *% JobPatchFile ╨ PS Header Sequence for CLC 700/800 Color Copier
  1746.  
  1747. *% ================================================================
  1748.  
  1749.  
  1750.  
  1751. *JobPatchFile 1: "
  1752.  
  1753. % Begin of JobPatchFile 1
  1754.  
  1755. % This PPD invocation contains a PostScript / comment sequence
  1756.  
  1757. % and it is used to provide initial state for every job.
  1758.  
  1759.  
  1760.  
  1761. %LHCBeginUserItem: *ImageableArea
  1762.  
  1763. % A4      9 18 833  568  842  595
  1764.  
  1765. % A4R     9 18 586  815  595  842
  1766.  
  1767. % A3      9 18 833 1164  842 1191
  1768.  
  1769. % B5      9 18 720  489  729  516
  1770.  
  1771. % B5R     9 18 507  702  516  729
  1772.  
  1773. % B4      9 18 720 1005  729 1032
  1774.  
  1775. % Letter  9 18 783  585  792  612
  1776.  
  1777. % LetterR 9 18 603  765  612  792
  1778.  
  1779. % Legal   9 18 603  981  612 1008
  1780.  
  1781. % 11x17   9 18 783 1197  792 1224
  1782.  
  1783. % 8x10    9 18 711  549  720  576
  1784.  
  1785. % 8x10R   9 18 567  693  576  720
  1786.  
  1787. %LHCEndUserItem
  1788.  
  1789.  
  1790.  
  1791. %LHCBeginUserItem: *OutputOrder
  1792.  
  1793. % Reverse
  1794.  
  1795. %LHCEndUserItem
  1796.  
  1797. %LHCBeginUserItem: *Resolution
  1798.  
  1799. % 400
  1800.  
  1801. %LHCEndUserItem
  1802.  
  1803. % End of JobPatchFile 1
  1804.  
  1805. "
  1806.  
  1807. *End
  1808.  
  1809.  
  1810.  
  1811. *% The byte count of this file should be exactly 022549 or 024363
  1812. *% depending on the filesystem it resides in.
  1813. *% end of PPD file for Linotype
  1814.  
  1815.