What is best way to save the MySql query result as pdf in php? -
this question has answer here:
- generate pdf report php 4 answers
i can show mysql query result in html webpage. want save pdf format. want add header, footer , signature in pdf. so, best option this? please, explain how that?
thanks in advance.
have @ fpdf php solve on server side - http://www.fpdf.org/
or can try out jspdf client side - https://parall.ax/products/jspdf
Comments
Post a Comment