Changeset 401 for pkpgcounter/trunk/pkpgpdls/newpcl345.py
- Timestamp:
- 09/11/06 11:24:35 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/newpcl345.py
r400 r401 115 115 """Handle the FF marker.""" 116 116 #self.logdebug("FORMFEED %i at %08x" % (self.pagecount, self.pos-1)) 117 self.pagecount += 1 117 if not self.hpgl2 : 118 # Increments page count only if we are not inside an HPGL2 block 119 self.pagecount += 1 118 120 119 121 def escPercent(self) :