Changeset 249
- Timestamp:
- 08/29/05 17:46:50 (19 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/NEWS
r248 r249 24 24 * 1.61 : 25 25 26 - Improved PCL3/4/5 parser. 27 26 28 - Better handling of the number of copies in the PostScript parser. 27 29 Now the number can be different from page to page. -
pkpgcounter/trunk/pkpgpdls/pcl345.py
r235 r249 324 324 325 325 326 if pagecount == mediasourcecount == escstart : 326 if resets == ejects == mediasourcecount == mediasizecount == escstart == 1 : 327 pagecount = orientationcount 328 elif pagecount == mediasourcecount == escstart : 327 329 pass # should be OK. 328 330 elif (not startgfx) and (not endgfx) :