PHP Community Marketing Expert Question:

Tell me what library is used for pdf in PHP?

Tweet Share WhatsApp

Answer:

The PDF functions in PHP can create PDF files using the PDFlib library Version 6. PDFlib offers an object-oriented API for PHP 5 in addition to the function-oriented API for PHP 4.
There is also the » Panda module. FPDF is a PHP class, which allows generating PDF files with pure PHP (without using the PDFlib library.)
F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs. FPDF requires no extension (except zlib to activate compression and GD for GIF support) and works with PHP4 and PHP5.

Download PHP Community Marketing Expert PDF Read All 61 PHP Community Marketing Expert Questions
Previous QuestionNext Question
Tell me what does the following code output?

$i = 016;
echo $i / 2;?
Explain what is smarty?