Exporting PDF with jspdf not rendering CSS
问题 I am using jspdf.debug.js to export different data from a website but there are a few problems, I can't get it to render the CSS in the exported PDF and if I have an image in the page I am exporting, the PDF returns blank... Does anyone know a way to fix this ? Here is a jsfiddle showing it's not rendering the CSS And my script $(document).ready(function() { $('#export').click(function(){ var d = new Date().toISOString().slice(0, 19).replace(/-/g, ""), filename = 'financiar_' + d + '.pdf',