PDF create chinese characters
PDF create chinese characters
yskapell
Posts: 47Questions: 14Answers: 3
Hello,
When I an trying to export a PDF with chinese ideograms instead of "好“ I get two blocks.
Can I specify fonts which support also chinese ideograms?
Answers
This thread discusses how to include other fonts in the PDF export,
Colin
Hello colin,
I tried
customize: function (doc) { doc.defaultStyle.font = 'arial.ttf'; }
but nothing changed.
If I use
I get error and export does not work
What is the error you are getting?
Did you follow the steps in the PDFMake docs to use your font with PDFMake?
Please provide a link to your page or a test case showing the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin