Hi Guys,
I have a Asp.NEt application in which I want the output to be in a PDF file.
I am able to create the out put in a pdf format but when I try to view it, it shows me a blank page. Here's the code I have:
Response.BufferOutput = True
Response.Clear()
Response.ContentType = "application/pdf"
oDocument.Write(Response)
Response.Flush()
Response.Close()
Any Ideas ?
Any help is appreciated.
Thank you
Premal
I have a Asp.NEt application in which I want the output to be in a PDF file.
I am able to create the out put in a pdf format but when I try to view it, it shows me a blank page. Here's the code I have:
Response.BufferOutput = True
Response.Clear()
Response.ContentType = "application/pdf"
oDocument.Write(Response)
Response.Flush()
Response.Close()
Any Ideas ?
Any help is appreciated.
Thank you
Premal