1

Spipu,

Any plans to support the css Box Model? I'm using v 3.19.

Code:

<p style="border-style:double; border-width:5px; text-align: center;">
<span style="font-family: times; font-style: normal; font-size: 28px; line-height: 100%; font-weight: bold;">Communication Guide</span>
</p>

Everything displays in PDF except for the double box.

Thanks.

2

sorry, but the borders are working only on TABLEs, and DIV. this is because it need to have the width and the height of the element before drawing the box, and for this, it must create a sub HTML2PDF for this element, which is very slow. So, i have limited the borders to tables and div. If you want to use borders, just use the DIV tag instead of P.

however, double border does not wokr for the moment. you can use dashed, solid, and dotted borders
Ancien pseudo : lolo

3

Spipu (./2) :
however, double border does not wokr for the moment. you can use dashed, solid, and dotted borders


I found that out. I modified my code to use a table, but as you said, double is not working. Thanks anyway.

4

double will work in the next release wink
Ancien pseudo : lolo