I want to convert a static html file to pdf file with the styles as it is. I have only a few fields in html , Like text,select,textarea,button,label ( but all contains inline styles) I have checked itextsharp, which is converting to pdf with no styles.
Can I generate the pdf as I see the html file in browser
I am using c# win-form application to do that.