Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to Convert Html table to Pdf In Asp.net
Posted
Comments
Andestalmoss 30-Sep-15 7:16am    
Byasadev I previously used the solution from this article about html to pdf conversion done with C#, you should try it out.
The article uses this C# component for word documents.
aarif moh shaikh 30-Sep-15 8:22am    
use itextsharp.dll

 
Share this answer
 
There any many .Net PDF libraries freely available, using which you can easily convert any kind of text or html code into PDF file.

Find following two library very useful for the same.

1. iTextSharp
2. Gios


Hope this help!
 
Share this answer
 

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