Changeset 555 for pkpgcounter/trunk/pkpgpdls/pcl345.py
- Timestamp:
- 12/09/07 15:26:15 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pcl345.py
r543 r555 43 43 ] 44 44 required = [ "pcl6", "gs" ] 45 format = "PCL3/4/5" 45 46 mediasizes = { # ESC&l####A 46 47 0 : "Default", … … 110 111 (firstblock.find("@PJL ENTER LANGUAGE=PCL\012\015\033") != -1) or \ 111 112 (firstblock.startswith(chr(0xcd)+chr(0xca)) and (firstblock.find("\033E\033") != -1)) : 112 self.logdebug("DEBUG: Input file is in the PCL3/4/5 format.")113 113 return True 114 114 else :