0

There is I have a function

function DisplayPDF(varData) {

  console.log(varData.length) // 484792
  window.open("data:application/pdf;base64," + varData);

}

when i get this varData to windows.open() it doen't replace all string in here.

Eddie
  • 26,593
  • 6
  • 36
  • 58
sadullah zolfqar
  • 190
  • 1
  • 12

0 Answers0