letter-spacing is too large with wkhtmltopdf

后端 未结 9 1103
情书的邮戳
情书的邮戳 2021-02-06 07:30

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;
<         


        
9条回答
  •  花落未央
    2021-02-06 07:47

    I had the same problem, I set the dpi to 96 (in wkhtmltopdf options) and worked, not sure why though.

提交回复
热议问题