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 create output file"

I'm working with fpdf libray for providing pdf files. A part of my project consists of using this library to …

php fpdf
fpdf alignment of cells

I'm trying to generate a PDF using fpdf and I'm having a small problem I need to have 2 cells, like …

php pdf-generation fpdf
fpdf page break issue

I have this loop that prints 6 rows (multicell) for about 30 times. The issue is that when it reaches the bottom …

php pdf pdf-generation fpdf
Background Color inside a cell is not changing in fpdf

Im using fpdf to generate a pdf file for my reports and Im new to this. I want to change …

php css fpdf
FPDF error: This document (testcopy.pdf) probably uses a compression technique which is not supported by the free parser shipped with FPDI

I am running the following code and giving me this error : FPDF error: This document (testcopy.pdf) probably uses a …

php fpdf fpdi
How do I get the width and height of a doc generated with FPDF

How can I get height and width of a document in FPDF. For example, I've next line: $this->Cell(200,5,…

php fpdf
FPDF Page Break Question

I am using PHP and FPDF to generate a PDF with a list of items. My problem is if the …

pdf while-loop fpdf page-break
Insert PNG with alpha channel using FPDF (PHP)

In official documentation of FPDF, it said alpha channel is not supported for PNG. Is there any workaround?

php png fpdf
FPDF error: Alpha channel not supported:

I am trying to generate PDF from HTML (output of a PHP file). I am using FPDF to generate the …

php html png pdf-generation fpdf
Display image in PDF using fpdf

I want to insert an image in my created PDF file. However, it won't position well at all. If I …

php image pdf fpdf