Show
Ignore:
Timestamp:
09/19/07 14:20:25 (17 years ago)
Author:
jerome
Message:

Improved the detection of ESC/P2.
Made the PJL parser also handle EJL (in a limited way).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/escp2.py

    r463 r472  
    3434           self.firstblock.startswith("\033*") or \ 
    3535           self.firstblock.startswith("\n\033@") or \ 
     36           self.firstblock.startswith("\033\1@EJL") or \ 
    3637           self.firstblock.startswith("\0\0\0\033\1@EJL") : # ESC/P Raster ??? Seen on Stylus Photo 1284 
    3738            self.logdebug("DEBUG: Input file is in the ESC/P2 format.")