Generating pdfs with jsPDF compatibility issues in Firefox?
问题 sorry for the inundation of PDF generation questions. I have been working on a project that converts a page into a multipage pdf(with jsPDF) using pagebreaks. I (finally!) got the project working in google Chrome but upon going to test it in Firefox, I was able to generate the first page, but the second two pages showed up entirely black. Here is the code: $(document).ready(function() { $("#runpdf").click(function(event) { var partsec = $("main_body page1"); html2canvas(document.body, {