Changeset 473 for pkpgcounter/trunk
- Timestamp:
- 09/21/07 00:10:23 (17 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 1 added
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/NEWS
r464 r473 21 21 pkpgcounter News : 22 22 23 * 3.10 : 24 25 - Added a minimal parser for ESC/PAGES03 style documents. 26 27 - Fixed another problem in the code handling the output of Canon's 28 ImageRunner printer drivers. 29 23 30 * 3.00 : 24 31 -
pkpgcounter/trunk/pkpgpdls/escp2.py
r472 r473 34 34 self.firstblock.startswith("\033*") or \ 35 35 self.firstblock.startswith("\n\033@") or \ 36 self.firstblock.startswith("\033\1@EJL") or \37 36 self.firstblock.startswith("\0\0\0\033\1@EJL") : # ESC/P Raster ??? Seen on Stylus Photo 1284 38 37 self.logdebug("DEBUG: Input file is in the ESC/P2 format.") -
pkpgcounter/trunk/pkpgpdls/version.py
r471 r473 22 22 23 23 24 __version__ = "3. 01"24 __version__ = "3.10" 25 25 26 26 __doc__ = """pkpgcounter : a generic Page Description Languages parser.""" -
pkpgcounter/trunk/README
r463 r473 49 49 - Samsung SPL1 50 50 51 The five latter ones, as well as some TIFF documents, are currently 51 - ESC/PageS03 52 53 The six latter ones, as well as some TIFF documents, are currently 52 54 only supported in page counting mode. 53 55