alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.01k stars 774 forks source link

Spcial Characters are not Rendered correctly #115

Closed vanthome closed 4 years ago

vanthome commented 4 years ago

With this test you can see that German Umlauts are not rendered to PDF correctly:

curl -o test.pdf -XPOST -d@test.html -H"content-type: text/html" https://url-to-pdf-api.herokuapp.com/api/render
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
 <body>
    <p>
     special characters: ä, ü, ö, ß.
    </p>
 </body>
</html>