Set the source of Adobe PDF browser plugin to be a byte stream?
问题 Is it possible to have the source for an Adobe Plugin to be a PDF byte stream? If so, how would this be declared in markup? EDIT 1: OK, so let me elaborate on this. I have built a site that runs on Azure. The site's back-end is a WCF web service, also on Azure. One particular functionality of the site has to do with reporting. Once the user selects the type of report they want, a request is made to the service and a byte stream of a pdf file is sent back as a response. Now, the question is