jedaix
jedaix
I have a same problem. utf-8 characters not working with html method. `window.jsPDF = window.jspdf.jsPDF; $("#downPDF").on("click", function() { var doc = new jsPDF({ orientation: "landscape" }); var source = document.getElementById("pdfCard");...
any progress on this issue?
@NeonDB not working for me. I'm using Roboto font on page. And this initialization is not working: `var doc = new jsPDF({ orientation: "landscape" }); var source = document.getElementById("pdfCard"); doc.addFont("src/Roboto-Regular.ttf",...
@NeonDB what do you mean by "not explicitly specifying" there is a variable "source" which is specifying "div" in html code. Here is part of it: ` ľščťžýáéúäô ` this...