1

Hello,
will anyone please tell me how to justify a text?
it seems the converter ignores style="text-align:justify;" directive.
Thanks.

2

PS. Invoking justification directive directly in _tcpdf class brings correct result. So is the french extension of the converter bugged?

3

yes, html2pdf does not support justify text for now. It is because it is difficult to do it, with all the css that you can use on a line, with float and others possibility of HTML
Ancien pseudo : lolo

4

Thank you for the answer. Although the converter has some vices it also has many advanatges which make it suitable for my purposes. Greetings Spipu.

5

@messer : Hi messer, you said that invoking justification directive directly in _tcpdf class brings correct result.
Can you tell me in which function you made the modification please ? I try to find it but with no result
Thanks