Convert HTML to PDF in .NET
Posted
by SandHurst
on Stack Overflow
See other posts from Stack Overflow
or by SandHurst
Published on 2009-02-19T10:21:22Z
Indexed on
2010/03/19
15:11 UTC
Read the original article
Hit count: 466
I want to generate PDF by passing HTML contents to a function. I have made use of ItextSharp for this but it does not perform well when it encounters Table and the layout just gets messy.
Is there any free library available ?
© Stack Overflow or respective owner