Top "Fpdf" questions

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

FPDF error: Unable to find "startxref" keyword

I have an app that renders PDFs with FPDF. It was working fine and for some reasons I had to …

php fpdf
PDF form population with FPDM

what I'm trying to accomplish is population of PDF form with PHP. I tried many ways, I found that FPDM (…

php pdf fpdf pdf-form
PDF Form Filling with FPDF

There is a scripts section at fpdf.org that has an example for filling PDFs dynamically. Here is the script. &…

php forms pdf fpdf fdf
wrong symbol exported in fpdf... ñ as ñ ..?

I dont know whats the problem but whenever I call the letter ñ from $_POST function it puts it in my …

php web fpdf fpdi
fpdf - going back to the previous page

I am generating pdf invoice using fpdf. Some invoices containing many items, and details need to go into the second …

php pdf fpdf
Is there a way to set the DPI of output pdf using FPDF library?

Is there a way to reduce the DPI of an output pdf without affecting its size using FPDF library?

php fpdf
Sending an email with a PDF Files attachment using PHP

Ok guys, this is my first thread, and I have searched online but with no luck. I'm doing an internship, …

php fpdf
How to embed fonts with FPDF and mPDF

I'm trying to embed Helvetica Neue into my PDF, but all of the resources I find online are overly complicated …

fonts embed fpdf
FPDF-Merge Error: field not found in pdf template using fpdm.php to fill form data

I'm using this FPDF script from http://www.fpdf.org/en/script/script93.php to fill html form data to …

php pdf fpdf acrobat pdf-form
TCPDF twice as slow as FPDF with same code

I currently use FPDF to create some fairly complicated reports and am trying to upgrade to TCPDF, but I've found …

php pdf fpdf tcpdf