Changeset 255
- Timestamp:
- 09/05/05 10:06:47 (19 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/NEWS
r253 r255 22 22 pkpgcounter News : 23 23 24 * 1.64 : 25 26 - Improved PCL3/4/5 parser. 27 24 28 * 1.63 : 25 29 -
pkpgcounter/trunk/pkpgpdls/pcl345.py
r253 r255 337 337 elif pagecount == mediasourcecount == escstart : 338 338 pass # should be OK. 339 elif resets == startgfx == endgfx == mediasizecount == orientationcount == escstart == 1 : 340 pass 341 elif resets == startgfx == endgfx == (pagecount - 1) : 342 pass 339 343 elif (not startgfx) and (not endgfx) : 340 344 if ejects : -
pkpgcounter/trunk/pkpgpdls/version.py
r253 r255 20 20 # 21 21 22 __version__ = "1.6 3"22 __version__ = "1.64" 23 23 24 24 __doc__ = """pkpgcounter : a generic Page Description Languages parser."""