Changeset 476

Show
Ignore:
Timestamp:
09/21/07 00:19:13 (17 years ago)
Author:
jerome
Message:

Now includes the ESC/PageS03 parser.

Location:
pkpgcounter/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r463 r476  
    5151    * Samsung QPDL (aka SPL2) 
    5252    * Samsung SPL1 
     53    * ESC/PageS03 
    5354 
    54 The five latter ones, as well as some TIFF documents, are currently  
     55The six latter ones, as well as some TIFF documents, are currently  
    5556only supported in page counting mode.  
    5657 
  • pkpgcounter/trunk/debian/control

    r458 r476  
    4141   * Samsung SPL1 
    4242 . 
    43  The five latter formats, as well as some TIFF files, are 
     43   * ESC/PageS03 
     44 . 
     45 The six latter formats, as well as some TIFF files, are 
    4446 only supported in page counting mode. 
    4547 . 
  • pkpgcounter/trunk/man/pkpgcounter.1

    r468 r476  
    22.TH PKPGCOUNTER "1" "September 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkpgcounter \- manual page for pkpgcounter 3.00 
     4pkpgcounter \- manual page for pkpgcounter 3.10 
    55.SH DESCRIPTION 
    6 pkpgcounter v3.00 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 
     6pkpgcounter v3.10 (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet 
    77.PP 
    88pkpgcounter is a generic Page Description Language parser. 
     
    2828* Samsung QPDL (aka SPL2) 
    2929* Samsung SPL1 
     30* ESC/PageS03 
    3031.PP 
    31 The five latter ones, as well as some TIFF documents, are currently 
     32The six latter ones, as well as some TIFF documents, are currently 
    3233only supported in page counting mode. 
    3334.PP 
  • pkpgcounter/trunk/pkpgpdls/analyzer.py

    r463 r476  
    2929 
    3030import version, pdlparser, postscript, pdf, pcl345, pclxl, \ 
    31        escp2, dvi, tiff, ooo, zjstream, qpdl, spl1, plain 
     31       escp2, dvi, tiff, ooo, zjstream, qpdl, spl1, escpages03, plain 
    3232import inkcoverage 
    3333 
     
    167167                           pcl345, \ 
    168168                           escp2, \ 
     169                           escpages03, \ 
    169170                           plain) :     # IMPORTANT : don't move this one up ! 
    170171                try :