Thank you for submitting an issue to jsPDF. Please read carefully.
Are you using the latest version of jsPDF?
1.4.1
Have you tried using jspdf.debug.js?
Yes
Steps to reproduce
`var doc = new jsPDF();
//malgun is base64string
doc.addFileToVFS('malgun.ttf', malgun);
doc.addFont('malgun.ttf', 'malgun', 'normal');
doc.setFont('malgun');
//tCol is Column
//tRow is Row
//maybe tCol, tRow is include Hangul(Korea Language).
doc.autoTable(tCol, tRow, {
theme: 'grid',
styles: {
font: 'malgun',
fontStyle: 'normal'
},
headerStyles: {
font: 'malgun'
}
});
doc.save('export.pdf');
`
What I saw
strange language in autotable cell( only Hangul. )
[https://imgur.com/a/b9WH2ZL] <--error Image URL Link
[https://imgur.com/a/O6vskTL] <-- I want Image URL Link
What I expected
Please provide a zip file with a sample project.
zip ํ์ผ์ ์ํ ํ๋ก์ ํธ๋ฅผ ์ ๊ณตํ์ญ์์ค.
oh, i'm Sorry.
i solved Problem.
@mellisa0109 I am also facing the same issue,
can you please provide the details how you resolved it?