I am using evoPDF to convert HTML files and it seems that text-align:justify
is not behaving properly. The spacing happens in between characters, instead of in between words.
What i have used so far without any success:
letter-spacing:0;
text-justify: inter-word;
Set !important
to each of those.
Current Result:
Image
Expected Result:
Image
Thank you! :)