Is there a way to open a new window with a PDF byte array in javascript. Something like this: var script = "window.open('" + pdfByteArray + "', '_blank'); ...
確定! 回上一頁