Top "Fpdf" questions

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

Convert pixels to points for pdf

I am using php and fpdf to generate a pdf. How can I scale a 400 pixel high image to fit …

php pdf image-processing fpdf
Best method to create a PDF from MySQL: TCPDF/FPDF or FDF?

Our company allows its clients to view reports via our website. The pages are php based and the data is …

php mysql tcpdf fpdf fdf
Placing two MultiCells next to each other using FPDF in PHP

I trying to create a custom table using FPDF Cell/MultiCell. My 1st cell is a MultiCell that has two …

php pdf fpdf
FPDI with Multiple Pages

I am new to PHP and am having a bit of a hard time with using FPDI when it comes …

php html pdf fpdf fpdi
Export a web-page to a PDF with FPDF

Complicated question with a (hopefully) simple answer. I'm looking into FPDF to export a web-page to a PDF. The web-page …

php pdf-generation fpdf html-to-pdf
How to write output data into pdf?

I can't find a way how to write output data (lists or function return) into pdf in python. This is …

python pdf fpdf
fpdf multicell issue

how we display fpdf multicell in equal heights having different amount of content

fpdf
FPDF image under layout

I import a PDF file with 2 pages using fpdi, it works. I need to insert an image in my imported …

php fpdf fpdi
Edit existing PDF file using FPDF

I have been search throughly on Google and stackoverflow, but it looks like I don't find any "clear" information regarding …

pdf fpdf
FPDF How to force a page break

I am using FPDF (1.7) to convert a TXT file into PDF. I would like to force a page break in …

php pdf fpdf