tags:

views:

44

answers:

1

i have a letter content in HTML in a string , i have to show it in a pdf format with all the styles and designs.

which possible method is there to convert it to pdf in C#,,

i have used itextsharp,but when styles,images comes in the HTML it never comes in pdf. pls help.. with some method to solve this problem

+1  A: 

List of Open Source .NET PDF libraries here: http://csharp-source.net/open-source/pdf-libraries

REA_ANDREW