How to read pdf stream in angularjs

后端 未结 5 466
[愿得一人]
[愿得一人] 2020-12-01 06:32

I got the following PDF stream from a server: \"PDF

How can this stream be read in AngularJS? I tried

5条回答
  •  广开言路
    2020-12-01 06:57

    Have a look at PDF.JS. This is a client side javascript library that can fetch a pdf stream and render it client side. Angular is unable to read a pdf so this isn't an angular issue.

提交回复
热议问题