jayR Posted June 8, 2006 Share Posted June 8, 2006 I found a tutorial on this, and used some of there code which is:<?php$handle = printer_open("HP LaserJet 4200 PS");printer_start_doc($handle, "My Document");printer_start_page($handle);printer_end_page($handle);printer_end_doc($handle);printer_close($handle);?> Unfortunatly, the printer will only print a blank page everytime instead of the string "My Document" which I want to print. Has anyone ever messed with this php_printer.dll and had similar problems? I seem to be stuck and I can't find much more on it. Link to comment https://forums.phpfreaks.com/topic/11481-print-from-php/ Share on other sites More sharing options...
jayR Posted June 8, 2006 Author Share Posted June 8, 2006 Nevermind, I misread what the functions did. I forgot to actually draw the text I wanted to print. [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /] Link to comment https://forums.phpfreaks.com/topic/11481-print-from-php/#findComment-43142 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.