deepu
deepu

Reputation: 2029

how to write html content in pdf in .net

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

Upvotes: 2

Views: 868

Answers (1)

REA_ANDREW
REA_ANDREW

Reputation: 10764

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

Upvotes: 2

Related Questions