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