Changeset 255

Show
Ignore:
Timestamp:
09/05/05 10:06:47 (19 years ago)
Author:
jerome
Message:

Improved PCL3/4/5 parser.

Location:
pkpgcounter/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/NEWS

    r253 r255  
    2222pkpgcounter News : 
    2323    
     24  * 1.64 : 
     25     
     26    - Improved PCL3/4/5 parser. 
     27     
    2428  * 1.63 : 
    2529   
  • pkpgcounter/trunk/pkpgpdls/pcl345.py

    r253 r255  
    337337        elif pagecount == mediasourcecount == escstart :  
    338338            pass        # should be OK. 
     339        elif resets == startgfx == endgfx == mediasizecount == orientationcount == escstart == 1 :      
     340            pass 
     341        elif resets == startgfx == endgfx == (pagecount - 1) :     
     342            pass 
    339343        elif (not startgfx) and (not endgfx) : 
    340344            if ejects : 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r253 r255  
    2020# 
    2121 
    22 __version__ = "1.63" 
     22__version__ = "1.64" 
    2323 
    2424__doc__ = """pkpgcounter : a generic Page Description Languages parser."""