girish.kc Posted November 8, 2010 Share Posted November 8, 2010 Hi, I need to generate the invoice on monthly basis. The invoice has to be in PDF format. I am planing to create the template in HTML. Whenever I want the invoice to be generated, I will do the following steps: Copy the template to another temp file Populate the data Convert the html to pdf Delete the temp html file. Is it the optimized method to do? I may have to create 500 + invoices a day. Please suggest. I'm open to alternative methods also. Regards, Giri Quote Link to comment https://forums.phpfreaks.com/topic/218107-invoice-generation-in-pdf-format/ Share on other sites More sharing options...
vicodin Posted December 3, 2010 Share Posted December 3, 2010 PHP has a library for creating a PDF's ... There are a bunch of tutorials on how to do it out there... Just google "PHP PDF" Quote Link to comment https://forums.phpfreaks.com/topic/218107-invoice-generation-in-pdf-format/#findComment-1142500 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.