TCPDF not render all CSS properties

后端 未结 10 1818
不思量自难忘°
不思量自难忘° 2020-12-05 09:15

I try to make a PDF writing CSS and HTML but my CSS doesn\'t appear in my PDF. The only thing considered is the font-size and font-color.

I give you the code (sorry,

10条回答
  •  攒了一身酷
    2020-12-05 10:14

    I recently ran into the same problem having the TCPDF work with my CSS. Take a look at the code below. It worked for me after I changed the standard CSS to a format PHP would understand

    Code Sample Below

    $table = '
    Category Project Description
    ';

提交回复
热议问题