Search code examples
wkhtmltopdf

letter-spacing is too large with wkhtmltopdf


I'm using wkhtmltopdf to download a webpage as pdf.

But the css property letter-spacing seems doesn't work

font-size:20px; letter-spacing:0px;

enter image description here

font-size:20px; letter-spacing:1px;

enter image description here

The spacing is very large for 1px...

I tried with 2 differents font-family


Solution

  • Its a known issue. https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1575 . No fix for it. Only to avoid using letter-spacing