Show
Ignore:
Timestamp:
02/17/06 14:09:04 (18 years ago)
Author:
jerome
Message:

Improved the gs+Acrobat Reader fix done in 1.78

Location:
pkpgcounter/trunk/pkpgpdls
Files:
2 modified

Legend:

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

    r323 r334  
    9191               and not acrobatmarker : 
    9292                notrust = 1 # Let this stuff be managed by GhostScript, but we still extract number of copies 
    93             elif line.startswith(r"%ADOPrintSettings: L3") : 
     93            elif line.startswith(r"%ADOPrintSettings: L") : 
    9494                acrobatmarker = 1 
    9595            elif line.startswith("!R!") : 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r329 r334  
    2020# 
    2121 
    22 __version__ = "1.80" 
     22__version__ = "1.81" 
    2323 
    2424__doc__ = """pkpgcounter : a generic Page Description Languages parser."""