TCPDF icon indicating copy to clipboard operation
TCPDF copied to clipboard

List of HTML tags supported by TCPDF

Open carlosdevNJS opened this issue 11 months ago • 1 comments

I tried using some HTML tags to print the document, but it's not working. Do you have a list or some documentation for HTML tags supported in the TCPDF library?

In my case, I'll try to insert tables with different borders: dashed, double, groove, ridge, inset, and outset. If any option is not recognized in TCPDF and the library change the border style for solid, can anyone help me?

I try two different ways to print this elements in attribute style and in HTML attribute.

carlosdevNJS avatar Mar 14 '24 12:03 carlosdevNJS

Hi, I wanted to let you know that I have also had a lot of problems with tables. In my case, I removed all the borders and the only way it worked for me was by using this format:

Similarly, if I want to remove any line, I have to combine it with rowspan or colspan.

If you find any solution, I am paying attention.

ingaugustogiron avatar May 15 '24 11:05 ingaugustogiron