Chinese/Korean Letters not supporting in PDF
-
Hi I am getting still After adding the docker details irrelevant character instead of chinese/korean in Pdf this is the pdf generated
this is the dock file
please check this !!
-
Maybe you need the
meta
in your htmlhead
.<html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </head> <body> ščřžý </body> </html>
If that doesn't help, you you share playground demo?
-
Still Its not working I have shared the Playground demo in this msg.Please have a look into this
https://playground.jsreport.net/w/anon/0qSzDvv4
-
It works in the playground, right?
If this is the case, try installing the same fonts as those in the playground on your server.
https://github.com/jsreport/playground-worker/blob/master/Dockerfile#L9
If you use the same, I am afraid the problem can be with the old Chrome in the jsreport 2.10.0 and you may need to update.
-
Its working fine in my local.but Issue araise in the different enviroment like Production,staging
this is the docker config for my working which is same as Docker u have shared
-
Please try the latest jsreport so we can isolate if it's a problem with the older Chrome binary or not.