View Single Post
  #1 (permalink)  
Old October 28th, 2007, 06:50 AM
swathigujjula swathigujjula is offline
Registered User
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Export To pdf using dot net 2005

Hi,
  I have dynamically created a table along with header and footer.
Now i need to convert this into a 'pdf' file. For exporting to Excel we use the statement like
Application/vdc.Ex-cel
So, for conversion to pdf i replaced the above stmt. to
Applicatio/pdf,
but the problem in just using this stmt., the same web page is being opened displaying the data. But my requirement is to display the data in acrobat(pdf) file.
        So, how to create an acrobat(pdf) file using asp.net 2005 to display the data.
               thanks.

Reply With Quote