Top "Fpdf" questions

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

FPDF Get page numbers at footer on Every A4 size page

I am creating PDF reports using FPDF. Now how do I generate page numbers on each page of a report …

php fpdf
FPDF add new font

I'm using the FPDF library for PHP to generate reports, but now I need to use another font (Verdana) that …

php fonts fpdf
FPDF height of a MultiCell Element

I use the FPDF library to export some document files as PDF. One document includes a list of strings which …

php fpdf
Why is there a left padding in a cell using FPDF in php?

I am printing a cell using the FPDF(http://www.fpdf.org/) class in php. The cell should be placed …

php pdf pdf-generation fpdf
Problems with FPDF and Euro symbol

I've spent a couple of days sifting through various methods to encourage FPDF to render the Euro symbol, but none …

php pdf fpdf pdf-viewer euro
FPDF: Decide when to set header/footer data

I've been struggling with the header and footer data for quite some time now and thought it was time to …

php fpdf
FPDF / FPDI addPage() Orientation

I'm using the following code to add a new page to my existing PDF document and save it. require('addons/…

php pdf orientation fpdf fpdi
Insert images files in existing PDF file using PHP

My need is that I upload two image files and that should be added to an existing PDF file. I …

php pdf fpdf fpdi
FPDI/FPDF: Watermark and Print Multiple Pages

I modified this stack question: Applying watermarks on pdf files when users try to download the files but I encountered …

php fpdf fpdi
PDF Form filling with FPDF and then Flatten with PDFTK displays un-filled PDF

I'm using the "Form Filling" script from fpdf.org to fill some fields on a PDF Form I created. This …

php pdf fpdf pdftk pdf-form