使用JSPDF时不能在PDF上显示韩语



我正在使用JSPDF库生成pdf,同时在韩语上工作,字母正在改变符号,有时为空。有人能帮帮我吗?

const doc = new jsPDF();
const myFont = ... // overhere i am inserting a string which is being generated using following link https://rawgit.com/MrRio/jsPDF/master/fontconverter/fontconverter.html(it's too long)

//添加字体到jsPDF

doc.addFileToVFS("MyFont.ttf", myFont);
doc.addFont("MyFont.ttf", "MyFont", "normal");
doc.setFont("MyFont");

您可以尝试直接打印HTML文本元素。

无耻插头😃:generate-pdf-from-react-html

最新更新