Show
Ignore:
Timestamp:
08/27/06 00:27:47 (18 years ago)
Author:
jerome
Message:

The computation of ink coverage now works for both the PCL3/4/5
and PCLXL file formats, through ghostpcl.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/pclxl.py

    r357 r375  
    3434class Parser(pdlparser.PDLParser) : 
    3535    """A parser for PCLXL (aka PCL6) documents.""" 
     36    totiffcommand = 'pcl6 -sDEVICE=pdfwrite -dPARANOIDSAFER -dNOPAUSE -dBATCH -dQUIET -sOutputFile=- - | gs -sDEVICE=tiff24nc -dPARANOIDSAFER -dNOPAUSE -dBATCH -dQUIET -r%(dpi)i -sOutputFile="%(fname)s" -' 
    3637    mediasizes = {  
    3738                    0 : "Letter",