Top "Tcpdf" questions

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

Emailing A Dynamically Created PDF Through PHP

I've recently created an online template for creating job postings for our website. Everything is all done, it formats correctly …

php email pdf pdf-generation tcpdf
Why is TCPDF Image smaller than it should be?

I have a 842 x 595 PDF, 72 dpi and i'm inserting a 1200x800 image, again with 72dpi. scaleFactor is 1, imageScale is 1 in …

php image tcpdf
How do you add custom fonts in TCPDF?

I would like to add a custom font to a pdf I'm generating using TCPDF. I might be missing something …

php fonts tcpdf
TCPDF - How to make the printing faster? It is very very slow, 1320 records took 40 minutes

Using Zend framework and TCPDF this is taking 40 minutes to print the Test.pdf. I having now no idea how …

php windows zend-framework zend-db tcpdf
TCPDF - Pagenumbers not exactly right aligned

I am using TCPDF to generate a pdf. My issue is the following line from the Footer() method: $this->…

php tcpdf
Generate graphs in PDF file using TCPDF

There are tons of topics on this, none of which have solved my issue. What I'd like to do is …

tcpdf svggraph
Automatic Pagebreak in Dynamically generated TCPDF HTML page

I am dynamically pulling content into an HTML table that is used to build a PDF using TCPDF. I need …

php pdf-generation html-table tcpdf html-to-pdf
TCPDF twice as slow as FPDF with same code

I currently use FPDF to create some fairly complicated reports and am trying to upgrade to TCPDF, but I've found …

php pdf fpdf tcpdf
cannot generate pdf with tcpdf

on my site a user can print (in pdf) the nda he accepted for some reason i cannot display the …

php pdf tcpdf
TCPDF image quality issues

I'm using a TCPDF to generate PDF documents and I'm trying to add a logo into header, but I have …

image tcpdf