Top "Tcpdf" questions

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

tcpdf - start with existing PDF document

I have several PDF templates that I would like to load and modify and output using tcpdf. Is it possible …

php pdf tcpdf
TCPDF: HTML table and page breaks

I am creating a large HTML table and I have problem with page breaks as you can see in the …

php tcpdf
TCPDF UTF-8. Lithuanian symbols not showing up

Im using latest TCPDF version(5.9). But have some strange problems with encoding. I need Lithuanian language symbols like: ąčęėįšųūž. But get …

php pdf utf-8 pdf-generation tcpdf
Changing or eliminating Header & Footer in TCPDF

AddPage() in tcpdf automatically calls Header and Footer. How do I eliminate/override this?

php pdf-generation tcpdf
TCPDF ERROR: Unable to create output file

I'm trying to generate pdf with the combination of TCPDF and FPDI. Here is my code. require_once('../tcpdf/…

php pdf tcpdf fpdf
How to calculate the height of a MultiCell/writeHTMLCell in TCPDF?

I try to create a PDF with multiple pages and need to calculate the height of each individual element (MultiCell) …

php pdf tcpdf
TCPDF, "Could not include font definition file" with OpenType fonts

I am a web programmer with no in-depth knowledge of fonts and am struggling to get TCPDF to include our …

php fonts tcpdf opentype
PHP TCPDF remove header's bottom border

I am trying to create a header in TCPDF, however it always have a border underneath of it. Is there …

php tcpdf
TCPDF set bottom margin zero

I am creating pdf using TCPDF in php,I need to include my data into pdf without bottom margines,The …

php pdf margin tcpdf
TCPDF: How can I place an image into an HTML block?

I've been working with TCPDF for a few months now; off and on. It's worked fairly well for most of …

php pdf-generation tcpdf