Answer the question
In order to leave comments, you need to log in
How to make it read Cyrillic in JsPdf?
JsPdf does not read Cyrillic, tell me how to fix it
<script src="lib/jspdf/jspdf.umd.js"></script>
<script src="lib/jspdf/jspdf.plugin.autotable.js"></script>
function table(){
var doc = new jspdf.jsPDF();
doc.autoTable({ html: '#table-list' })
doc.save('table.pdf')
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question