You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we upgraded from wkhtmltopdf v0.9.9.3 to wkhtmltopdf v0.12.2.1 we met the issue with word wrapping in html blocks which have the following css rules:
After we upgraded from wkhtmltopdf v0.9.9.3 to wkhtmltopdf v0.12.2.1 we met the issue with word wrapping in html blocks which have the following css rules:
For example, consider the following html
my_lovely_site.html
when I generate PDF from it with wkhtmltopdf v0.12.2.1, then I see that content is broken in two lines in the generated PDF:

but the text is not broken when I open html page in the browser. Also the line is not broken when I generate PDF with wkhtmltopdf v0.9.9.3.

When we remove
font-falmily: Arialthen wkhtmltopdf v.0.12.2.1 doesn't break the text too.How can we deal with this issue? Thanks