Changeset 334 for pkpgcounter/trunk/pkpgpdls/postscript.py
- Timestamp:
- 02/17/06 14:09:04 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/postscript.py
r323 r334 91 91 and not acrobatmarker : 92 92 notrust = 1 # Let this stuff be managed by GhostScript, but we still extract number of copies 93 elif line.startswith(r"%ADOPrintSettings: L 3") :93 elif line.startswith(r"%ADOPrintSettings: L") : 94 94 acrobatmarker = 1 95 95 elif line.startswith("!R!") :