Link to home
Start Free TrialLog in
Avatar of mohan21_kumar
mohan21_kumar

asked on

How to convert the Page into PDF in ASP.Net

Hi Experts,
      How to Convert the Page into PDF in ASP.Net. I have used the following Code to convert the page into PDF but i'm getting an error as invalid pdf format.

The Code is As follows :

    Response.ContentType = "application/vnd.pdf";      
    Response.AddHeader("Content-Disposition","attachment; filename=test.pdf");

Suggest me how to convert the page content type to PDF or give me some sample code which would help me in solving this problem

Thanks

ASKER CERTIFIED SOLUTION
Avatar of VovinE
VovinE

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CWIZO
CWIZO

Hi,

i found this page: http://www.aspnetworld.com/articles/2004011801.aspx there is a list of several open source and commercial PDF generating libraries for you to use.