Top "Fpdf" questions

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

html_entity_decode in FPDF(using tFPDF extension)

I am using tFPDF to generate a PDF. The php file is UTF-8 encoded. I want © for example, …

php pdf fpdf html-encode
Adjust font size FPDF

In FPDF I have a cell with a width of 176mm where I need to put a client name. The …

php pdf fpdf
FPDF align with Image and Cell

I'm trying to do the following layout in an PDF file generated by FPDF in PHP. -------------------------------------------------- | | Text1 | | IMAGE | Text2 | | | …

php pdf-generation fpdf fpdi
Producing symbols from HTML characters in FPDF

I have a government client that requires the legal 'section symbol' (§) in their documents. When creating the documents in a …

php html character-encoding special-characters fpdf
Adding images over PDF using FPDI and TCPDF

I'm trying to add images on top of an existing PDF. The pdf contains a blank grid, I am writing …

php tcpdf fpdf fpdi
How do I add a new font to a fpdf?

How can I add the Gotham-book font to fpdf. Most explanations are unclear and very difficult to understand. I need …

fonts add fpdf
PHP and FPDI/FPDF: Fatal error: Uncaught Exception: FPDF error: Incorrect output destination

I have a PDF file, and I want to add a new page with FPDI/FPDF Fatal error: Uncaught Exception: …

php pdf fpdf fpdi