Tamil font in datatable disappears in PDF using HTML5 buttons

Tamil font in datatable disappears in PDF using HTML5 buttons

MalathyMalathy Posts: 1Questions: 1Answers: 0

Hi,

While trying to print tamil font from datatable to PDF, the value disappears in PDF.
Test case of this issue is here. https://jsfiddle.net/Mathy/adpyxe6f/3/

Initially I was using TableTools in my project. Further on enhancing my project for unicode, I came to know that HTML5 buttons support utf-8 characters in PDF print. Hence, I tried this test case but couldn't achieve expected result.

Can somebody please help me to solve this issue?

Thank you!

Answers

  • allanallan Posts: 63,075Questions: 1Answers: 10,385 Site admin

    The font used in the PDF export is the one supplied by the pdfmake project. You would need to create your own custom front, per their documentation to have that work.

    Allan

This discussion has been closed.