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
Solution 1:
I doubt the Adobe plugin can be made to fetch PDF data from a data:
URL.
And even if it is possible in some browsers, you will with 100% certainty not be able to achieve a cross-browser solution this way: data:
URLs don't work in IE < 8 at all, and are limited to 32 kilobytes' size 8 and 9.
What speaks against simply serving the byte stream in a separate resource with a PDF content-type?
Post a Comment for "Set The Source Of Adobe Pdf Browser Plugin To Be A Byte Stream?"