Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
i want to convert html page into a pdf page ..please suggest me how can i do this from asp.net application using c#
Posted
Comments
Kipperr 3-Mar-17 5:57am    
Prasad posted a great resource list below, very helpful.
Just for the completion sake I wanted add a solution that I used for converting HTML pages into PDF from C#. The code is rather straightforward, you can use Load method to read HTML page from file/url or LoadText to read HTML content. After that you can use Save method to write that content in PDF format to a file or stream or download it to ASP.NET client. Note the code uses this library for PDF in C#.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900