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 |
Can you use both this () and super () in a constructor?
What is the difference between array_merge() and array_merge_recursive() in php?
Does php support overloading?
How can we extract string ?allinterview.com ? from a string ?http://info@allinterview.com? using regular expression of PHP?
What is the use of imagetypes() method?
How is it possible to parse a configuration file?
how to do connectivity of 2 dbs in PHP script?
difference between clanguage and c++
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between include and require?
How can you retrieve a cookie value?
Explain what is the static variable in function useful for?