Changeset 1688

Show
Ignore:
Timestamp:
09/01/04 18:56:49 (20 years ago)
Author:
jalet
Message:

Added note about ESC/P2 support.
Added note about lack of support for HP Deskjet printers.

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/FAQ

    r1622 r1688  
    2222    notices by email, and you can send all this to us for 
    2323    diagnostic. 
     24     
     25    For LPRng, better to put "logger: system" in pykota.conf so 
     26    that all debug messages for PyKota will go to syslog. 
    2427   
    2528  * Why doesn't CUPS under Debian Woody automatically 
     
    5962   
    6063    In PyKota, the term 'dumb printer' defines a printer which doesn't  
    61     understand PostScript, PCL5, PCLXL (aka PCL6) or PDF AND doesn't  
    62     have an internal page counter, AND for which you don't know how to  
    63     compute a job's size in number of pages by analyzing its content.  
     64    natively understand PostScript, PCL5, PCLXL (aka PCL6), PDF or ESC/P2 
     65    and doesn't have an internal page counter, and for which you don't  
     66    know how to compute a job's size in number of pages by analyzing its  
     67    content.  
    6468    Any printer which is not a 'dumb printer' according to the above  
    65     definition is supported by PyKota. 
     69    definition is supported by PyKota. HP Deskjet printers are  
     70    currently considered as "dumb" printers by PyKota. 
    6671 
    6772  * How can I make PyKota work with my non-postscript printer under  
     
    7984     
    8085    PyKota natively understands DSC compliant PostScript, PCL5,  
    81     PCLXL (aka PCL6) and PDF. Support for Binary PostScript is 
     86    PCLXL (aka PCL6), PDF and ESC/P2. Support for Binary PostScript is 
    8287    done through GhostScript. More PDLs will be added in the future.  
    8388    However you can always plug your own PDL analyzer in PyKota. 
  • pykota/trunk/man/pkpgcounter.1

    r1629 r1688  
    1313.PP 
    1414\fBpkpgcounter\fP is a convenience script provided by pykota that attempts 
    15 to count the number of pages in a DSC compliant PostScript, PDF, PCL5 or  
    16 PCL6 (aka PCLXL) document. Binary PostScript is also supported through  
    17 GhostScript. This may be of use as an external accounter as defined in  
     15to count the number of pages in a DSC compliant PostScript, PDF, PCL5,  
     16PCL6 (aka PCLXL) or ESC/P2 document. Binary PostScript is also supported but through  
     17GhostScript, which is launched if needed. This may be of use as an external accounter as defined in  
    1818/etc/pykota/pykota.conf, since currently \fBpkpgcounter\fP is the smarter  
    1919software accounter included with PyKota. 
  • pykota/trunk/README

    r1671 r1688  
    5959           
    6060        - Supports DSC compliant and binary PostScript, PDF, PCL5,  
    61           and PCLXL (aka PCL6) printers natively for software  
     61          and PCLXL (aka PCL6) and ESC/P2 printers natively for software 
    6262          accounting methods. More formats to come. 
     63           
     64        - Hewlett-Packard Deskjet printers are currently NOT supported.   
    6365             
    6466    Quota systems :