Hi:
I have a CRM which I developed using MySQL / PHP and some javaScript on the client-side. I want to be able to output some pages in pdf rather than HTML (PHP) and have found that TCPDF works pretty well.
The problem is there does not seem to be any documentation. So, little things like aligning text (centering on page) is not working as I expect.
Does anyone know if there is any good documentation or tutorials for TCPDF?
Alternatively, what is the simplest way to output a pdf document from PHP to a browser?
Thanks