mavster Posted March 26, 2008 Share Posted March 26, 2008 I am trying to figure out how to create a bunch of invoices from a mySQL database, using PHP and then automatically print them all out. Is this possible? I think some e-commerce software does this already, but I need to do it for a custom system. Basically it will call the invoice number, grab the HTML invoice template and fill it, then send it to the printer. I thought maybe if it's not possible to send it to the printer directly, then maybe it could print them to a downloadable PDF which could then be printed? I've searched high and low for something to help me get this going, but can't find anything. Any ideas???? Thanks in advance!!! Link to comment https://forums.phpfreaks.com/topic/97935-php-script-to-send-invoices-to-pdfprint/ Share on other sites More sharing options...
lordfrikk Posted March 26, 2008 Share Posted March 26, 2008 PHP itself can't trigger print action. It might display the data but you will then need to click Print yourself Link to comment https://forums.phpfreaks.com/topic/97935-php-script-to-send-invoices-to-pdfprint/#findComment-501063 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.