diff --git a/jspdf.js b/jspdf.js index c1d03d0f6..d60221bc7 100644 --- a/jspdf.js +++ b/jspdf.js @@ -986,7 +986,7 @@ var jsPDF = (function(global) { }, getBlob = function() { return new Blob([getArrayBuffer()], { - type: "application/pdf" + type: "data:application/pdf;base64" }); }, /**