Ouput straight to clients browser with classic ASP?

CODE:
response.Clear()
response.ContentType = "application/pdf"
pdf1.save(Response.OutputStream)
response.End

ERROR:
Object doesn’t support this property or met hod: 'response.OutputStream’


I think this property doesn’t work with Classic ASP. That is why I am getting this error.

Dear stiki,

Thank you for considering Aspose.

Please refer to Using Aspose.Pdf for COM Applications. I am not familiar with classic ASP. But Aspose.Pdf is a standard .NET component and you can search other articles about how to use .NET component in classic ASP and output content to client’s browser.