Answer Posted / 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 |
Post New Answer View All Answers
How can we display the output directly to the browser?
What is inheritance in php?
How to convert strings in hex format?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
How to remove blank spaces from the string?
What is parent __construct ();?
Tell me what are the correct and the most two common way to start and finish a php block of code?
Name some of the popular frameworks in php.
what is mean by portal
Why namespace is used in php?
What is the purpose of basename() function in PHP?
What are the four scalar types of php?
What is framework in php for beginners?
What is in a cookie?
How can you pass a variable by reference?