Kovu's terrasco.net
 Autologin
KEscPos: Kovu's ESC/POS Printer Driver
 
Author: Kovu | Date: Feb 05 2010
 
KEscPos is the object oriented successor of my old ESC/POS printer driver files for PHP. Printing being one of the least documented things in the PHP-World, I've originally started this as a tutorial on the forums of terrasco.net. However, with the shift to OOP and some extra functionality of the driver, such as translating image data into monochrome EPSON bit images, this project has lead to a fully mature, ready to use printer driver that can't really be used as material to teach newbies how exactly it works. 
 
Unlike in the old concept, we no longer need to write a driver file for each single ESC/POS-printer. Printer setups are defined in an array at the beginning of the driver code (or can alternatively be added to the array before opening a printer connection). This simplifies the handling of printers and their setups, especially in applications that come with an advanced user interface.
 KEscPos Printer Driver
 
KEscPos is the object oriented successor of my old ESC/POS printer driver files for PHP. Printing being one of the least documented things in PHP-World, I've originally started this as tutorial on the forums of my website 'www.terrasco.net'. However, with the shift to OOP and some extra functionality of the driver, such as translating image data into monochrome EPSON bit images, this project has lead to a fully mature, ready to use printer driver. Unlike the old concept, we no longer need to write a driver file for each single ESC/POS-printer. Printer setups are defined in an array at the beginning of the driver code (or can alternatively be added to the array before opening a printer connection). This simplifies the handling of printers and their setups, especially in applications that come with an advanced user interface.
 
Author: Markus Fumagalli "Kovu"
 Size: 81.9 Kb 
Type: *.tar 
 
Feb 05 2010 
20:45:56 
 
click here for downloading this file