nonXML PDF retrieval via vb/vbscript

Hi…
We are storing documents in Tamino and want to provide them to our customers via PDF rather than just html(xml/xsl). To save time, we want to pre-convert the document to PDF and store it as a non-xml document.
Now we can get the PDF loaded but we want to then retrieve it via VBscript in an ASP - with Tamino sitting inside the firewall. Does anyone have a sample of this code? We haven’t come up with anything yet.
Thanks…

This is a generic asp page we use to retreive binary files from tamino using MSXML Parser.
Code should be self explanatory , anyhow feel free to ask questions if needed.
Regards

This is a generic asp page we use to retreive binary files from tamino using MSXML Parser.
Code should be self explanatory , anyhow feel free to ask questions if needed.
Regards
Lorenzo
ShowBinaryFile.asp (761 Bytes)

This worked. Thanks for the help…