I have an ASP application that calls a VB component, requesting a PDF from a back end DOC1 application. The PDF is passed back to the ASP as binary within a variable of type VARIANT.
How can I then display this binary data as a PDF document?
I've used the response object to do this before, but that was always using a physical PDF that exists on a server somewhere. This time however it's just in memory in a variable.
Thanks folks.
How can I then display this binary data as a PDF document?
I've used the response object to do this before, but that was always using a physical PDF that exists on a server somewhere. This time however it's just in memory in a variable.
Thanks folks.