letter-spacing is too large with wkhtmltopdf

后端 未结 9 1218
情书的邮戳
情书的邮戳 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:52

    I had the same issue and I have solved it by

    sudo wget http://pastebin.com/raw.php?i=AmfYN3er -O /etc/fonts/conf.d/10-wkhtmltopdf.conf
    
    http://www.jeremydaly.com/how-to-install-wkhtmltopdf-on-amazon-linux/
    

提交回复
热议问题