I am using java script code snippet to view the base64 string pdf that i am able to view in internet explorer and safari but not able to view on Google chrome. by using following code:
pdfWindow.document.write("");
I am using java script code snippet to view the base64 string pdf that i am able to view in internet explorer and safari but not able to view on Google chrome. by using following code:
pdfWindow.document.write("");
try jsPDF. it comes with a built-in method pdf.output('dataurlnewwindow'), which uses iframe.