-1

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("");

  • what is the error? your question has already answer here [source](https://stackoverflow.com/questions/54591430/open-jspdf-created-pdf-in-chromes-new-tab-window/54597529) – Aziz Sirojiddinov Jan 12 '20 at 07:26
  • It showing only blank page in chrome where as same code is showing respective file data in other browsers – Deepak Joshi Jan 12 '20 at 07:30

1 Answers1

0

try jsPDF. it comes with a built-in method pdf.output('dataurlnewwindow'), which uses iframe.