Hello, I'm trying to save pdf using the jspdf script, but it is not working correctly, the code is:
var pdf;
pdf = new jsPDF('landscape');
pdf.addHTML(window.parent.tela_frame.document.getElementById("resize-container"), function() {
pdf.sa...
asked by
04.12.2017 / 13:34