Top "Fpdf" questions

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

Line height in fpdf multicell

I am using fpdf multicell to display an address. Each line in the address will be displayed in a new …

php fpdf
FPDF - Inline bold text

I am trying to create a PDF from PHP and for legal reason we need to make part of our …

php html border fpdf
FPDF - Drawing a line that's centred across the width

Im trying to produce a PDF document using the PHP FPDF library, Im trying to draw a line horizontal over …

php fpdf
How could you dynamically create a pdf within wordpress?

I'm using a Contact Form 7 to have the users enter data, then based on their data entry, I need to …

wordpress pdf pdf-generation tcpdf fpdf
Using fpdf to modify existing pdf in php

I have a bank of pdfs on my server which when downloaded need text appended to every page. I am …

php pdf fpdf
Can FPDF/FPDI use a PDF in landscape format as a template?

I am trying to import an existing PDF as a template with FPDI. The template is in landscape format. If …

php fpdf fpdi
How to set a bottom margin in FPDF

I've taken a dive into FPDF lately and something that i don't seem to understand is - why is there …

php pdf margin fpdf
Set PDF to print with no scaling

I am generating a PDF (using fpdf) and I am wondering if there is a way to set the document's …

pdf printing fpdf
FPDF error: Could not include font metric file

I have a app which was done by someone else and now i am asked to look into one issue. …

php pdf-generation fpdf
positioning the cell in pdf using fpdf

I am trying to make a pdf from the data entered by the user in a form. I am using …

php fpdf