tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.23k stars 1.52k forks source link

List of HTML tags supported by TCPDF #696

Open carlosdevNJS opened 8 months ago

carlosdevNJS commented 8 months ago

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.

ingaugustogiron commented 6 months ago

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.