Difficulty showing PDF with Ajax
-
Hi People
I am making a request for jsreport api to mount my PDF, the request is in ajax (Axios + Vue) and I am returning the code below in the response.data, however I am having difficulty making the user download or view this PDF.
response.data
JVBERi0xLjQKJdPr6eEKMSAwPC9DcmVh...........yZWYKMjc4OTUKJSVFT0Y=
-
Please use our browser client sdk
https://jsreport.net/learn/browser-clientOr take a look at its code and figure out how to download pdf
https://github.com/jsreport/jsreport-browser-client-dist/blob/master/src/jsreport.jsNote: please don't use
render
and userenderAsync
instead as the first one gets deprecated likely.
-
Thanks @jan_blaha, worked perfectly.