Show
Ignore:
Timestamp:
09/06/05 15:56:34 (19 years ago)
Author:
jerome
Message:

Improved PostScript? and PCL3/4/5 parsers.

Files:
1 modified

Legend:

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

    r252 r256  
    8484                pagecount += 1 
    8585                pages[pagecount] = { "copies" : 1 } 
     86            elif line.startswith(r"(%%[Page: ") : 
     87                pagecount += 1 
     88                pages[pagecount] = { "copies" : 1 } 
    8689            elif line.startswith(r"%%Requirements: numcopies(") :     
    8790                try :