Changeset 473 for pkpgcounter/trunk

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

Added parser for ESC/PageS03.

Location:
pkpgcounter/trunk
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/NEWS

    r464 r473  
    2121pkpgcounter News : 
    2222 
     23  * 3.10 : 
     24   
     25    - Added a minimal parser for ESC/PAGES03 style documents. 
     26     
     27    - Fixed another problem in the code handling the output of Canon's 
     28      ImageRunner printer drivers. 
     29     
    2330  * 3.00 : 
    2431   
  • pkpgcounter/trunk/pkpgpdls/escp2.py

    r472 r473  
    3434           self.firstblock.startswith("\033*") or \ 
    3535           self.firstblock.startswith("\n\033@") or \ 
    36            self.firstblock.startswith("\033\1@EJL") or \ 
    3736           self.firstblock.startswith("\0\0\0\033\1@EJL") : # ESC/P Raster ??? Seen on Stylus Photo 1284 
    3837            self.logdebug("DEBUG: Input file is in the ESC/P2 format.") 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r471 r473  
    2222 
    2323 
    24 __version__ = "3.01" 
     24__version__ = "3.10" 
    2525 
    2626__doc__ = """pkpgcounter : a generic Page Description Languages parser.""" 
  • pkpgcounter/trunk/README

    r463 r473  
    4949        - Samsung SPL1 
    5050         
    51 The five latter ones, as well as some TIFF documents, are currently  
     51        - ESC/PageS03 
     52         
     53The six latter ones, as well as some TIFF documents, are currently  
    5254only supported in page counting mode.  
    5355