Hi…
Im generating daily reports for employees
I have to give PRINT AND SAVE AS PDF button …how to implement this…
Any code for this in php
Thanx in Advance
Hi…
Im generating daily reports for employees
I have to give PRINT AND SAVE AS PDF button …how to implement this…
Any code for this in php
Thanx in Advance
Hi,
You can create the content in html format, then use the class html to pdf dompdf to generate the pdf. This class is free on the net.
Im going to display a table from the DB table fields…i want that reports to be saved as pdf and use print option below the table in a page…
how to do that