I have a webservice that will respond with a pdf on certain post requests.
I need to be able, in javascript, to download this pdf and embed it on my page. How would I do that?
I don't have a direct URL only the data passed back by the AJAX
I have a webservice that will respond with a pdf on certain post requests.
I need to be able, in javascript, to download this pdf and embed it on my page. How would I do that?
I don't have a direct URL only the data passed back by the AJAX
You can try out PDF.js. However, it doesn't support all the browser.
An alternative with IE support is thatyou could just insert a iFrame, and change the src to the location of the PDF.