How to generate pdf file in php?
Answer / chinchu
We can create pdf files in php by using PDF libraries such
as TCPDF,FPDF etc
You can find the TCPDF library here http://www.tcpdf.org/
and FPDF library here http://www.fpdf.org/
| Is This Answer Correct ? | 14 Yes | 0 No |
What are the php functions?
How to make a class in php?
how to select the multiple data in selection button
What is session in php w3schools?
What is the purpose of the '.myi' file extension? What do thes file contain?
What is the use of $_server and $_env?
What is strcmp?
How can we destroy the session, how can we unset the variable of a session?
What is $_ get?
Whether site will complete the execution of the script if Fatal error occurs ?
What is the use of count() function in php?
What is the difference between php and javascript?