I am trying to print PDF from a html which contains Gujarati (Indian Language) characters using wkhtmltopdf 0.12.4 . O/S is Ubuntu .
wkhtmltopdf --encoding 'UTF-8' testutf.html testutf.pdf
Unfortunately it is printing those characters as small black box as shown below.
I have added the folllowing meta tag in the html .
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' ></meta>
This can be viewed perfectly from browser and also appearing in mail .The html from browser looks as below :
Can someone please let me know what should be the steps/command to produce proper PDF from this html .