Maintain CSS styling when converting HTML to PDF in ASP.NET

I am using ITextSharp to convert an HTML page to PDF. However, ITextSharp prints the CSS in the STYLE declaration straight out, ignores stylesheets even when added programmatically and only listens to some inline styles (e.g. font-size and color but not background-color). Is there something I am missing with ITextSharp, or is there a better … Read more