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.

Location:
pkpgcounter/trunk/pkpgpdls
Files:
2 modified

Legend:

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

    r357 r375  
    3434class Parser(pdlparser.PDLParser) : 
    3535    """A parser for PCL3, PCL4, PCL5 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 = {  # ESC&l####A 
    3738                    0 : "Default", 
  • 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",