How to render a pdf from bytestream in ajax response

前端 未结 2 937
不思量自难忘°
不思量自难忘° 2021-01-13 20:08

I am working on a mobile application.we are using jquery-mobile.

we have an option to view or download the records in pdf format. I dont have the control on backen

相关标签:
2条回答
  • 2021-01-13 20:36

    Don't show it in ajax show the pdf as source of an iframe then it will work

    0 讨论(0)
  • 2021-01-13 20:40

    Did you try with this

    http://mozilla.github.com/pdf.js/

    Moreover you can visit the following link, the question is almost similar:

    How to display a PDF stream in a browser using javascript

    0 讨论(0)
提交回复
热议问题