Top "Tcpdf" questions

TCPDF is a PHP class created by Nicola Asuni for generating PDF documents without requiring external extensions.

Specific fonts in TCPDF pdf

Can somebody tell me what i am doing wrong? I need Arial font in my pdf generated by TCPDF. First …

php pdf utf-8 tcpdf
Linespacing in TCPDF MultiCell

I haven't found a way to control linespacing in TCPDF's MultiCell as of version 5.9. Nor have I found any method …

tcpdf
TCPDF set different headers for different pages in one document

Is there a way to have a different header logo for the 1st page in a document and different for …

php pdf pdf-generation tcpdf
TCPDF and FPDI with multiple pages

This looks like the simplest thing but I can't get it to work. I need to add text to the …

php tcpdf fpdi
TCPDF ERROR: Could not include font definition file: calibri

When I try to use html2pdf I got an error: "TCPDF ERROR: Could not include font definition file: calibri"... …

tcpdf html2pdf
TCPDF adding digital signature to the created pdf

I have kind of weird problem. I'm struggling with a pdf digital signature problem since a while and it did't …

php pdf tcpdf
How to create TCPDF HTML table with variable row paddings

I'm trying to create an HTML table in TCPDF, with few rows having grater space between rows (padding), and others …

php css report tcpdf
TCPDF split html table on multiple pages

I use TCPDF for outputting an html table, this one in my example is not the only one that i …

php html html-table tcpdf
TCPDF - Is there a way to adjust single table row height?

I am trying for two days now, with no result, to adjust a single rows min-height in a table, with …

php html css tcpdf
How to put column headings of a table on each page in tcpdf?

The code used to print the pdf is as follows: class MYPDF extends TCPDF { // Load table data from file public …

php tcpdf