linux - Fail to display hebrew in pdf using wkhtmltopdf -


i have been trying use wkhtmltopdf convert custom html page (with hebrew) pdf. hebrew comes out black blocks test (just make sure html wasn't problem) ran program on https://www.google.co.il/ contains hebrew in , got same result (screenshot of result: https://prnt.sc/gjqav7).

server information: linux 4.8.6-x86_64-linode78 (centos 6.9)

wkhtmltopdf version: 0.12.4 64-bit

i tried:

./wkhtmltopdf https://www.google.co.il google.pdf

./wkhtmltopdf --encoding utf-8 https://www.google.co.il google.pdf

./wkhtmltopdf --encoding utf-8 https://www.google.co.il google.pdf

./wkhtmltopdf --encoding he_il.utf8 https://www.google.co.il google.pdf

./wkhtmltopdf --encoding he_il.utf-8 https://www.google.co.il google.pdf

all same result. tried set lang environment variable in server he_il.utf-8 still got same results


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -