I got the following PDF stream from a server:
How can this stream be read in AngularJS? I tried to open this as a PDF file in a new window by using the following code:
.success(function(data) {
window.open("data:application/pdf," + escape(data));
});
But I'm unable to see the content in opened window.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…