Re: [PHP-WIN] Printing in windows

2005-11-17 Thread Frank M. Kromann
Hi Fernando, the printer_write() function writes directly to the printer and you do not need to call printer_start_doc(), priner_start_page() etc. These functions must be used if you are printing useing the printer_drap_text(). Here is two examples from the documentation: - Frank > > Gr

[PHP-WIN] Printing in windows

2005-11-17 Thread Fernando Ocampo Ramón
Greetings from Mexico. I wrote an script to pull some data from a database and created a report to be printed directly by php. All went fine until i noticed that after the actual printing there is an extra blank page. I've tried on a Epson FX980 and several HP LaserJet Printers with the same