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; <
font-size:20px; letter-spacing:0px;
I had the same problem, I set the dpi to 96 (in wkhtmltopdf options) and worked, not sure why though.