Changeset 272 for pkpgcounter/trunk/pkpgpdls/postscript.py
- Timestamp:
- 10/06/05 13:21:48 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/postscript.py
r263 r272 82 82 previousline = "" 83 83 for line in self.infile.xreadlines() : 84 if line.startswith(r"%%Page: ") or line.startswith(r"(%%[Page: ") : 84 if line.startswith(r"%%Creator: PScript5.dll") : 85 return 0 # Let this stuff be managed by GhostScript, since nup and copies disturb us. 86 elif line.startswith(r"%%Page: ") or line.startswith(r"(%%[Page: ") : 85 87 proceed = 1 86 88 try :