Top "Fpdf" questions

A PHP class which allows developers to generate PDF files with pure PHP instead of the PDFlib library.

How do I underline text using FDPF in PHP?

I'm trying to make my text underlined in FPDF but it seems to be impossible... I'm not using HTML. I'm …

php fpdf underline
View pdf file in browser instead of downloading

header("Content-Length: " . filesize ('theme/assets/pdf/ci.pdf' ) ); header("Content-type: application/pdf"); header("Content-disposition: attachment; filename=".basename('theme/assets/pdf/…

php codeigniter fpdf
How to maintain image quality with FPDF and PHP?

I'm using FPDF with PHP to add an image to a PDF. But the image quality in the PDF is …

php image fpdf
print BASE64 coded image into a FPDF document

I've some as base64 stored images in a database. Is it possible to print those data directly in a PDF …

php base64 fpdf
Edit Existing PDF multiple page File using FPDF & FPDI

I am usinf FPDI to edit my existing pdf file and its work perfect for single page. As ou can …

php fpdf fpdi
FPDF Header and Footer

I've install FPDF on Laravel 4. I use this code to try FPDF but the functions Header() and Footer() don't work …

php laravel laravel-4 fpdf
Is there a way to make FPDF/FPDI or Zend_Pdf support the parsing of PDFs greater than 1.4?

I am trying to add an existing PDF (created otherwise) to a PDF created with FPDF using FPDI. It seems …

php zend-framework fpdf zend-pdf fpdi
TCPDF / FPDF - Page break issue

I'm trying to create a PDF file with a table of data.. But when a page break is met it …

php pdf tcpdf fpdf
FPDF Cell Positioning

I've started to study FPDF since I was required to generate a PDF file for my work. It was easy …

php mysql fpdf
Undefined font: In Fpdf

I'm New to Fpdf library, i need to create a pdf from data base in smarty. i have checked the …

php database pdf smarty fpdf