diff --git a/static/js/libs/jspdf.js b/static/js/libs/jspdf.js deleted file mode 100644 index 439f65e..0000000 --- a/static/js/libs/jspdf.js +++ /dev/null @@ -1,14 +0,0 @@ -window.addEventListener("load", () => { - const { jsPDF } = window.jspdf; - - const doc = new jsPDF(); - - doc.html(document.body, { - width: doc.internal.pageSize.getWidth() - 20, - windowWidth: 800, - margin: [15, 10, 10, 10], - callback: function (doc) { - doc.save(`${document.title}.pdf`); - }, - }); -}); diff --git a/templates/libs/jspdf_footer.html b/templates/libs/jspdf_footer.html deleted file mode 100644 index 8888de1..0000000 --- a/templates/libs/jspdf_footer.html +++ /dev/null @@ -1,8 +0,0 @@ - - -