diff --git a/dist/jspdf.debug.js b/dist/jspdf.debug.js index cb23e6ff2..555f74418 100644 --- a/dist/jspdf.debug.js +++ b/dist/jspdf.debug.js @@ -1147,7 +1147,7 @@ var jsPDF = function (global) { }, getBlob = function getBlob() { return new Blob([getArrayBuffer()], { - type: "application/pdf" + type: "data:application/pdf;base64" }); },