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.
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.