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
    0_1743760101335_upload-0f6c78d2-e132-43b7-aa5a-41fa0d9047a9
    this is the dock file
    0_1743760160171_upload-52f35767-ae5b-4b3a-8881-8abf007c68ed
    please check this !!



  • Maybe you need the meta in your html head.

    <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?


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.