How do I display a pdf document I've got stored as a byte array (.pdf
document) in sqlite, I'm thinking I need to  document.open() a new
window and somehow write the bytes to it but "trick" it into thinking
the contentType is "application/pdf" so that the adobe reader plug-in
in the browser is opened?  Right now all I'm getting is all the bytes
displayed as text.

Thanks in advance.
Rick

Reply via email to