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 |
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Is age an interval or ratio?
Tell me how can we determine whether a variable is set?
What is mysql in php?
Is php session id unique?
Why these language is needed?
Are static variables final?
How can we submit from without a submit button?
What is the difference between a session and cookies?
What is difference between isset and empty in php?
What is rest api in php?
What is pdo classes?